From 71e67a4fb4f53204b4607b4abab64c5004ef2297 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Fri, 21 Jul 2017 14:43:49 +0800 Subject: [PATCH 01/11] update whole project 2 springboot --- .classpath | 23 - .gitignore | 17 +- .idea/kotlinc.xml | 7 + .project | 64 - .settings/.jsdtscope | 13 - .settings/com.genuitec.eclipse.core.prefs | 6 - .../com.genuitec.eclipse.j2eedt.core.prefs | 2 - .settings/org.eclipse.core.resources.prefs | 2 - .settings/org.eclipse.jdt.core.prefs | 13 - .settings/org.eclipse.m2e.core.prefs | 4 - .settings/org.eclipse.wst.common.component | 11 - ....eclipse.wst.common.project.facet.core.xml | 8 - ...rg.eclipse.wst.jsdt.ui.superType.container | 1 - .../org.eclipse.wst.jsdt.ui.superType.name | 1 - .settings/org.eclipse.wst.validation.prefs | 2 - .settings/org.maven.ide.eclipse.prefs | 7 - README.md | 41 +- foryou.sql | 321 +- mybatis.log.1 | 46849 ---------------- pom.xml | 156 +- .../changyu/foryou/PortraitApplication.java | 38 + .../changyu/foryou/config/MybatisConfig.java | 91 + .../foryou/config/SpringConfiguration.java | 23 + .../changyu/foryou/config/WebConfigure.java | 19 + .../foryou/controller/CampusController.java | 819 +- .../foryou/controller/FoodController.java | 2664 +- .../controller/HotSearchController.java | 283 +- .../foryou/controller/NewsController.java | 339 +- .../foryou/controller/OrderController.java | 92 +- .../controller/PackageOrderController.java | 4 - .../foryou/controller/PayController.java | 130 +- .../foryou/controller/PushController.java | 119 +- .../foryou/controller/ReceiverController.java | 23 +- .../foryou/controller/SellerController.java | 11 +- .../foryou/controller/UserController.java | 23 +- .../changyu/foryou/filter/IsLoginFilter.java | 131 +- .../com/changyu/foryou/filter/SignFilter.java | 177 +- .../com/changyu/foryou/filter/XssFilter.java | 42 +- .../foryou/interceptor/LoginInterceptor.java | 51 + .../changyu/foryou/mapper/SellerMapper.java | 8 +- .../foryou/payment/ChargeInterface.java | 106 +- .../changyu/foryou/service/CampusService.java | 12 +- .../changyu/foryou/service/FoodService.java | 7 - .../changyu/foryou/service/OrderService.java | 10 - .../changyu/foryou/service/PushService.java | 4 +- .../foryou/service/ReceiverService.java | 3 +- .../changyu/foryou/service/SellerService.java | 7 +- .../changyu/foryou/service/UserService.java | 1 - .../foryou/serviceImpl/CampusServiceImpl.java | 24 +- .../foryou/serviceImpl/FoodServiceImpl.java | 22 +- .../foryou/serviceImpl/NewsServiceImpl.java | 4 - .../foryou/serviceImpl/OrderServiceImpl.java | 6 +- .../serviceImpl/ReceiverServiceImpl.java | 2 +- .../changyu/foryou/tools/CalendarTool.java | 176 +- .../com/changyu/foryou/tools/Constants.java | 2 - .../changyu/foryou/tools/CurrentVersion.java | 21 - .../changyu/foryou/tools/JpushInterface.java | 130 +- .../java/com/changyu/foryou/tools/Md5.java | 10 +- .../com/changyu/foryou/tools/PageParam.java | 12 +- .../java/com/changyu/foryou/tools/Sign.java | 137 +- ...java => XssHttpServletRequestWrapper.java} | 123 +- src/main/resources/application.properties | 17 + .../changyu/foryou/mapping/CampusMapper.xml | 602 +- .../com/changyu/foryou/mapping/CityMapper.xml | 0 .../foryou/mapping/DeliverComMapper.xml | 138 +- .../changyu/foryou/mapping/FeedbackMapper.xml | 0 .../foryou/mapping/FoodCategoryMapper.xml | 370 +- .../foryou/mapping/FoodCommentMapper.xml | 462 +- .../com/changyu/foryou/mapping/FoodMapper.xml | 1128 +- .../foryou/mapping/FoodSpecialMapper.xml | 324 +- .../foryou/mapping/HotSearchMapper.xml | 262 +- .../com/changyu/foryou/mapping/KeyMapper.xml | 0 .../com/changyu/foryou/mapping/NewsMapper.xml | 232 +- .../changyu/foryou/mapping/OrderMapper.xml | 2254 +- .../foryou/mapping/PackageOrderMapper.xml | 298 +- .../foryou/mapping/PreferentialMapper.xml | 196 +- .../foryou/mapping/PushMessageMapper.xml | 286 +- .../changyu/foryou/mapping/ReceiverMapper.xml | 0 .../changyu/foryou/mapping/SellerMapper.xml | 138 +- .../changyu/foryou/mapping/UsersMapper.xml | 712 +- src/main/resources/config.out.xml | 0 src/main/resources/config.properties | 47 - src/main/resources/mybatis.xml | 12 + src/main/resources/spring-mvc.xml | 52 - src/main/resources/spring-mybatis.xml | 126 - src/main/resources/spring.xml | 19 - .../bootstrap-table/bootstrap-editable.css | 0 .../bootstrap-table/bootstrap-editable.js | 0 .../bootstrap-table-editable.js | 0 .../bootstrap-table/bootstrap-table-export.js | 0 .../bootstrap-table/bootstrap-table.css | 0 .../assets/bootstrap-table/bootstrap-table.js | 0 .../assets/bootstrap-table/bootstrap.min.css | 0 .../assets/bootstrap-table/bootstrap.min.js | 0 .../assets/bootstrap-table/jquery.min.js | 0 .../assets/bootstrap-table/jquery.validate.js | 0 .../assets/bootstrap-table/messages_cn.js | 0 .../assets/bootstrap-table/tableExport.js | 0 .../assets/bootstrap/css/bootstrap-theme.css | 0 .../bootstrap/css/bootstrap-theme.css.map | 0 .../bootstrap/css/bootstrap-theme.min.css | 0 .../assets/bootstrap/css/bootstrap.css | 0 .../assets/bootstrap/css/bootstrap.css.map | 0 .../assets/bootstrap/css/bootstrap.min.css | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../static}/assets/bootstrap/js/bootstrap.js | 0 .../assets/bootstrap/js/bootstrap.min.js | 0 .../static}/assets/bootstrap/js/npm.js | 0 .../static}/assets/css/docs.min.css | 0 .../static}/assets/css/sidenav.css | 0 .../static}/assets/css/style.css | 0 .../static}/assets/flash/ZeroClipboard.swf | Bin .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../static}/assets/js/common.js | 0 .../static}/assets/js/customize.min.js | 0 .../static}/assets/js/docs.min.js | 0 .../assets/js/ie-emulation-modes-warning.js | 0 .../assets/js/ie10-viewport-bug-workaround.js | 0 .../assets/js/ie8-responsive-file-warning.js | 0 .../static}/assets/js/jquery.min.js | 0 .../static}/assets/js/sidenav.js | 0 .../static}/css/bootstrap-datepicker3.css | 0 .../css/bootstrap-datepicker3.standalone.css | 0 .../static}/css/bootstrap-editable.css | 0 .../static}/css/bootstrap-switch.css | 0 .../static}/css/bootstrap-table.min.css | 0 .../static}/css/bootstrap.min.css | 0 .../static}/css/docs.min.css | 0 .../static}/css/mainstyle.css | 0 .../static}/css/order.css | 0 .../static}/css/push_style.css | 0 .../static}/css/sidenav.css | 0 .../static}/css/style.css | 0 .../static}/fonts/OpenSans-Light-webfont.ttf | Bin .../fonts/OpenSans-Regular-webfont.ttf | Bin .../static}/img/colbg.jpg | Bin .../img/glyphicons-halflings-white.png | Bin .../static}/img/glyphicons-halflings.png | Bin .../{webapp => resources/static}/img/icon.png | Bin .../{webapp => resources/static}/index.html | 28 +- .../static}/js/bootstrap-datepicker.js | 0 .../js/bootstrap-datepicker.zh-CN.min.js | 0 .../static}/js/bootstrap-editable.js | 0 .../static}/js/bootstrap-switch.js | 0 .../static}/js/bootstrap-table-editable.js | 0 .../js/bootstrap-table-editable.min.js | 0 .../static}/js/bootstrap-table-export.js | 0 .../static}/js/bootstrap-table-export.min.js | 0 .../static}/js/bootstrap-table-zh-CN.min.js | 0 .../static}/js/bootstrap-table.min.js | 0 .../static}/js/bootstrap.min.js | 0 .../{webapp => resources/static}/js/common.js | 0 .../static}/js/customize.min.js | 0 .../static}/js/docs.min.js | 0 .../static}/js/flotr2.min.js | 0 .../{webapp => resources/static}/js/ga.js | 0 .../static}/js/highcharts.js | 0 .../static}/js/ie-emulation-modes-warning.js | 0 .../js/ie10-viewport-bug-workaround.js | 0 .../static}/js/ie8-responsive-file-warning.js | 0 .../static}/js/jQuery.md5.js | 0 .../static}/js/jquery-1.7.2.min.js | 0 .../static}/js/jquery.cookie.js | 0 .../static}/js/jquery.min.js | 0 .../static}/js/jquery.validate.min.js | 0 .../{webapp => resources/static}/js/main.js | 0 .../static}/js/sidenav.js | 0 .../{webapp => resources/static}/js/sign.js | 68 +- .../static}/js/tableExport.js | 0 .../{webapp => resources/static}/js/util.js | 2 +- .../{webapp => resources/static}/kidding.html | 0 .../{webapp => resources/static}/laughing.png | Bin .../{webapp => resources/static}/login.html | 14 +- .../static}/pages/campus.html | 1122 +- .../static}/pages/campus_admin.html | 760 +- .../static}/pages/close.html | 210 +- .../static}/pages/dashboard.html | 0 .../static}/pages/feedback.html | 122 +- .../static}/pages/food.html | 2066 +- .../static}/pages/food_category.html | 2 +- .../static}/pages/food_comment.html | 230 +- .../static}/pages/food_first_category.html | 10 +- .../static}/pages/food_second_category.html | 8 +- .../static}/pages/help.html | 0 .../static}/pages/hotsearch.html | 536 +- .../static}/pages/main.html | 2 +- .../static}/pages/modifypassword.html | 224 +- .../static}/pages/news.html | 368 +- .../static}/pages/order.html | 0 .../static}/pages/orderTotal.html | 408 +- .../static}/pages/order_deliver.html | 174 +- .../static}/pages/order_invalide.html | 204 +- .../static}/pages/order_refund.html | 316 +- .../static}/pages/order_success.html | 178 +- .../static}/pages/order_wait_release.html | 174 +- .../static}/pages/preferential.html | 708 +- .../static}/pages/push.html | 276 +- .../static}/pages/statistic.html | 2 +- .../static}/pages/statistic_.html | 4 +- .../static}/pages/togetherOrderDetail.txt | 0 .../static}/pages/undefined.html | 0 .../static}/pages/uploadError.html | 0 .../static}/pages/user-percent.html | 2 +- .../static}/pages/user.html | 8 +- .../static}/pages/version.html | 0 src/main/webapp/MyHtml.html | 36 - .../WEB-INF/libs/commons-codec-1.10.jar | Bin 284184 -> 0 bytes .../WEB-INF/libs/pingpp-java-2.0.10.jar | Bin 47043 -> 0 bytes src/main/webapp/WEB-INF/web.xml | 121 - .../java/com/changyu/test/HotSearchTest.java | 57 - .../java/com/changyu/test/campusTest.java | 5 - src/test/java/com/changyu/test/event.json | 45 - src/test/java/com/changyu/test/foodTest.java | 5 - src/test/java/com/changyu/test/newsTest.java | 5 - src/test/java/com/changyu/test/orderTest.java | 453 - .../com/changyu/test/packageOrderTest.java | 5 - src/test/java/com/changyu/test/pushTest.java | 5 - .../java/com/changyu/test/receiverTest.java | 279 - src/test/java/com/changyu/test/refund.json | 26 - .../java/com/changyu/test/sellerTest.java | 158 - src/test/java/com/changyu/test/userTest.java | 710 - .../java/com/changyu/test/versionTest.java | 37 - 228 files changed, 10834 insertions(+), 60468 deletions(-) delete mode 100644 .classpath create mode 100644 .idea/kotlinc.xml delete mode 100644 .project delete mode 100644 .settings/.jsdtscope delete mode 100644 .settings/com.genuitec.eclipse.core.prefs delete mode 100644 .settings/com.genuitec.eclipse.j2eedt.core.prefs delete mode 100644 .settings/org.eclipse.core.resources.prefs delete mode 100644 .settings/org.eclipse.jdt.core.prefs delete mode 100644 .settings/org.eclipse.m2e.core.prefs delete mode 100644 .settings/org.eclipse.wst.common.component delete mode 100644 .settings/org.eclipse.wst.common.project.facet.core.xml delete mode 100644 .settings/org.eclipse.wst.jsdt.ui.superType.container delete mode 100644 .settings/org.eclipse.wst.jsdt.ui.superType.name delete mode 100644 .settings/org.eclipse.wst.validation.prefs delete mode 100644 .settings/org.maven.ide.eclipse.prefs delete mode 100644 mybatis.log.1 create mode 100644 src/main/java/com/changyu/foryou/PortraitApplication.java create mode 100644 src/main/java/com/changyu/foryou/config/MybatisConfig.java create mode 100644 src/main/java/com/changyu/foryou/config/SpringConfiguration.java create mode 100644 src/main/java/com/changyu/foryou/config/WebConfigure.java create mode 100644 src/main/java/com/changyu/foryou/interceptor/LoginInterceptor.java rename src/main/java/com/changyu/foryou/tools/{XssHttpServletRequestWraper.java => XssHttpServletRequestWrapper.java} (80%) create mode 100644 src/main/resources/application.properties rename src/main/{java => resources}/com/changyu/foryou/mapping/CampusMapper.xml (95%) rename src/main/{java => resources}/com/changyu/foryou/mapping/CityMapper.xml (100%) rename src/main/{java => resources}/com/changyu/foryou/mapping/DeliverComMapper.xml (96%) rename src/main/{java => resources}/com/changyu/foryou/mapping/FeedbackMapper.xml (100%) rename src/main/{java => resources}/com/changyu/foryou/mapping/FoodCategoryMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/FoodCommentMapper.xml (96%) rename src/main/{java => resources}/com/changyu/foryou/mapping/FoodMapper.xml (96%) rename src/main/{java => resources}/com/changyu/foryou/mapping/FoodSpecialMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/HotSearchMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/KeyMapper.xml (100%) rename src/main/{java => resources}/com/changyu/foryou/mapping/NewsMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/OrderMapper.xml (96%) rename src/main/{java => resources}/com/changyu/foryou/mapping/PackageOrderMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/PreferentialMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/PushMessageMapper.xml (97%) rename src/main/{java => resources}/com/changyu/foryou/mapping/ReceiverMapper.xml (100%) rename src/main/{java => resources}/com/changyu/foryou/mapping/SellerMapper.xml (96%) rename src/main/{java => resources}/com/changyu/foryou/mapping/UsersMapper.xml (96%) delete mode 100644 src/main/resources/config.out.xml delete mode 100644 src/main/resources/config.properties create mode 100644 src/main/resources/mybatis.xml delete mode 100644 src/main/resources/spring-mvc.xml delete mode 100644 src/main/resources/spring-mybatis.xml delete mode 100644 src/main/resources/spring.xml rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-editable.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-editable.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-table-editable.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-table-export.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-table.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap-table.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap.min.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/bootstrap.min.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/jquery.min.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/jquery.validate.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/messages_cn.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap-table/tableExport.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap-theme.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap-theme.css.map (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap-theme.min.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap.css.map (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/css/bootstrap.min.css (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/fonts/glyphicons-halflings-regular.eot (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/fonts/glyphicons-halflings-regular.svg (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/fonts/glyphicons-halflings-regular.woff (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/js/bootstrap.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/js/bootstrap.min.js (100%) rename src/main/{webapp => resources/static}/assets/bootstrap/js/npm.js (100%) rename src/main/{webapp => resources/static}/assets/css/docs.min.css (100%) rename src/main/{webapp => resources/static}/assets/css/sidenav.css (100%) rename src/main/{webapp => resources/static}/assets/css/style.css (100%) rename src/main/{webapp => resources/static}/assets/flash/ZeroClipboard.swf (100%) rename src/main/{webapp => resources/static}/assets/fonts/glyphicons-halflings-regular.eot (100%) rename src/main/{webapp => resources/static}/assets/fonts/glyphicons-halflings-regular.svg (100%) rename src/main/{webapp => resources/static}/assets/fonts/glyphicons-halflings-regular.ttf (100%) rename src/main/{webapp => resources/static}/assets/fonts/glyphicons-halflings-regular.woff (100%) rename src/main/{webapp => resources/static}/assets/js/common.js (100%) rename src/main/{webapp => resources/static}/assets/js/customize.min.js (100%) rename src/main/{webapp => resources/static}/assets/js/docs.min.js (100%) rename src/main/{webapp => resources/static}/assets/js/ie-emulation-modes-warning.js (100%) rename src/main/{webapp => resources/static}/assets/js/ie10-viewport-bug-workaround.js (100%) rename src/main/{webapp => resources/static}/assets/js/ie8-responsive-file-warning.js (100%) rename src/main/{webapp => resources/static}/assets/js/jquery.min.js (100%) rename src/main/{webapp => resources/static}/assets/js/sidenav.js (100%) rename src/main/{webapp => resources/static}/css/bootstrap-datepicker3.css (100%) rename src/main/{webapp => resources/static}/css/bootstrap-datepicker3.standalone.css (100%) rename src/main/{webapp => resources/static}/css/bootstrap-editable.css (100%) rename src/main/{webapp => resources/static}/css/bootstrap-switch.css (100%) rename src/main/{webapp => resources/static}/css/bootstrap-table.min.css (100%) rename src/main/{webapp => resources/static}/css/bootstrap.min.css (100%) rename src/main/{webapp => resources/static}/css/docs.min.css (100%) rename src/main/{webapp => resources/static}/css/mainstyle.css (100%) rename src/main/{webapp => resources/static}/css/order.css (100%) rename src/main/{webapp => resources/static}/css/push_style.css (100%) rename src/main/{webapp => resources/static}/css/sidenav.css (100%) rename src/main/{webapp => resources/static}/css/style.css (100%) rename src/main/{webapp => resources/static}/fonts/OpenSans-Light-webfont.ttf (100%) rename src/main/{webapp => resources/static}/fonts/OpenSans-Regular-webfont.ttf (100%) rename src/main/{webapp => resources/static}/img/colbg.jpg (100%) rename src/main/{webapp => resources/static}/img/glyphicons-halflings-white.png (100%) rename src/main/{webapp => resources/static}/img/glyphicons-halflings.png (100%) rename src/main/{webapp => resources/static}/img/icon.png (100%) rename src/main/{webapp => resources/static}/index.html (92%) rename src/main/{webapp => resources/static}/js/bootstrap-datepicker.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-datepicker.zh-CN.min.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-editable.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-switch.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table-editable.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table-editable.min.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table-export.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table-export.min.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table-zh-CN.min.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap-table.min.js (100%) rename src/main/{webapp => resources/static}/js/bootstrap.min.js (100%) rename src/main/{webapp => resources/static}/js/common.js (100%) rename src/main/{webapp => resources/static}/js/customize.min.js (100%) rename src/main/{webapp => resources/static}/js/docs.min.js (100%) rename src/main/{webapp => resources/static}/js/flotr2.min.js (100%) rename src/main/{webapp => resources/static}/js/ga.js (100%) rename src/main/{webapp => resources/static}/js/highcharts.js (100%) rename src/main/{webapp => resources/static}/js/ie-emulation-modes-warning.js (100%) rename src/main/{webapp => resources/static}/js/ie10-viewport-bug-workaround.js (100%) rename src/main/{webapp => resources/static}/js/ie8-responsive-file-warning.js (100%) rename src/main/{webapp => resources/static}/js/jQuery.md5.js (100%) rename src/main/{webapp => resources/static}/js/jquery-1.7.2.min.js (100%) rename src/main/{webapp => resources/static}/js/jquery.cookie.js (100%) rename src/main/{webapp => resources/static}/js/jquery.min.js (100%) rename src/main/{webapp => resources/static}/js/jquery.validate.min.js (100%) rename src/main/{webapp => resources/static}/js/main.js (100%) rename src/main/{webapp => resources/static}/js/sidenav.js (100%) rename src/main/{webapp => resources/static}/js/sign.js (95%) rename src/main/{webapp => resources/static}/js/tableExport.js (100%) rename src/main/{webapp => resources/static}/js/util.js (87%) rename src/main/{webapp => resources/static}/kidding.html (100%) rename src/main/{webapp => resources/static}/laughing.png (100%) rename src/main/{webapp => resources/static}/login.html (94%) rename src/main/{webapp => resources/static}/pages/campus.html (95%) rename src/main/{webapp => resources/static}/pages/campus_admin.html (94%) rename src/main/{webapp => resources/static}/pages/close.html (94%) rename src/main/{webapp => resources/static}/pages/dashboard.html (100%) rename src/main/{webapp => resources/static}/pages/feedback.html (93%) rename src/main/{webapp => resources/static}/pages/food.html (94%) rename src/main/{webapp => resources/static}/pages/food_category.html (99%) rename src/main/{webapp => resources/static}/pages/food_comment.html (93%) rename src/main/{webapp => resources/static}/pages/food_first_category.html (96%) rename src/main/{webapp => resources/static}/pages/food_second_category.html (96%) rename src/main/{webapp => resources/static}/pages/help.html (100%) rename src/main/{webapp => resources/static}/pages/hotsearch.html (94%) rename src/main/{webapp => resources/static}/pages/main.html (97%) rename src/main/{webapp => resources/static}/pages/modifypassword.html (95%) rename src/main/{webapp => resources/static}/pages/news.html (94%) rename src/main/{webapp => resources/static}/pages/order.html (100%) rename src/main/{webapp => resources/static}/pages/orderTotal.html (95%) rename src/main/{webapp => resources/static}/pages/order_deliver.html (93%) rename src/main/{webapp => resources/static}/pages/order_invalide.html (93%) rename src/main/{webapp => resources/static}/pages/order_refund.html (93%) rename src/main/{webapp => resources/static}/pages/order_success.html (93%) rename src/main/{webapp => resources/static}/pages/order_wait_release.html (93%) rename src/main/{webapp => resources/static}/pages/preferential.html (95%) rename src/main/{webapp => resources/static}/pages/push.html (94%) rename src/main/{webapp => resources/static}/pages/statistic.html (96%) rename src/main/{webapp => resources/static}/pages/statistic_.html (91%) rename src/main/{webapp => resources/static}/pages/togetherOrderDetail.txt (100%) rename src/main/{webapp => resources/static}/pages/undefined.html (100%) rename src/main/{webapp => resources/static}/pages/uploadError.html (100%) rename src/main/{webapp => resources/static}/pages/user-percent.html (96%) rename src/main/{webapp => resources/static}/pages/user.html (95%) rename src/main/{webapp => resources/static}/pages/version.html (100%) delete mode 100644 src/main/webapp/MyHtml.html delete mode 100644 src/main/webapp/WEB-INF/libs/commons-codec-1.10.jar delete mode 100644 src/main/webapp/WEB-INF/libs/pingpp-java-2.0.10.jar delete mode 100644 src/main/webapp/WEB-INF/web.xml delete mode 100644 src/test/java/com/changyu/test/HotSearchTest.java delete mode 100644 src/test/java/com/changyu/test/campusTest.java delete mode 100644 src/test/java/com/changyu/test/event.json delete mode 100644 src/test/java/com/changyu/test/foodTest.java delete mode 100644 src/test/java/com/changyu/test/newsTest.java delete mode 100644 src/test/java/com/changyu/test/orderTest.java delete mode 100644 src/test/java/com/changyu/test/packageOrderTest.java delete mode 100644 src/test/java/com/changyu/test/pushTest.java delete mode 100644 src/test/java/com/changyu/test/receiverTest.java delete mode 100644 src/test/java/com/changyu/test/refund.json delete mode 100644 src/test/java/com/changyu/test/sellerTest.java delete mode 100644 src/test/java/com/changyu/test/userTest.java delete mode 100644 src/test/java/com/changyu/test/versionTest.java 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..3d3b224 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,6 @@ -/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/ \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..1c24f9a --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,7 @@ + + + + + \ 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/README.md b/README.md index fb4960e..069d698 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,33 @@ -# java_server -基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台 +### java_server +本项目是基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台。 -### 主要功能 -1. jpush推送 -2. mob短信 -3. ping++支付 -4. 接口签名 -5. web端数据管理 -6. 权限管理 -7. 多校区管理 +#### 更新 +- 2017-7-21 +> + 1. 解决spring jar包过老,跑不起来问题。 + 2. 项目更新为springBoot项目,springBoot版本为1.5.2 + 3. 支持在intellij下面运行 -### 运行 -clone下来的代码请在eclipse下运行,需要tomcat,mysql支持。 + +#### 主要功能 +- jpush推送 +- mob短信 +- ping++支付 +- 接口签名 +- web端数据管理 +- 权限管理 +- 多校区管理 + +#### 运行 +clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以springBoot的方式启动。 1. 将foryou.sql导入你自己的数据库中 2. 修改数据库连接配置 -3. tomcat运行即可 +3. 执行mvn package 将项目达成war包,在tomcat下运行。 +4. 或者更改pom.xml,讲packing方式更改为jar,执行mvn package后在jar包目录下运行```java -jar jar包路径```即可 + ``` + jar + ``` + + ## License + java_server is available under the MIT license. See the LICENSE file for more info. diff --git a/foryou.sql b/foryou.sql index 0f371a3..670733a 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-07-21 14:42:54 */ SET FOREIGN_KEY_CHECKS=0; @@ -72,12 +72,7 @@ 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'); -- ---------------------------- -- Table structure for campus_admin_type @@ -3374,208 +3369,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 +3391,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.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..3a04575 100644 --- a/pom.xml +++ b/pom.xml @@ -8,22 +8,69 @@ foryou http://maven.apache.org + + 1.3.2 + 3.4.0 + 6.0.6 + + + + + + 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,40 +81,19 @@ 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 @@ -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 - + + foryou + + + org.springframework.boot + spring-boot-maven-plugin + + + maven-compiler-plugin + + 1.8 + 1.8 + + + diff --git a/src/main/java/com/changyu/foryou/PortraitApplication.java b/src/main/java/com/changyu/foryou/PortraitApplication.java new file mode 100644 index 0000000..7bd7b2e --- /dev/null +++ b/src/main/java/com/changyu/foryou/PortraitApplication.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 PortraitApplication 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(PortraitApplication.class); + } + + public static void main(String[] args) { + SpringApplication.run(PortraitApplication.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..793d138 --- /dev/null +++ b/src/main/java/com/changyu/foryou/config/MybatisConfig.java @@ -0,0 +1,91 @@ +package com.changyu.foryou.config; + +import com.alibaba.druid.pool.DruidDataSource; +import com.mysql.cj.jdbc.Driver; +import org.mybatis.spring.SqlSessionFactoryBean; +import org.mybatis.spring.mapper.MapperScannerConfigurer; +import org.springframework.context.annotation.Bean; +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; + +/** + * 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..eba7ba2 100644 --- a/src/main/java/com/changyu/foryou/controller/OrderController.java +++ b/src/main/java/com/changyu/foryou/controller/OrderController.java @@ -131,6 +131,7 @@ public void setOrderService(OrderService orderService) { + oldOrders.get(0).getOrderCount()); orderService.deleteCartGood(order); } + int flag = orderService.insertSelectiveOrder(order); if (flag != -1 && flag != 0) { @@ -672,8 +673,8 @@ else if(i==5){ /** * 改变订单至配送状态 * - * @param phoneId - * @param orderId + * @param adminPhone + * @param togetherId * @return */ @Deprecated @@ -696,7 +697,7 @@ else if(i==5){ new Thread(new Runnable() { - @Override public void run() { //推送 + public void run() { //推送 String userPhone=userService.getUserPhone(togetherId); System.out.println(userPhone); pushService.sendPush(userPhone, @@ -704,7 +705,6 @@ else if(i==5){ } }).start(); - } else { map.put(Constants.STATUS, Constants.FAILURE); map.put(Constants.MESSAGE, "点击配送失败,请重试"); @@ -720,7 +720,7 @@ else if(i==5){ /** * 修改订单状态至完成 * - * @param phoneId + * @param adminPhone * @param togetherId * @return */ @@ -741,7 +741,7 @@ else if(i==5){ new Thread(new Runnable() { - @Override public void run() { //推送 + public void run() { //推送 pushService.sendPush(userPhone, "您有一笔订单已完成交易,赶快去评价吧!For优欢迎您下次惠顾", 1); @@ -760,50 +760,6 @@ else if(i==5){ 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; - // } - // - // - /** * 超级管理员获取待发货单信息 * @@ -1161,7 +1117,8 @@ public Map getBigOrderById(@RequestParam String togetherId) { /** * 修改订单状态 - * @param adminPhone ????????????????????????????? + * @param orderId + * @param status * @param togetherId * @return */ @@ -1192,31 +1149,27 @@ public Map getBigOrderById(@RequestParam String togetherId) { case 3: //配送中 flag = orderService.modifyOrderStatus(requestMap); - new Thread(new Runnable() { + new Thread(() -> { //推送 - @Override public void run() { //推送 - - pushService.sendPush(userPhone, - "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + pushService.sendPush(userPhone, + "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); - } }).start(); + }).start(); break; case 4: //待评价 flag = orderService.modifyOrderStatus(requestMap); - new Thread(new Runnable() { + new Thread(() -> { //推送 - @Override public void run() { //推送 - - pushService.sendPush(userPhone, - "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); + pushService.sendPush(userPhone, + "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); - } }).start(); + }).start(); break; case 5: //小订单已完成 requestMap.put("orderId", orderId); - requestMap.put("isRemarked", Integer.valueOf(1)); + requestMap.put("isRemarked", 1); requestMap.put("status", 4); flag = orderService.modifyOrderStatus(requestMap); break; @@ -1246,14 +1199,12 @@ public Map getBigOrderById(@RequestParam String togetherId) { Map paramMap = new HashMap(); paramMap.put("togetherId", togetherId); List orders=orderService.getOrdersById(paramMap); - if(orders.size()>0&&orders!=null) + if(orders.size() > 0) { orderService.deleteOrder(paramMap); resultMap.put(Constants.STATUS, Constants.SUCCESS); resultMap.put(Constants.MESSAGE, "删除订单成功"); - } - else - { + } else { resultMap.put(Constants.STATUS, Constants.FAILURE); resultMap.put(Constants.MESSAGE, "订单不存在,删除订单失败"); } @@ -1284,7 +1235,7 @@ public Map getBigOrderById(@RequestParam String togetherId) { paramMap.put("orderId",order.getOrderId()); int flag = orderService.insertSelectiveOrder(order); - if (flag == -1 && flag == 0) { + if (flag == -1 || flag == 0) { resultMap.put(Constants.STATUS, Constants.FAILURE); resultMap.put(Constants.MESSAGE, "生成订单失败"); } @@ -1499,8 +1450,7 @@ public String getIpAddr(HttpServletRequest request){ /** * 校区管理员确认退款 * @param togetherId - * @param totalPrice - * @return +s * @return */ @RequestMapping("/confirmRefund") public @ResponseBody Map confirmRefund(String togetherId){ 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..47520ab 100644 --- a/src/main/java/com/changyu/foryou/controller/PayController.java +++ b/src/main/java/com/changyu/foryou/controller/PayController.java @@ -1,96 +1,41 @@ 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; + @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{ @@ -142,15 +87,13 @@ private int doRefundSuccess(String buffer) { Integer flag=orderService.updateOrderStatusRefundSuccess(paramMap); final String phone=orderService.getUserPhone(paramMap); //根据订单号获取用户手机号 - new Thread(new Runnable() { //开启极光推送,通知用户退款成功 - - @Override public void run() { //向超级管理员推送,让其分发订单 + //开启极光推送,通知用户退款成功 + new Thread(() -> { //向超级管理员推送,让其分发订单 - //推送 - pushService.sendPush(phone,"您的一笔金额为"+price+"的订单已经退回到您的账户中,请及时查看。For优。", 5); + //推送 + pushService.sendPush(phone,"您的一笔金额为"+price+"的订单已经退回到您的账户中,请及时查看。For优。", 5); - } - }).start(); + }).start(); return flag; } @@ -181,23 +124,20 @@ public int doPaySuccess(String buffer){ final Integer campusId=orderService.getCampusIdByTogetherId(paramMap); // 开启线程去访问极光推送 - new Thread(new Runnable() { - - @Override public void run() { //向超级管理员推送,让其分发订单 + new Thread(() -> { //向超级管理员推送,让其分发订单 - //推送 - //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); + //推送 + //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); - Map paramterMap=new HashMap(); - paramterMap.put("campusId",campusId); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - for(String phone:superPhones){ + Map paramterMap=new HashMap(); + paramterMap.put("campusId",campusId); + List superPhones=userService.getAllSuperAdminPhone(paramterMap); + for(String phone:superPhones){ - //推送 - pushService.sendPush(phone,"一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); - } - } - }).start(); + //推送 + 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..b7d6cb6 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,17 @@ +#mybatis +mybatis.type-aliases-package=com.nawaa.portrait.models +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=zc0829 +validationQuery=SELECT 1 + +server.port=7999 \ 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 1d7417c4031324cc6577a306cde57ae220f55523..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 284184 zcmbTc1CTDyn4NbW-x-42u5&g9KXo2ZpIKRCDvs z^$j^7Ak_a8CMP5>B`&6-N-rl~t*c|V!Hw+8vHK(VXf$VRvL?UKB#C6Wk%RlYL$1}L z0pdfQ64}I>L`GYB{OI$2Am27glnOUND1f}>c%gL9zNV@6leDAIqy9apfmb?_rQwNv zVrWPurNQ`V0O9%zkB@|E!^8I&!s{IDY%h+S>qnrdZzN3m@^fifsaA(x(yiPL zhm7AVCpC^9p%CwcjQ)g^8@WFBQd-{a9v#@)8xyFbFP zSoG+>JNI8^i0K^;8u94V4g5YZR^Q9_=hma^wqOaQH1yayBa*d$8DKuaU_+CX)wbOe zSO`;V-ILI}DG{^u$jhKB{_*g^@KIL6t?3SZA^hIn`1I^aW-KZNM*wntotlZPWIc>k zcoVi$Xt{|I=;Gt|d3hd?qH$N_i9_FQ^SR*2fS?_RzH1PzDTPc>;|~R;G6)Fo$&#oe z49-N6GJL|kON_gf*?Y;_ERO1(37RQrLiHo~42(?f%X#H`yF7V(6dnCcp+rlsu z!X9Bo)Y=83%5$7j>##P{;l}IcaqzVST2t35_bo0!;DH^qJCK zww_e}jJSO#V$_{fNyZ)ubn$`=bjk*{!JeH{Ooa&jv1zQiUhuD_xgF-Iu|u#H*!j6< znch1~&E<944!#+9$O5x=|7NS4yJv%sK2Y_?y@He}>VOoT;fi6y018f1Guc1mZKOP& zF1uG8)aSxYIFKx}kY-&QQtE#3kBvO?+~>qA`<2f#{1RZo4_ERl8}DcvL>=dHZ79$o z3mrwlT)_^@$Js)F_{5U&&UxH)WQ&$JYT_xu5Ka<6g-I}Sr^`tgvtW!pXGCRiIT~hh z6o@zyuQT?>>5v7_D#U<20~rXs9}V;Ii}4oc^;K;l zt{@HNW3Mjm3iaSMycm3D2}}b*Ts?%32F^pH~yv8g#19+g0yMvJl+-jV5e0gDR(5K>Vz*idRVnkG@`}(c}t~Y0O$Wh%%xB`^#0BM@~ zz22tN0EJAkPXHOo2=9h>w-~6`FvPre7mP>DYZ7AWol#Rl3h*}9uI9oo!BLdD3AHQg z_V;n3SmsiaU&5P0RuJF#9{jyR4HovEZnpcoS%{z6J-c2Ze#=I)f#qnu4yp-NQI^|> zMBF%7pTnrp_^U7%Kp)nWRAK6RrNEv!#{~pcT+^Dm5!JS@rx4c3z8$+2H;zOKX~scN z%ebWsn_wDAKM(@7q(QLDy`?DE`)ur(LR);~jS?%}vq#p!NA6eQ2p#uV7p0Lawy(Pv z`ceXa-J{`R#(k_5pM-gBhKk*;XFhc%l;M|U_UD0(&ji1gCQM+@!YxBA*XZW39=-6+APg>Al0^OZUlX;_Q$hIQ z@U;aHAtw4$U`HP%o-(aZ#;itcU9QY5>AZ`@-J@1t9&iC#iz%3J^nAiV&zKs@rYRF{>Me zLBkA{REh9q9#;ju%S4w6StPAsnN=&6$|4FESG)L7|G^;Z96>?;DuWV6-j576<@p^Z zL4R2aQPMNA?$P%O2^tX>K0z%!irP}CLJAx7>ASh3xR-xv>5)Wgu=syGsIvbMmZm z5h8b`^P>`(Y4+?WAoMG&LV;#&mb#Xpx>HDdXW9wwJ>=oSHfgc-fg#a1pBvuwK^SGL z*B;>>F41?dh=4`v)LKg8&Aam&{H#k<%yjGe4U_a?{xklG^lIoKeT?{pnVb4tC91T*Dhc1P+BJpH3Pl@R1JL#|l^zjOw7IBkH z)>}NVivh4-kzfTwRSYWSJCwKtbcVY&3mr0tBH7?c6nkQ)HpTIhoFfa~pd2 zx3m~R`NlOTuDYEkI{|TPe4n@Zb`>e-8a4WRZdwd6mq%rO2C122)^(Q%k#*92uGSkT%m^39PioCl&(OUU;}F4^+6`pFBkJO}teWv!F_(Si{`&h?y9K z`uB8fg6`h}o(CfC^eDn2nlXhZAv~~T6!8Sc7_vnDlukVm-^{**r~r<#>cN+e&Dj!N15IuMN6)>zlIN;Son0u`~Bns2#C zhJQ^96g~=^Yr!feTkSd5eOkmVYQQSKJmQejTnV5^=Lpu)&ts!|AMxlxc$&@$p5B%4 zP=5cEB?og4HINbA8upln(*3z+A`Ulbk@x~N)bPu{_=%Ax-%qs}mj{0kc4zoHpi+8Q}}{QqT}TABl#oc{%z z_+LHyw~?*6i;?;N`HlYXS0?*!@r`Z%MHle?)h%oR|Ji%U|2f#{Lk3b_2tYuTbpMwd zkd+bqg6|5TUn41~I76CB6)QK#r7p|@^yLcZaCw=aC?#go~s;gF{yXKnDv)}j2!G08% zEf*qd>Gf6j?HUM*w<2rxyI$W9DwhZ9eBM6aY+F0yyk|q|D^IcoCi#B$-MSvX-=9l) z9NOEEYi-dr9zNct_T{^}+tF^WYiJz2zMh|t&$nnib?u6I zw=RAmcSPQz3N+d`rrTSuxfmCkGJtQoE4m&8U*afbcHdoyT32CaR|Ko+SZCCijHqo! z>f1KqRO!b&LJ(zJoT@H`AL(zFuixC0!PlATRu8rIH@%7-@TtV&EFp{(V0n@1*tB?6 zYFr4V>D5;Gt7=w+{f#@QV^{ylREWaK)@H6cBDB9Am#(_h_*9-95(RHg$Zk8{iao^i z>L4=^g3@~6S3*1mz8Us`-G&slI{G}Dy)cy1fU;EkEH>$*=|JMc`v9M?YFta>w?*4V z<>9OP68|2Bxm(vvG38mW4)`%WB441;nd)a}>5fJ*f8VTS;{nj5&Gl=OhF*X5&@f>t z$!O+oM{d0K)T39ej_TK-YQ@XDn*4zUCWas9$pftFVRNo4HUx*@izyW51T{wMV2;d^2vT#X5XA;YLQ2Wc zS`>>z=+Ywt4-Z3i?2jZ9LI;*52aUAAAD%J^$tt`t;5CkQE>}NSE&}A=*(myMVIbCn zr295br_MT++5kHC-JX`JR|MzLVOH#yL|nkwd`E3(JX&BG>R&9;QjQEzf1zy4Fg%Zp z0~DhyaPjcIQJx{6PaL)2VD(z@35H(Y>EJbUMKX%Q> zZr|3NIDZ;P#hfzi$JOKYP4t&NC@K%HX*pKT=#8V~DZf4$M6iZo+lDy1U@Am8Px~b? zIjX%H(sTmHGILwQ%KNCHG~WsX@0n`;5H;^Pj>e2P`<#w6Q>cKO8Bbq z@&n>=oYT&@B$}lf9V1L5Edt`_paxf<$kYyH{dq$7mxjXI0;Z^y?8+zpYC4u{07(w- z#OQ{K4HC+CgsLvG%~0HuR2&!l=-L4JmSi@HxC+?tEQDNHGO~Q4w&RDfr&MTYoBU`B$>|d&U?!Q?jG-xB3Q7BD zwF(hVZIHN{QB;|=dXXzyy36!}C?CdvJpVKceE=Z720RrcEPA(sVnH>u@gDUvwHR3X zJVxD(FmJVH)cg-q`(K>JVYxg!DG${oT`T$gJ+vFJBn-Y%siLYyZ?*pMK`iLx#OvNa z7jsMqyCfV@`2kMd=CHI4DV|XgY5E-8GkvYJyHYfg-h%0`R)io z61uJ5(B`K!3z8zO8Is#TCK7d3#8X`RVGtZ%?c1Or63JT%;Ag%snuy2lD&KE+?7S+| zWaEpPsUYWt>0ioTRP69;?IKVe>rA4Sw^%31$WByus%t^_M};9OR?(-8-<`}ZjA8!^ zy@s3yIiD~Nr0>>7xHYCRN`!F$o&zgC1Y>?ViqC|gAMPPz8z(~v@ksn5UxM{G4nw4o z@IBd!VfE9PHNlM1I^1qv#nvHZBW|qq?Z)Ykn!VYsgy6g(U+wMczg+MNX3pt9UMd)y z7=p1CqWyQZY?^$1BvY*NciMt6!OThteY%AjEkI;(aGrETM=~tlDQnINsX~YC(=+&~L2$R8AYv+j$X zUhEfALK+W8dfKy-)0PC55u>}iY=y?NRe(d)4G7>|?g@kKmv`)F0#E+oEZ*nG82@2VAt~{t-qN^);<+o zrnvI8?n4yW6PC;)Ge6!cFR*~`9Sr}fkcOIs7pF=j->Cx){F&vNXUMGHq)DkkZb^bm zEn5Rwk~%_GmpUg+{Qzw;>AH2>(^1VW+;Yrah~O{RbLIIxPjyy?m>C7ypMl$JsL1&Y zKvfl|YV2=JDfvFiN!ss3KBc&3|MO@mA#=)Jh;X#1HXSztfvJzg_F|OCrxzcqL>l-RM=D*9Bh5<8VFI zeKJ6hXdZLuIT1@xnySI_bSDM6c%E&-rr=RXCKm-YnIj;GjeKQaIjVzHuJGM#Q#66+ zE-Re1+dWF0FOX~5@iIgZjRGXn%Yd?lSEKGAp2YLW+gsdGS*ab}C}l$A*9T>^M zzDNhz>!eErDf2lznss9Wn-H|4U)dh3X!nEmTCS}>l@;`i%;-(GxIJN|9da2y?{Mg5 zd1{urgX!j$-h2{9UHkKK_b@Og;zdxU*hdlys3^sNex)4$*JT>jbgOc-b0PRZpKx^g zeluN;G!V$nC_=mRc=oa|w! zr^BBYMH0C+hz#6d10wZX^B+g&T}o%iblqd^r;W0Kt_bArAWO=lM$10f$x!ekQUqr> zGv$MXKEig*eEM6Z8;)UhR)bL#3P%yu6$ARgWLI6+xy?4Tn?CjYET4#Q(ksUs8pE3H za$Xw$fT=Nn!gZC}n*A?0-IV93!Q$lsrD&aQ`RKVn$us3Dp{9(TT__Ko>961Sw!W#V zpT5372UDG1ci;EV&yEfPJ>4iAtw$Wd9JND7`{s8qZ~M?$k{?))By9S64p>u~3#fFf zxC)y=$w-~gl!;n;y3%VXqcG9iGdDZB8j9chYuQUm(IJSMP97tsiu936yCqnPmo!;P9GD}2_jnyy2bJ121Ov=ar^I*zMZSwWwQ^_ ztZqpsTry(eqruqgH%FJ8l?5jbR-oQ^z*^N<4;UbJ!|Ce`1sVu54tR!HL18<^cT3pu zNlQc9o)W#r@3~SJR^RIs&5~oFT*QAwU;2u`R^{K}%@yE}3w50zrrlTcuofO&FAis?47;F=; zpBp@8d2?(AUP!}3^TJ=t#a0Ex2U;=q8%j)tD#G1m!wil^^+88J*c`qrAMxR+a&hm( z`n7AL@4nP*^W`PJH)p{5tkFndcVhubKGmOME!}LOW$b)D*UFEpU5=fU-Ha3T zP0eW=ycC4Q8J8#AZOB9NloQT@OR7nq7OtuSZ`7<*(aqYIS+%1(Yma(d?oz0HvW9IU zxcDd?X1@V{(&3H*!ka{5BKJ3AF{F}ma293k<~%|6NV!i zFGeOXcrBUS`Kwx8?*P;hVt=PJh)hlrZPWRAqP8(AY;zZK%$@)*a*jPIN{r5zXu3xB zXXNon7^}(QV<#7;=Cys&C6CY^S`|zxK~V|S<8Kz6%4Hj0+&5FSQ9IMF7?86e;KYLb zcn4l?HTdSU;f1IT_fE&4j)`Jx*c6YVQzluUaPRGR!qD6}*5Sc1XTU?${iyRbcK0Ze z&|V0)A3EY9#z}YiLSiP_{IYdMhD7bC)1<-k>zmqVe}l+!5YtVqkRF!2lgWCD)8<2*!^K3&-5SMIy% zGaTm6{`EW7Abcc$*ot3NQE=^ndv1Y>+b10Q6y-Puzx2kB#5Dd`$I5oLG73?_0t-kW z$e!z$Rq#guH=*@om;v$dvW(f=^{W-- z2TbI!t}9+Y@+0uWF%mqCoVCw6tXTAHx_*qhFmnk$VZVBVP>b-vVYf$XGt&IQrSCp0 zd&?!CFX776B)5@OO%vyMNinb+c&DNOHom;M5bZ6y2;yk-or}w>dHh)R#5)6>%8vGs z=T?E8{F_z9NH2C-$7UH+nJnNLGZYG9K6ii7!;^T})FiL5OL^xm)W*cv&^e)Q4vV|P?zu9~Rki9i6>sAA#f{PM=& zS*IOkkrfqlA1ru8tsscg_Vn6*5m>^;UX{YKUQhznpCxoZzT7S|1Z0DH4;*TjXpJ;7 ztD#(;F96XQKcwo?kwje+op)GwS&go14GV)_Neh3&%=I^s622al%gE3A?w~p-==I9g zY3l{v^MS$c6!145F5g%0tV(F?p_K>NjO>_nogH*eO8)vW#(xgn#6Pi?HScGBI6M$g z4gnAl?Y|0W{v)3fHgW>6Fw>j-Hga-0()4mqT1xlZxnXXV?I$t?PLvvjgd9VZlqCEW zXh9B&iJTxPOeh4KI3|IaJz3-=q(rl{U(BIHvqVf+(2}iJtsMtcFn_VU)uLn5`f+(q z4`{tQe_kt{S+BmT5eMwNOr|ml(l_~hRzC3V-0+-q{j=YHWWQwD`QG-Ou>dK;&F~m9 z4Pqg~O7RFqsCeNjLUA}fqlf;5ZDrmZw&xj;sJ0J7d*&iU;5Q56dGo;-7_q6#-Erd~ z#JDyxf8pNce+`D?w+vEnm{4Hx9{%+*V9xc#Rr3HeaAI?thv(Y+i~bupm3MG046A$8 zUNLO)rV9p3NSdL zBaX?OC^M#dWZ zM9|&eO6^et40fi(f5n)lyM&z6nBAdqg3KUfV>Y;M5dh%sK zM_K2l?vqfJoEPS0=4~-XWCPHeF^ng`WC4 zJ{~o(ivRV0<=(U85i_Khs3XYzv*KIJtK*L-tcu!wa$M|P0B?=IM2t7_;E6JvN z;37%lnBGMp{vxH*m3@#T|B>r9(O+(sb=ORW6*C(%5sl3ei+)*vr#PxVj1x0Ty^$%2 zU4-w&h>vg$Hx&AeOtn^MbI~~mNp=BpfI6lrwc$-eQyG*jb~hV-RRAAlL5#-n$^2;w zAA$z()8;)mn6$Er@{D{8Nz^g9%f#Lnk7FMOkGaIPxfd>X&w6GjAVKxrrRGkdIa?hM zA}$Lg6Fkq)0%l7x$VfI2e_NNiL^Y$-8#EH_*2uW=eE2)=ZIHNR%Xat>TI9?RLHuUR z_~6U3L%AbwCDIpSPj{4}tW(rFRGI_IOYKul;yjD9t2Da@S;e8FLkN=R{8wd8zU3g4bGP+B0N>x8^0^92`#CvW=Z z6!qpLh|`q$&7S_9F-EY1e|cH!j_bAqj^i!S@nA+B)83eQ%{c_3R&+2`asckM?3#Om zX+a^>vv^l|_)4L5FzLEU^vA?4yQCA{DGNTgR2a`~+fK2QqY*rV?o@ppOz?O;6 zE#7?UQJ1;qJ$j zBO-YwxPwS3=XvZw2nmg-nF%3)_?1&q#6diH?gVI}87feogGrO!xTp?Ve< z*pTHY2@g&@Ek84=<=24XzLO<|;WJ6x!MwcCnb7Ew?fu`&SPc1Om=!Skj20Z|S&+uM zH2P99#h7Bn5dE?NF2z`k<*xivb zd**GhzA-Kd!Ang^L8t;P{p`CiKkZE1)6sJdwox%o?RO zzO>=)ITh05Y3RB~BXJdMP5e6;=D351ih) zJM=Pg)l&c-(9%t8H%5gGs^205j0}l?*IQNqojjbd8ZrkYxBeUF%N?-;pZL*f*$fwu zH#T5(hC4n8&N1d$Z0Sm}W=(R&taKkPvVQjbjm*-?xP{+o4TRS79kkxc$l-Pq)g$=` zc~SVw^FVwGiE^`v&KIdqMX@o&(X~+~=*uwA=2K#g+ru#I@>?)09h;oTWWPP<$nS~C z?;HVonv?XwM_#7W;b&*<$E_Wv{0w-XU1d$5-F$%Px5f;qcbdwR}0wpR0bwSY)2zGiq?^fIy zzVUBV?(a~f$$XWec1x4cKcnWOUue8;8^?oQxsEKo1>eB=%eulLl2&eE#tCkTT)_FO z==&Ke)Z8U)1_qcTt_p$*Aml~jh*P3to^pi=#As&+Ymoqox^qV!&gzgZE7$rprufpT&Sx#uKUrKtL zfz8c*IMouIxe&F=c>c(?bU8K7k7LLzpZX9z!(+=vNqhQ>l6K;~DrR|93^h#ZNKVk0 zW-PycXm%0Cc*NSxHfLxq%aq$Pj$IaTE|mbr@-Xm z%?k=M=S^k3)n>obP< ztfRV)9J+2Cnk`ULA+^Am(w?M}9zvCkA{wVhA-0w%>v-%$MB!z(rFGu|te@aTrnf;t0R$wZZg2#P03P9({b=GIzt)9_;kn-QJv< zTtaYy_=ShOzGy}Y4AXmqsk~C-_vRX6`$d%A5scomd~$qBe3E@97VHbqINh-oBN=GC z-x?(G+!-W;xT{MY%p@im=y65%C~l7!RFJ*WJYjz#xIlF0Z^zhGgxv}(ncuFQ zD}6FNseMMj!+hF3wZ5j59N0Aje`d3z>@0V^dQ}7e_cc{&sa0icCf_eb{%H?EuRZs@^g9^l8`vrfd#MwR>XJR8g~N3LuM{t@-w1ucHy~O#>|8HeVGkvRuT=m zX;aGn3x`IQ9zy~D~ zr4q#&VFwweO~=hJ2Ic$r4JnQ?CK{m!W#)(X4Jb}3_A_SYC-qI(qYdDOw!=PP)|jQu z)cNN})AtCA42rq-D21Qyekhp?z zLK5qe&yZ}0W9#%}Nj6DA_sp2G>qHJwTqCf8bwqy|rP?FeqJ;!+49W^?>-XdDk%wmY z(@@zNj(-i-TaYFUVH<0)B25|7JV->EYNAE+szFJ zN4lEn{x%*TGCS6FW;`oM)WXn7bDbONimaCHS{B+G5$l&w>gt>cw9D2tb=i4>9|EP3QjZ>o^A)^D>A{#=*+LOfEWg{BYBO2r*9NSTkpsB{esib>Q0fneX z*i_@>RO8LcNf$+wD>6#pMU)(pO6)R9Es{#MNd>=?3w|dS{7x;{Bo%Adif9mtXi$l8 zj6?-s$n|=veoJ)8iyMC`92Y=Caup=o1Zw$# z_)kasZ>tuJVgo{l|A`{}<~BJ&PXR>;HFRgqw$lad zynt{hkkEpfw8me5OhOq%DiIE9IZm>+WJ8LlWXrNe2gNT%Lyq+h;9gILQ0xp zI*ZF^#);qTNB8Fw&X9mX5A}9ZXecCv4Fi6;`DL>&G)OMAKR?RUak5SsuKV6@Gj+UH zB1mao(zx$~K;M9Ql|W60F$oy!&x2AA+5Sw|QsJm^p73_(Vg2F@tp$Z1mnkQt>gL^> zf0*80SjCRUT-VtYeovB5>a0KN01zX3?r}Y!M<3%T1oSs$P-qvR2W4341(?vN`e$L$%3QO!o`W-o%mvsP3uc zve52{!20TfUNWqD)9woOz?t6+IQ!>t|5Y04L7PXT|45_qA8By@x22)r;{5+;!%ksA z5p_6s!<7cz9u*Cf886RF*f^2P2V{;D1WF2oiG`)Nvh&)ka?LZfhV9Pe&I*d$8;C#Y zZgay7YCNGG<0QxHIcw+5$?N0e9b6EP0T1P^TPq`Kz9@Mx5CK8I6{~8dfd*6B7xT}8^D5Gv#x|Cs=~C)1f+i2#3NQSo z1Yb@wi&y4r5AVUC?pt6k+;Iz8a}7{^ihsnhV0~ZjuG6Cu-Irw9U+3z_0-MRQ-lgb6 z?|h_$daAz$CIU!#K5QsIoc2Gy6I+ydPqOc?s{*ED+GkQQoix;Cms(1�@`CoND>D zo3T@kCZp{IxU=nyO8+gKtYK!rJpbvT4t;qb&8{egxhB_U`&)g0b&-Ct#cbR1Y%Irs zy75@PrYL~&i0Ll4oWCK_f#baH^|1_k8KDajX^MwutGLcX8{e8TRu>h9ZBiJF7D$sS$!MpE<wRnF* zng#(vSOJdkAIOtxVXq331XR?rSc>%tVZD6&FeUUDH`o3O0Iz6U6&o@P*>jRwNP_s# z=Fln9>g2%bnP?MJ6CUxP8GY4(FanL9-Qc`q=NI#E8SVxjEcXcoal%qt##m7kBBV)osR)_o#e4plL(p+|6`GqkP zi4q_sww02IhFktMc_k=1H*L-83AW zew6);=DnnV;T-Hj8lzwlszSKyow%4{;_Ts2NoHUj^XRZ6q~;y~zz-vYA`&~3zH z-$<9g*!)Rs$EOi=JM^u{w5y->ouuA7d9;MK8StI@+45B(BXhP!lYnj7&J?#9nLF89 zQqO*ch$KBnc9coDNN~3#%H>0>K4@aOE0-(|6|2`vFPA&Zo0oM8Y3*!kwy5XC&{-Ld z4M|Tf=oWr^pu++%QVwkXS|s4JSZ5H8Bq@ct*qLL{VAlznQ!Xi~qgl3|uTpg^o)@Na zwO8qjxG4?r=%@*qRWl@KW=7~>xmFdOCnzsC=hvzo3v0?1VWaGQo603{U~i%fTQ*{Q zkc@R`0-7pG7RPJ$wUJ}A`$iWq6)5_LBf_C=N~X*j`1Q3F==3WJle4SNQu0h8Q3s$9CNhs~M? z;|k%~&kjuu?jw!4q1=d(FZ(~reiZ|^BMapL8C!SGO;bBo_H4Lg1pa2iD6AgX>!HRK zA`KIe5-k!@>;kUpMJ!uq<~w&IttQw!r}7LgjrUv5rFlvs?G>r`yB+l)DcXrK;wwWW zW%8z2)b?}Fw+Bg)#*-UFuRniE&R1_B17mVKq{?$0==gh{4EGA|4&QkHs zG@QGo`(H>_s)nP4yr#P&qNeI+Ii};MqL^y(NHK0inqZBc)izs3!77m#p_Izv^;maT zj0s2EaW;bqXTeIv@`fz146vUL6kH?1IvToSRD-S2cZ1X8!ASeU>|RVYv>J>Gww&3L zgoC$i(s<9?t|Y|;IhJms-O+gQNpq0Zc}1c&)%X1^-ygBuWg7Q_G_|a8I2})JeP|GF z>qh0A2&O~6UO+7QcWoF9Bh^e{5oHM#l8S7O*h_>4naKtLpG#VA))uf~+C`C^yybR( zpY&{eR!o}>WIS;D;-(KItGeNqF#_a$G8b3E_#vxz#Sf1QYIir>W|t-QwaBbdPWw_% zEgffB7Ne3@ev4&V!gSN_amxs^t*LDo32FV{T6Xg{z@a;#?_eaS0XLSDg{tVBc|sZo z(53WBHE@W7+dg82xWVT=U_PDJVIX&=-TUbNbq6ZkGesWgFG)TZN)3>GCVs|sWD+~ zSVZTQCb20lRhTW)r-nY)rBIxc;Q~n~#6DWvh*9#bGZkphEezCmHV;XqRca9${_#4go+x{B>iepO<59M5Uf3@8383gHss!+BwL^}WZI!8Tl^vF zkB_#HRDW!IFVyCiwr*&cMr6`5fYpfCGC548Z;pc{Sxd44_L{gwm=bVZRc`j6KBY@YskK@#}XeB5V#z{rvgT4`v?glAS zhUtUR=^E{GAw!d2I;*+*o<1vywdzYUe5N4c6l5HaHMkR zm8jpSHy_JN2>i1qbl!HeSZ{>wX?`FTiIPtP|0be2MrfTD)A1CFVk~zJ^k9kH-z8=N zv>A*%M@f&IYT}4zW7Yv#=NWP8us|xzB4Qmbq{N16>Z2c5;>f*BpJ`ZqZ`3V`mps(G z8UkGy&TQxSl3QGCA@aqlpi6jWg@E{<>`rP#WXLw7Zz;Q0WOns?$)|mmtLg7OZKQ6= zy4R7_NphuHHgg!iVHnt_Qj2?*w44rSt!boiC!Egi)-$)4bdRz3NCjA-DoL(joeI^wyw{A=^8&dI@j2$MC{^aR>EH(rv_C6uXGbA)bBoJCr+*yYAOO zP72!v=plWZfHu7i%In#LefcXhhtw8@&1ycP>$#W+1}lbe{Hv-qgR8YG$jwGkjv*u+ z+}V5ZbKx$Bh{m=er*xGrshc@C%7q~o;#g!!F87aT3Cf}b3kp^05N)~QdC4_ZD~u~~ z*#is2JY2Uq59$;9LLXVCE}&sw(WP~YqCXF;VUYp_t<&W}d7T1=7CXZDIC{J}XpEya zV6Y2JXJW3C-V;m^y76vfg@5ctyR-dut}U+I9`NL*XOU;HXTl!qCD(kAbgSKBA8Mk%f1>lV@(vRtQ{-p%8cY5jw7hIEIVjmog# zHuqw4C-)xW9>kBjgH*WtS~#R*T=3ehNxY3dF^DioeJ3(U?@MZnb`!BtM}&`Z1JLzG z*%I~IO`zx8QzxA-Qo%1_vNy#cjF-u6G_eQA6J-N1WBqy z4gfi<<7?J1H2<9B&od8*;1N5V_f{=JQ(>A%X>v%ftPG_w@9&_IYls4rMV3cn6y0V; zkhsler=T~2(_c_ntj7yELFzjz^~gv$Eo?c*E_H66U#b6fAi|?HG)e(-6Ys@f8JHPv zYLiD;zoek#Z2O3)y7nyj$Tc0#wRU+)+X_?6W0DD^AlXw0OY89oe=`s`{JhEYs@{&Q zb_>COTnkm~VYv{StK~1fRzW~TckUrOwYm@sfRJ|Bene5_)?BRCnt^f?Puf5pqUwgT zmOkZ|IjyZ*=I*xX)7UF6-Bau%>HbRcN-$%^c$u5j$DWqL$q^l0M<-$hk5yUomIx?3 zd}hEa5PUu`MhDglIN+R`&J0qO@@vC!5O<*#NVuD==Ph{#YHxk{hnXXM=63L7XIFBOF8@9il?po7YC^>EK^J_bT&)1yq zG?!dCE!iCCHCPLj=w6j-8A~jXJeHxs5Yl20o!R$z^X|w>K$(Qfq`nq)PputX>IZH% zEa{T!>3!TmtCpAfWFmN@A}o-!6c?A$T&hQc95yg)S@-ldzdg4=Lr}=KqjSl~KxeHrSS^XZNSR`u2KM*L7 z5fssq=TQKBg7YdAg6hXCW^&2bG!nb~xgkV*v!|Ius*$)|aa$`KOi65hkzqzyLv|?( z|2EG@Fpr4rp8u&u8R0qKl8NCTq0(rSJ7#6uC@wwom_Kw>Qyc?RlbeFq+FHC!Vw0Qd zsIswg9Yd3wny0D-ckzHbO>oK6sR8A4MB|iQ4$^POo{YEd)on+|rC$k9)`y9SgEP$e z4Jt8CZl9!!a6AEL7_bQ$lakrX)PO~sl-Wm&1?aYLx*H^j&U zynSGlKgtojeZnS`e2S8N#3g9yI3{MCgMG#&aL_%teTS@nF*DS39F={EY!JW^gHz@j z+*US6ep}6K8-*9FOSRflO(WsZxnlv6p z9#)Ggjsip-MM>i*0w5~z1fx;PmIBb|cdf?WtVuBzrRcS&wsxsOi_Ekb!U8IbF?0tU zq-&Dfce%N6yVRxYgkpej0Qjq<5`h;-l=eZB5FF#c_KCP~{o}i4T9CFzOEo6H0lG65 zO2@0iV{x>=I>iXE6UKFNDgL3jFt(`&y{=~vJcsU##1#HKhobhSS)k%argbXvzf2sd zF;jol$;gA)#R)OyxA-cj1X3M^SaP9kh8WJ$y3yobtMmVrcymVZe)n*^pHL`cAyfdn zPi`w>jqu@YxW9FsKdoJC|4}>XGO#vGp;%39S8qg{LIGk z|G>|GXo(vgAL;%d?iJ#3`vO6oOaH{r zZuq6GySG3H9lZ#uziaXdv#gO`XtA!JR=@D`lfrw;-|%zNU--GW#VyY>)3Rchg2lTY zCin(#_QhDXVgnF`99o*-B>BTsW8N<-U_QtmkqgbkIuR$y=MKP@cNy~#H4XAlUg24g$(N+;EJ;6LKAVH3gK{#1 zm7Dh#{$!`zG6rjG5t`eNd<3UA{;IVr-4)Rr`d{K_HkSVvezvy! z!p}pW?2;K+>>XC^D{Uv)$7~vUiFp*zNoe5uL`glX>Mh4b6K0Om>5x8^T~r*)5Ld!s zhns=DPC=`G(dQTb-?w(Rr;k&f-%6HU75b@hGT>oVaF^YxI@#Hpt*n?)`2!VGy^JW- z-*G;&JoD~;6^>BIrc2U1UA=Fk1>9@8fC-Nv5ZkB0a}#|Ga)X3dJ~3?tPy<3vvLUJp z@uRUUenol$@UL^}I|blFn6T$o(EOI5hykBhCtfs@76|2xsZ6q%ivZhTeM7Mf+J!?Q z^=xs!i=-w@s)k04^Y(adkn|x8MfzjqUa-D+XqJJ{A)YwKfSKxqa>_Xl#Hhd1XY%qv zBJ?dL+;R4LrAvy2ig7^S@n=o=wpDha^u1G0pGZY{%R*{hcH1WHu8AeR+PzSnY)(4d zJ+okpAGr};yLWzvV2QVrm29`o2$!Ujg>ka(Xs$dhc+&hRNKj3L)!~E22s3^9;Xwk}c(Ap?OXAHntA(KaA<{Y&A zzve6@am{wZQDgv~>D`xZ4Dpr-YTbpnkahfdeppMGxRCRGdwap_CfPiK+}1)x!B#^4 zzGM%QfOpg*i`QbOozKm6v6C&L%ynU?m5*g^;yk|XCxTFvmO@r#2o%FY!-T2UbF-v- zxzS0^0WyYY+@d568z)qyf(#JW=9@rVb*_NL7H#=1fr@Ms=7a;QJCJ?|H8iCatw30{ zW3zCEoi`l0uknFfhGJ+5yA9?l&Cp-y(56NSX`6&$WzgPW6Sro$-mu3>(D%_yYO8IB z_oMT%Y%p>c(zfSdp***{s`4~R*((L3MYQ}#jjCFi^fzgEng70>Eq~I1Y8}lV%}!Ju zrU}G*-ML4alJV&b%(06r-t77|WjR(2rK4i)+i-)Kc-8)By0lm=5Mqw0T4t>Y_7`Su zEj)a4Yrp(b{!#WvEu;r~BD0j<4ndb`)7}i&>jENmXzu(Y95??GY$ovJSQa~MQx+a( zhTuv+!aH*}8$B#)@X4LbV2qoqSpoVN*t^}tVD)%LI9O>Dfpo#NCW|fBMV3ltnGavv zvL@s0ife|u#zwWc`ITkH@Vo>inTmSL2;=WaAvs#NwA`$h?p`@0?_pjqHI7{F{l=yK z_3NtEF>9=KO7Z4t2bBUd>B%m-+IHgM?CAqQ@;lYUOsAt+$C5Ox)TEpnOnH6#;fXpm zy=BzOVf+zOrZF*2FEu%-Z;y=A-yfzwK@p2W#NeI_%&FyZ^4|oy5x}z_grD=acq+Yc zcpLZiS_O{C+{J$JK7*YlK>r}ApkC1qtP7J4j0}b>kcc&Hj2zkWM+hxlc5&72+{F=U zQ@HuI4bqs=W_QC(yf|Zgu)~C_Y@{=|3r7J) zPFh*;x_gO@b4km-(1JI=6kIVHy&L|5j!gsDWy=5k?Ozv=>BBo@*O%wi723CN4F6$r z@9zuf?+d3$-O@>A0qtXQJS%OS7>Xp#OadH2RK^6^9~@XJbaF3mrZXJ_jB0ywFIXpa zT*lN!Vft4Qg7#}QTd6`_vRZ+dC2~27g|>55^@5uAny%&sIt_RY*TgqwZvz#L7s{xwa6Ci;~7RVM`h{T3L)0Vt1kT4UaZH6&>JtU2vc zveKhYfp%`; z?*h}6Gg@HQbG)p&?TfsbCp%Nqq3$CA2>NK3!PVdwaJLxYT(1?tsT(Hnuk7V5yaMeV zUEzSvw9404!}EegAYiP+W9z`QVsp=qq`Bd>3R#=40)HV?C5P{5%Iut0OY)|r z45SJPdGYKkL{nwDa+HjX`RYb~iE}~HQ}ucNkB!iuvtk~h!!}$S+^lKS4#HG~Bpn-R zh3VLej$AQSk^`yJP!8U%WGyX<6XhdNRg7tAnIz)aSPJ!wc_j<$J%g?3OCFle@wk-n zi#t}6{7Flzm>Jod(uwDVo_H+tdmjK+YFPyh#C9mwKh@af-3O~NdgfJVBHE`CRpf1` zia7M*K|fRIMCH?LevrY2uZDM}&s0ZMC{q&ivGP^#kB>Pl-WU*+?3L0Yx(PesmM_`IvZLq8K0`&CW;73y(mm>QmXBr=Sjq3abRMg9vKjdI^e-`G&O9?^qA&D9;3&zPbfgvH9mia zAWbvIP#I2kTgXayLq6)CfBF=?2`y}(#*;QCpAR%i6?0+A6C$5deaNLZzY3R^En;%D z#y>k$Lg_?w;M$jpMQd*)I7}=rxs^_Tb-2ll@ZQRtQ(7%dCToIT(U6AQU}c5R>W3Z; zgm18*O(J%`a1j#q{nazBLRaQ|l4)CHx}h}{3fzj;MRNdRCMx~SS_5BzI|3d(i)N>@ z_U8sr=HB*{##y% zLKCw#J0GeH+2d7><>5dq8)4gJ*s$7c1Z8)G3jOF!U00?Hb&%x{5WpMJ&mTlM0sx56 zxP7DBPJ2p$^Hm1{_8-WxSn*>(LCl;d^l5Ks8J*h&Ls$X4m;%6(4^bW=3`pJI(L?NF z1orwWctW6=g(*kqJ^1LRv{P<-aA;?ZX7IM-4U@D@lc{4vq%$f-gO=pG zP3jY`;$Tp-s$pbCYAi-po&ib18=Pe&oLlB;mbuATza`pdwvQkfO)v1+?ofN^NDt<A_5>-4-(qFV9?0Jg$lrqr1aPbOEF=r4|Q)tF6ana%Ub_EKZby3J^r%MR<5 zYt*?4*c)Oc?PiI&w{#XDaVO~t3YvA+Ks%h~yDss37J_Z(Llvz79yk+SM`AIJ^kWd_ zI{C_r1Ku8 zE6GuIFuzJddD>PO=X4|!ggnVnx-e3olT_;I7U?q%lT#$YCwkEnUfVm_;tp;8%cIEH zn#d%65llFHHJ7GkX|?I1e|@_=MF(PT4zPi`qM!AXax6F(U<_syI)xnq3;9If zlxkX;cr(PPzj_3Q5nL0x(t+7G65PJ@Gxl5A?He6sFgcrMMEgaI z20rdAofp85zqmp!L3oR6=wz#>%EA=WU6#-3R^YV3hyH=0(N_^s9i}YGyY9Hiz27gH zUyDXMq~`hM;@vsS)-W&t6i8eW`qr-DA=_LxhX0lKQZul)4_aG5aU=+_tj& z2Uzq1VSK@|q2S~!XE1JcN?`S#NnBu!$CSMr@jVPhS`|NpBGe_u0Ax6_N(5T7bFwsB zpF$M_tn_I#>8W7K_-vu^dyPnH#_BeeXnKrzd7^t_u$+NtgY;zGmAIupU4DtwieNyl zCBh8Fq2?1{SJpoirrpHNV4sC2+ObbCo?8)UK;kw4zkFBXmb?hG4^t zlmSiUWDt@E1g{wnJGmcvWv;Rld$2W0y>C`hlnd*pLwe#b)4}SuE6vH`%Hh@86Uwp% zK_%d{b4AVU@#bZVzI7^QFrUf@_Mo$Gud)2 z+dR29KMLQ3^2HphBX|$K4NKKrvb8WWuhDW9*(Vn7m5JHY!}2}E(^9%NlG!N@3GFJC ztC7}%oerB7arw6@f-A3PEPOs{5c!_ND|hK7%f^rjcgH(87m8Ko-^(XfYW`A392;5+ z<`yn>Yl2IRqcyn^PpQGuX>Ia^L!UYd2WqzkVs9YfZV)!tbo)#EWqa=tQkxyi6d%?p zC#ouyzX@^}MN5agZ^jNwI=E>hDf2?+F{%#b8lpN@@aG+-+9zQn=izsyI>uuQuF+T$XSc`BcpAM-X}MLsNx2l5zCGs}t~BQ0CI8d7`D^Ri#x$ zsud~%L9+GM>hT+?R)}8WqFDUQyP=`c^mAAtK6ZoXLtMG|Uan5KzG2KhGd(GXn}yc> z(Zn2S>s^oQ4S%a+>Uy2P$N%xI7K|LOvQGkUr}f9scM!qI(SZPmW%7`B=SDmR4o``p zK5*E`6Sw}KVTvFKTe)|fM%_YMbj%LJqdkj^=sm4|XsOfNM{e^1Fk-|UG&!7{d;441 z8evc%0BA12oFXd2tl9|RQXyIXpp3QV zKQC|K7zx~O>H*u)ZuN7XO`TUx~uQT_fOM*w+)_Jr0mcnnXpmiFyrY}v-3;K+G-71%;J62{pQ^JVd z*88KD%Xdp*y~g`d+-Ccg9o)X0LTPd?&+KHc&{rZ7cW5s>d^%Z{(4k&6{q9*u963GL zM>o`P=?|@!YM|;Jdcx+fhwqcKbQVn@3WU7|T%(umS0XuZSTE$yLNnaphxV^J!!WM$ zqfyAd_l^OtRZDdNR~&>J3Xg35dC)@Vk5M8T`OJ+rK{7 z8Q;b)F6VQr>v!Y&H0Iv%L`&!n@8`!mo~hMaGkiv|QvUwkD6jup3@^Wp{Ra@7?9ICU zA_+pC$Bj${xjb18(u-3r3UEf7NAM5csHyvrhg(F+^Mqj*;1NyG$E*;xD1~}w>}{hV zmOF$aG=cD4i$G2nqW(~___u0nu}JPyJ6_*hQPF<5w+o>OH=Q*3Ns{KD>5@)@S}l1I z=wZg}>a&)bH^PB@B73YyJ(6atoU8s+jvD8eN}A*0wye_ZpM;>;E>KqLEV1Ii?NHq1 zK{m=)Ky?b@q^r5%=v7vehQ&V91y}2l+U0~?9yq0nWbtat8hf|i5`Jz}hot!S<_fe=5gp2sx7#ezdv`*3JCvk&HM$^z4 z#?f^syW)*ObznAVK~4ACX<~UH6eX89MZBn3lh<;7<&zLRRTJJM^r1qZF=mYNag~<%p+d zomN(`STY9*Ot+U5mReyGAlV16C5^;Gn~N%1e^*lLtVEBxss;H^Y>!4nC207hl}T2w z8CE4N+|XIyOes&W#$)AP`R&r2xes%@fqgI3kXI=d+^ zB8p+(-lg^Ej8eY_Y?8}KUg(k#%d&1v3Zvz#$Jd|d!Mfy!a&sii=A@_0pc>k!)Tj1l zt;3bB=w^bcqNw$;ID3aps)34V*F51t;l1yu(^$V`L_^rQs!C}uPoOrQ!FeInisOT0-72$+HBEjtv1Sw7nn8X*aDVewWbWu2L`|4 zu*@%3i8i$>o6gL*Z;PnBLRyorl*v8#Ltj9%hk)1;@`MGKF5>d(yEdTlH;J-(TKvM& zhJ<-a6yP^h%t=V6m)KGVeP*S64hHp+cKf4``Nt5IUyt8MWx$Gb8c?a&Khkly#nS_^ zQmc>N6h|sm9uV0A_c&cl>5r3F^@@iSU#{B=KDu7IP4v?f&Gqq`bOh~E1+Xt0`Udu| zIL8(-mLT=ZW7JGie|8%l18p^iq_hyO$h#)5@_O$ zFrpK+u0>v>fF(CKEJOQvC3i>ii=NlCD^5Z2%vFBa6d4%uT6aO1Z>Vn&qmQeLMzq`tbPMX9Ij1PI-VbQmp{Y5PDE`I2AF%wg0LbbCxOu2YORkF$xMS zfy#m*Z^wEaRaneQ9_lz5a}z_{rXqC^j&VG61B-A&k)dL%I`Al;`y%xspHwhCCD#OQ zYBbW`TIwj(31*Cv*fy0~ZPZC!U3W+tN}D;U39sOagjK5!u%$WWlI*y6lt7dfgf2!( zQGAM8)kIWOrzny zJ~!ZRTnUd0_VTu`3AN404@FL9Jv5rA)}W?8IDAlQp6Vn^%x;NlRR^EAy%R2b_bv|U z_$?cBg_aR#BBTHTx(*YS=%!UKqA)nY97whPIj4ByDcyWOf-Qimb%=x3$h^D z{_!?I(@CQ?RqA3O?OQ*B=`yLCIY$g9oHa+m&xr-^J0%zdVeIccoN)FeESX{z!E!nY zc7szolXl6Y)3X)-gx1QkUrZZZ^on=LeEqgQ`Xw+~ptu@28+gf14<(pHm zhQi;NvK8_-RB@>Lb@{{K{@6WX{?(>Gd3g6gE8+2E>;yvi4z|}u8_140!_B5p)M730 z9Hd65v$rgTFMvTLA;cmFqZH{Bgjv0V?0Q!(e(@dLD{NxGP3R=ocsK=ADs5HH1NvE` z*iG(?^<)YueplYq=?A1OQ9DLwbjVLZ5k?WIKA-M`n>wj(G2nKgCH42fE3y~;YB2o| z0y`jvwGSMN@44wR3t9b-3adVdr`Xj^St73wF{P4?ycT~x%;ndbqv;HkvIz&v%6Vr7 zDeJ>lbL?+^=F6qD*a_t(d(UskpxTAln^JCw!ak;ka*~;3d%_$IcsqFfgas%uJ(*re z8#njTL;%p0Z;F;i826;R5{>Q@)sPlYi`2rFf*Y}B? zQf4Bjokzp!UyN*9DLdt;re>xo+3R4Vu1ysN98l_bZ7`nA!F6s%3jp{D+J5KzNcM4N z_{Zg~?#oqGYIw#2l%7mOMWiDqq?Ofg{ zvitKamqo>1%D;%7N;;!{G`#*M%(Im|>hLyu0b%jxOIPUp5I7d|qO-krfns~(xDJ`r z6!`@Ir{ew9xYQ9V5l8wJwKsl6?Tr74;{DAr_HQYmzZ2{%HF*UTbb|`94;oiWakK@L^9!mt?(Yxv6Ai!CqZ*i{*_!?j} zy31@W?YqZG9y4zf^Y{7Y)ys3bF@J?2uBXjc@7K-8_g{ZrAJ*30-v)SoW?|kJAb0sx z3M%!2L)Ca*2jdedt15ztDEdT_4d7_6TKq5EfHg`FD(TcC4 zg%PsJS<(ZQ7S;mRSa+q<#lV223Jt}AOFTKeT1aeybip9maE#)lZ^b_NTsLS(K?F~k zxlfBk856I_$qX>h6z9ZNgHA8P6&dzA*{C2xo5R@aW+Cr7Z_gT-?-8x9ZM_uw5{*4l z_M9id!<%n>m)u?=n>h|WC=gR^G6_&0qH*|GevV`-HVuOn%^wz%XyM8pF~O3$6B+{3 zwWLR1fPqz=9Om_4%)qx`3{~Z^HoeNCL>F6=-~w~7FR(NUB-#g$tSmfp zvvQItp|Hue!9Ua!OS<>p4noN*P_pSJYPlldsze{cFv>T8)^JIHDv?D{GdQxI*sJus ze?%n<$2wO?w#?_C%g@e9r~`pxYOf8+vsuuN#ClY11T!vGix5UB(E5&W0OO$mS4^(z^*04s8X$>AX#wsRHS80zKFeaa=@C{Z}P=(?ed^46@^w6{qKHN zA5vjE!m;^pi*6#-hS^Q~v7>D6bkieko^;crY#wyiAXYnXarF{Hz@zvq__d&r9h>73 z;4HvKaYKoknXq&SGwUryRz$g`CeeU9tGXAtor4%(TfV)LQqV#&V02F?+fMkVM1ts>A&5D+6hxk zNEqN?7EQtGl87BXE5xW3rCf>o>UKy9^7+RE;$t3q9qR*q*4eGb0XRj`BIMpa;!oq# zu`N33I#CAtGa2x@156S4pZYbn5$mg&Qsqu4H+y(v4tWf_xaw!!_T)#isn>qPS;1d( zWPifm+1wFCY~7!UK9vGKrCwf>Pd|I8UM^ei_L$=2+P)fv|!YZpHo=QD^Nd+l9S zE@z|Ntk;#crJ&{(>jyn$0e6_o1^@D6XW=&`y;U^Rp)cl*H0QJ%m2I|AEAp3kl}Ab`A&lEpEF2}`pQgo zS8*rgBbWZC@Fs_F!33$`p0S>k!IWf1q_TN-47EUAv@mhiE>w*!-i#i8F1#eGu>UEd zGkErtrGJ;QI%p3CKujR0cV_z%4}stFj%cz9gK?LUDEI&jR3&^EY_sEoRg$8{8Yl4!eI)A!xARZ z%@7`JSBN6rcvZfucaTlO3o}nl9RpXM%t7CKTO~B*4TF3Wboh|0cqQopiN7Trc@D*V z7j^g$_QKymU3onU*~~9Q(w-G=Eo-UHn5YnsvTb2*D;r%JW_*-05@PTxXMA^~a+PETX$Msrq5u>!qcl>g&t{vL(#qeeB=@sB_d!(kUt%}&;B2`FPW z^2T+dc6bR-ID2+HDrxo&Rgat0H3fuO;wU55Z=n73YcL(FFv9Sztb9B&%a|VW>;L1= z4f*Y_J!c?6VXpV9>cHeH(*94HWrfZ39h8mjosDe_ja8k@tsMVRbf7FPkD`eBVZ;69 ze|&?83#x@CQbe1m)txVdXq|6v<*e8Zx?{k#-WYH$lO-pL+!xND2V*}J97X3v8)@?n z@_~-we<)`uQ$UkBz`x!1!Etayo;Z*5|h-wY{k*z3RwZP77RDdog!$w{^*$+BkTh)uziR zWmh#0S~k;})u~SlD2V+P_Vi6jp^|p@cV=fE#4_wt^mD7zq8VeQ)vA$em>>Zi^ZjU34ansHK-on0Fa2C&e) za@Wt@pb#V-kVO*Avwr=awd~(HWRxB<52t0B)};gxJR~8)N|mb&ij}iDjM%Tyeqn@? z@fMN(>c$8oleCCOcZ2xUXCby!5}N@|%SB&@0sI!?%Ny}zdW9Sbk)bG~^pwIW)sj&D zAi$+LnV-!#9u|LBL0{v#E_;`b-xg>3@7y%jL7kBSv(nC;VR znc5F`L#KxoL7@jl-5M5>*yTq9*rsca>w~}8<`f+mbY8WoDfL}LqrXs4RaErsdh-zv4FqTNCwA-{bC{b~oL{0~Ag31hc^6cMPsDytk~ z`M`T}c8m!k5PWZ?2*=hCK!h^r649WG|B0y|C4uar5nXGtLOO=bC@ZtN%x0dzQhYqn zY>whtm(qA2|4kXs+Siily=*S+LEg;wR6c8D-XiC5t*@RScGAh@k@t`L)Fa=YSH8>r zO!k9hawz!@qgmegMC?Hlkzbn;~Lja%fIiw^3{lFv(i^63`>|JAPUo5E0xQ)kJpH(m;BrM2ay8I1#Wo{zkxV1 z@dJ{lRzQmbg9__%c@JKGxQ(m$?!!#kwLbTXE!>cmJt0z^0ePj7$^~ALOZq3>N5NZ8 z-hF6NJxi;BOC}Rz5;A^h`cg_g(bSy=O0;gSH!u8nVjOo5ZrDhO3%qHc$XKd=K zO0BB(C7LtYkhW@v6(h!pTc~@y(Edy(&=+Lok7bLbTigvg&(FQ+nB7kTOxMNvPzOPKBPyTKR zI5^^Bt^RTGVwqVaV7OVZIF}l|LA*-iIhEIXrss%b2@8J|?hRI5hx7&sV^9dK*>20>V=F0CIzqKB&z2^IBx9ycS$gBO&HVxVh@M`FFN*!i9TyOB| z-9ZbP<{=Db^DSYS+8Kz3@`qfG7o>=DN<3z8lbPJS9bdC_(e(!|)>cQ+J~iVbj=L3{ zENnfHpjU2-jG|9YnPs~m&A0KApR6{rGRxOUa7|8WJ)|rv9zDb{siI9=K%m#@dw+kLu6-y z#6Rv39J2z*P^C*8b!jFhE&c8=YM$Rf^@#1K1UKJdY~0+viQHZV!d~A<_cj9A6k?fS zma>o^Z(F>0tA(q{T;n?Sn6LvxF9wMoao1m*5)S>fsc(!}=&40zHRH(fAE$nt{ob0b zUjI~{P!;O1lki5zO6=scg`er# zSdQ#7)2}6k%}=7nVD&`W8Ks>pkPSN8NwqAAzKwOkJ2HwDR~fGEpqRfP%r)#N_Lg#K zFLiMw4*50C{XHnk1KX_ABOr3bQI(N$((}vknA51x^=eq|`#}3zU9_ERGy@(@8|dd( zVBPJB_k!yM!%`UcT}9$_t^8 ziC2KD?dTFoxE)fGTgKV1fx}B9CIg0?s_^$Fn!eakxcA{e2h1U}K6$v8XO5f$L~DBH zS(&K779`F`^AlN!qLG|VuhIJC)g#9p%N?7%u~w*00Xuj<%{@BV(N|4L#?0G=(@DxJ z_2UBRlbU6gLp@xY33mhp$*4afo82^vsFhiMnmhq-{=jrnCJGz@&Pwk^_(mF(3aTzi z>pB6QN+-|BvC3m}!yG-(fm&HA3nc~VsvA2h`0t$&9<&vEEbi7^i~t9zNyy233OBq{ z{@!5AG|Z(^6q}g~HV1oC#Y*{l<=onAms+k&U|5RE6XVzqiNctXYjRC6OuJYkQevX> zKd}KTJ9;kx3y#Yi5wb9`K=)fUSKGFlb|0{rIkfAgTQsoT$47-A^%V+AT6md)*EA9y z$GD@(CJ&dIxj|UdLd}}w=ndxj{eHjqj5>;65Uw0kRX+hf`9B1IR!qFz&ksxTDt%*R zrl?69SmZuwWLo@47JdF;FB#Ug_!NHU-ItDik*##faLyFA2FMwzJgX;M*MJ*_a>-`G zsQW-zcIXbJiNf;>^UdA?T#i_WFWB-7!O^5cr=c4{8JHlj;F0{<@IN}_p6-vYZb`i$ zSY&%#J_7xJD%2Wg`)8R$Hyf-OKsQn)nlCIDFXReUOeiRbK^s`Ksu?LNb(*{yIf7lbBFkIp@D8e`Gmqr8`@4%xyu*tp`_YH;@}$QU`}o26+KjGKKzP&Z@_v5 zl)O`A+ILTu?cq|C=1T~J!<4rjC}==$WP#~!3%tgTJ3a8LpaJ3k5TAgnWS`K^21?Py z2iRqF^nm~x2zj2)Z?Y}d{1YQzpfOr;?&Y+u0>7W5Z-XS zuIcS~TwOah0&&XSIUY9~4&Np(vmGx+@IT+)V1D}Wgy!Oyl4kCnT2@hPd4cYxhHg1` zA_=09^|k&igKXZC_35P8M&_4syf>ypr88+&XiH7Xm25>81U7A>2xb^k&x)u(>bH;D zO>9j)ln4e@7D^*@(_nWxr4S}q;qIB{v6{4iJ$K)jo}?L{GE2H0l?h|H?kuA!f-1_t zZK$wnKDeXmtM1gKG)b(_pESo>$jo7nqN-|0PfweHD{|mguBB>M#BI4#a*j2ySi(p| z=Dd(SsG(v{l#yf%Puu1!Qp%-I&$9@Ky6eISEz>$TT%I28XFD)j3H4gkd+s!j*w#+~qwdbkDJeKD3VAX$v`LlDAlu=z?{c{c5o}m9%ZLx;|Jw*(uRd zD@I%Kp0Z}1^LWF<>}GSh!wsN9^{RiV%oRCkZ9&ERaQ{*5ocIuUf*M1XPDDCEq2>6{IH72-elCWl&0Djc?<0NS@aFhO z>+NleZp=)STFC=4y7R~@cRREz*77bWe~z?0!7{Sn8t%Bw1eGtII#Rag&fBb$fma1{ za%RDQ_b^8O)&-t3<1DmgVy-#Jw#+&}s;v@><;f-N>kp!80RcZfQ>VIxeT_A)h7EO= z++Ne6HxT$t<(@V4y6E`Sx#Y{RYMK^(SeWp%kVrXd-O_ec-iDzv3Cmty=fP zkQj{yYTgyq>MQgfasGftUI7tTI<}peePg)iF1$l&1O*iP2+u8r7M+u3O7R091N%7< z+@qu)vo1Se(T+j#k^KCL*O;;O69x5zaN8-$m2NT6B* z<6L}C-6tQWgB7SE9|1G0?SXb!H7_jKwpjhnNbl-TxcUQB7Z4__`#k{KAbG5Vp_2A$~ugj?qm1Bx(+#Z324^l1^b2 zyAazzS4`BG7N|F0)E9j8mll|}9LV<=$ah2FPyV0}@t_Yp;LqQnA4nf5J1-ce1U&n^ zF-SRHk^Otfi$wr^@6H5Jw8m2;HX40H-m^cyY)?i)l@lb+xQAnA zSkk2E_2(?e*HR;&8Fn!TE7(ldmwM)b@)D56C_sccF2Gxbf!r`$ICWcrKXqiun~Bxd z!mL1eccLKcCqnCJkMuUale;`|)s5}Ws4j(ZmY~Q_JG#1^kpp;GC&7+I+tlxhqKv&3 zVs(!g9N-x9fg=rtB9-A7S3xnq9_GFtz%b{8BE5toQ@{108bo?vI&XBfZGPIwx^jO+ zg44BNzy6z}HxUUMW#!kI751ysh~|Gfy9)g+e;{IP_|-(>@b}|uPz*10uK;4upZ?T) z{A*A(18fW)Aq8!iF_lx3Fepj3e*8NNbU?Ro7)r#?APt@a-UDxjTdxiLZ^@WYcc3r8 zApRIw*2H}#0B|2nM32)7wtdRF0Y$xGchjjPwhWTpMG^^U)eSZLQmw+1d`M>P0i`4< z{K$E>skFrV?_)J=`Z|xs#o-z@k7YCDy?5km3Ln3v9Bai1I4aRUCFy!ZGZKbI_9->+ z9^l(;|Cv1bt9=Hvs-dOoKYwdcoB#IK-1oLieBj{V#Nd1`;B+qFHZI@*G4SU3&b_xp z6#`-6RY~U6usFZ5CL+$JToPvfn$#>mjA4XHdRi$t=dp31a%6|macP=zCooH@*)b^^ zX(JKPW|E=l4mggSB>}#N9 zz8D_$|1{WtfxExG^w*~T_py$OTaoKkKn(uu(?T+`|1&^JCuz+Pw}p&C8XL>vptzNc zI|`L3U@3Lo)yZ_-3vrbf>8KUZb$2lC)nI(U|KksS&bMm2Od-@Y$up9=u~-Yt37aAZ z?>SmV)H@{K{ngYpkclguF~B;bQF%1)ee1dNlN%Z886$;t!K;}H4jkAkY?w>MCT$WL z?r`KK{{kxNVIc}0Q$MLHDz4&Km$CLHi16K6XCGn(mv>L>0272 z5Z;AWyl()bt(h#AobwQ#*;`PCa9-M^k&tElIgD}ze4BQ|2m+l1*5o*==tlg;v)zr- zW`-Eh7%cfG_E7BWTQlA2!{Cm092x)^u7S3>L`=zy%s^JmLL++3lf2! zY(FBzJ(6fFiJDNSKqmAxkv&&G)=m+kX_zD7WWvy1)m^oM$SqdrkIsOuXVQufY$mq| zR*yMBpv5}Dr+)y}AZ2M~6hXufGEf&3 z4B*oUP%i>LA(l$PFhK*dF{8ZAH}k6Y6yzVQmP zrjV4SeTB=fi{otD_TQWD_ph%A-5m_|5nSg*Yley9#gHUB zjZ1n}8h+pL4<^UXW+GXt$Y@eBcd1s>8&-jT*0yPjHeG>Ow+-v2a<$85$_XR>vCM<$ z9DFy{jKd*Yx7(Px5v<{&OTXo}+eRBKjh77W`dBr`+@EW!ZaKDa^TO5F{jjK2rI6@3 zs-bzFj>hy_q?z9cHslOU)j-eP)Q3p#>D&`r&QZN=#_k&Qd*IjwykTdhv#!ru{AJsO zhr_Nkb0qxmQu{4*4WhTc%OoM3q!Q+}unm178M1TQkiw+EIh9MAXo4>fvl4vW=hh#; zOzW#DO~%yIsSNzr?nTao$w!7f5$$r6LW0qP*e2Dgctnmgqg_z?$0m9Z)Ui$RbRVG+Y8 z-`i-#LBxcOB`Ge(6c<+)Dv=p$BJ$PZK_eu#obw9)5EO}79W>I-Q$1(lgk0K%69^@< zW8&6|3t)5LkK+(KL)mGY+IzgWwwbFSOxBsT6Gt);?rn-?SRkEu7&>~* zxK;gXoaZR<;24Wn7O!60woC#?9p_N=7X8hctHA6W1jSr-m1$0a%MyZGT!<~Rk)G!X zlwqceea($M?^(VDlJp+ObV0Rn@&4aV7k|kw#w{a6&ewE)`udXnPt*Eewwr$nFTe#{ z?n`^WR5x+{FVz(TXNAkD?5`Jj&+PAX^8Wm~?`{v-QdWjg44iH$d~e=Ae*CS|;7h6r z_&I(zQgANNGDDa_$G|MN67j~0iGc^bR($Y1%HiZ^Uxu=VZVq&6V^)-LBuYT3Tb zBkBKxR}^(KG`4dxx3&2%xgGnv+{Q^KZNZ6N!&ld0W|%n@=gwPko@Uj5nRg6OXww&Ve&Gt*77x4&+vU>#x@F~(1#(2WrVOfqb!dV8{i5sP z^yF7xn$AQ6Rt4tdD@Pjanw&uCJkM|Avh4b`)%q@*6i<6Ai#4t}-vvnB7cwaU=k+Q}KQRBiq=#ZNDq@-?ok#rsn7Yxkzqz6T-OAL4=xy2&X@ z)2_K(d+Ch>IS@bmlTc4npNg)DsEMpec=q;+3<>jR<99s;;Q;+ejlU{p>K?~H2b59l z9&3wH*7i7%_)aPlL~hD3(^&d8WU5uQUbOm39@Ooyr~-f;TxErFvr!XE&mhrmm{lA} z-~1>Xs$NTk&tkG9T2o!(3IWr^*!5>W#hHHu9kGVJ*{eSmqm0@ZMXh!%^{$vqw9+Zh z&IUd)bVNRPVtSMOKUMm#!*V2wd);5-{PL9+`ycuLKknTX`Y#{IC}nBeIRV5EHv2O~ z9Y{YVY%L1fm_(tCVnT(NT-n^%_!}w8n6<$bGP-CyTpZ|-aFEZR+!*jW+sGubt@hjU z1RvnYfpsVXkg*DhS+>8kvYt%_U$58J9>2|MgzJ+xGOV7vU^a>|BK48XGE$@}#a>qx zZ>hkpZ;%7Y^GeZ}nWg5pitc+6$=ePFY+fD4LsZzH^>#Le#dfYTGIJNCp+s~oE z-c;&iUGNBVu(pe--?{`XXNmS9t9N>6a#VC$LG!0pIXXsh2mii|kJn~ShZPTRR$g!m zIAzT{cIlF%999dgR*ft-YsZGlU$@}Q&~!cX;8JGO3C>fYOQC)vWIDt$5#?b1m8rlv z(e1#OdY1x)Y~^XAs3C%3ru?wD6x28UImNK|6#LOl_Qns z%lMrEo$p8Q?0|I8{@6egwR(;2Z$+)HHkZ?ftd7n~^?r{g6RUOR)8viTOBUVBp1uk3 z7_{-y)Pc-!_e{g1SMea&>#crAIOWs%0t283Du>|;ju;qN;!nn0e0zUb^)VbFSKk6I z$+AO_DDDU+GR5CFjfYXewN$VmWp6p}udLuJsA>yUU_Y><?Dik^7Mi&J97lH;OqeL)_$>{g^JaAQNJ#Vc0ra|Paw z3M34CA8#O_OJcL62X`~VrWZfloS2a|J(y}?&a22*hV|4gl5$4R4>8YDkd*d@PDuK`f%|>KBj^WqidCQx z5GLWq&DD>L?dHQB(BC0Kbp#cM9O-`w3j9ShvP>v66nm0x&B;K$QiZ)0S=sWd|>hJ(Sd;dwhSVF`_30fkt&p3${!1r#Hl<7DW28$tD&o zAnC{83EBw$c)!+G{T%GpV5i= zgd&iAK;8j`A^b{zDu{G-QCFn!;~RfZb-dtpHEHJe^?rpX2tkADN{yWkNDP#uU@Rmx zibd-=$Gm{#Mhl?Q$7V)GQUdm5kM2n&JNc< zp?}cQZf_cFNl!ekXk^`7-%2Jl;Ky>n4xV7pG}m@cx^$?@tI+CLu*hIrNv|$rE%++Y z)T)1Q&EgEMCBqE{GHyt%wz_rIv36*vR>K=(I0X$oKYAVT7B4CHn;;4h>Yi(jo{yc# zh(=u1ujx3kvo=k-eCbsl1&aWeMCh}EcmjiwSa`@TIyM$=Oj>tLMP|TCnI_-G4lZyb z*d+un)2xq;G>{wQ0ff!hO6(^vq4T%~yWo#$pk|W$a|1*b#h|2_k`+x-Tc>#$?f@{} zZB12{iBdV@RcvmPC9W%Q**PQsA7k$TWLeW@jTXCX+qP}nwr$%yW!tu0)#dK8ZFJf0 z;;nb)o0xCzjr;!-aq>jFoPcE)~k<$9i#OMfIM=duppj{BCn$BOyNlly2>FHLW7 zQ%!mNXi)pd&$8xmg-_$L%c|$O(Zs@72F`x1OT>Y`r%&Bq#$Y6YVvTjZ>d5XBIEq7i z1@9|1j?w~jAzLhFPGSY-7A7PLr~Hvwj9QDlDYM=%e++6Dx)zCpE81V%3?UF$mkg(T z1OH)cAr##w5tc`IcNfg(jKCdCq~oeN!taSf7~=P|MF3$Mm+%eY1_rn23(0=w1rjl; zc>EA%*zJKLH=<4Y36`r*Sp~bIXr#Uot_Tw9BUgh&(o;Pp{E}<-Nk*SsfRln`N8q?OW>P|G2_v9|5g1l6tL|@ z&=0f?lh}bMEI=QAW91t@V!`GsKXfbtxeFu2JBUC4w+|5VrHW*LxYa~7Fxonx%`=Rs zzq_#crj?g_K0PA#1v%VZAb-2KduENW(B_%l+M(|l-QohSn_ln%*Uc}$fMc!qgpqj7 z_lyx3T7A=76m$WzTVz0f;|mucovY9w^hTy)a8Q?GPrHIM6sN-ZrPJ}rVyOL&&rc<@)$=||l zm11b`x)X`0Qdb#`2C0|=LRNnwD_U*xKb3nN(CaMWY)40n*GDM}FqxQM8DW!(4uDJ4 zsxXXkS0;Taa|!26V!GzP>v5*rb@i5=b#UECDo!#A^s=V__uNW3v{0&%%Ef-^G#=tw zXJ_0W8o0}I%y~<18q0Xo-iD4pC0ve!{P3p?1MD^$inX-DM`K2k5*O)6N(*etlp7{{ zm@Lxd#=T1vDYd)wOu)0x73*FV)2#W~1mTdl*sSl*Oy8ci6e_VLp!fu&xAxYvR*xuP=jA+AdvEh-RMxwUS~r!_LS%p()14DpRpS#DO# zrCJwd;q60|2YC8D)dkns+rXmZ*5L8v zN3o=A8{yge5j2GUv92+a;w*Eq)2_GpEuLyG9&lC0QlSUTCXIi=7Mzk zF1RD|vG%PKu?b3o_IU`@3;RE|`E&5a{nA-HjTHyEDl(h*ORO64u8*6DZx61s)PilKQ;a!JNjD`@a7nq3$6u>_0!Ajo#h|>g7O!JEQ-B`I{ z)*Bw8)i(@seSrR`zKL1>2GCckcy{Jpy1H_t!%gvNU}u9hYQep$5u=ShP!vw#13!7` z18nkBDm(;_=F2uTJ{^LZBEK>ERqNMZV^0-^ILNjrranIneR2)ECEI?1Z8R9ZL9R_h zww;4*$e7|_*w%l?=Ox_GYErY?uwPj=5Q|v3Q>y~~I?|mgw}n2XcY4Mu$ZEz@YhdY$ z!Re8^ao58Dk9tk6`=V+GEWc96aU7IP;8aS8CLwa2TGxakBPEiG%C|v(zUdH3MdsL|5XVMJCJjfOby`=SJaH@3 zcUt3N&Ns>+i+zSW@@+d>@a`=aC4mZ19(Hcwcn+YvNG9{DDATx0)_UrbGLp3#M=VCi zw-Pcg)u7>Uc90@lM%J#$riqbSMJ3}QQ~X3pEFqJ3 zm&|$Z1W$5hk+;7Sf6b00C2@96R{Zv5kz^*O;KBLuv!hEe6_s~~N@S0gY(l2!2AB8k z79-V)O5OsY==1xo%yx2a=9m{kilTCMZdQ!K`i~4?H{UjB7?rD2Em9RZaZ)B{lica9 zBGOcU|ByW@xm<@Z(_vI<80Sh<)mHxD0?<8B+8KM<`jz-~0$OZK+PKC`v<67^jR@`Puhb$(Zmo%ue%o59GX z`yv!=bH`u&(H{AryE`X~hEzJsEwcD%7;hB-zTurr9MTsL!iuMr0feR92*^*Q>}Z#^ znZN&UXIx3|tHhUYbC&I!+Ryrb!VUiQs+Y7gG7+-1aB#MAwY2*e{Fke`ro3Q?`sv?A zN|#7>Q5{Taha??DEGaf_o(O`WWX`S2NHmOGCf5q%aKIy}a%n!OJA z%DKMK`HuC~o)2W+fD?$J5Te;%6siO@6MQm)EC994n?6Tj!XIEguE;Suo*v;8)N$RIU-5(Ud zI=rR&^72F~aoA~<236+xpFuX{6WFlxOF?-|u68hmNIi9%8uklm{yEE`313$2LS@!T zIe^Y(haKa{En3V?Z9KJSm|alis52#|g!TZKJL={y&~>cy(?P8#Q6YlYzZX*Czc5u8 z`#DdHyL7=rT9LW+!9`k;y9~gGXstT=;DGZJX;zQ6ysq$av&1vG<5%pB>B`fkWgg>B z+*R++>)O9=KBZ$mM|&S~6VzWj=mJjyWgzsp59f`_6un3Vbp+xw8W4bahcUtMk+8|e ze;T6g!(`R%{*{#6W$N{p;1GT~fb4v7V&$4Yg7+jb*y|2X$IG(k3O!Y;n?l?>EGZY8 zogh-aQA9CC%Easm6=430HUC#G27Mlc2h}FM=Q&4ntK=XuSzct)Nd{k*OJ8Z6H8w+s zkYxG-;2Z4P-V%~E?`zMQ+1J@zcMp+tcm3hv$x?Np1ey-1U$7PwtYM5T)&eI_ADYU90)|_^$K38PstJY$J6@ZqjEnZb5(H+S76U$p56`Hy^ zl^c7M7%fv2L}#_Elf4sfW)3@J`rlX5KSpzY2-+6QH!JfK^Z$at{o6|VA11SwCe8}l zr$iDK<_}xYwnn`kBpwhW)D0(L;R`TE%r(e%^jS`KnIBdOKUxs24l_vQ+FMThI(^p5 z82;ajylJKXlyr1`daDD`xK(HIlC78#bb$NRplE`sm&D+-+11m5zFpI=m)Y6f z)3L;XxdW3S=#;?V@E}!Y6C5d@!AJ`^j@_W(tnQi;GXk~UCwE!O8`u)!vfxJ&^?BSW z^0LW?3??)RxdlmT+hK~BmhWBYX`_j{c#s2WYTRoq7YQ!Q$DS&&(ETijarg%kjkUS$ zm*XI0{DwO3LbV_ui~TtyaR{2-XXeQxW)kx_7Ut8@+kaaAZ-{tC&1Uma56H@zKlo#u z2&Fl00WEZINQ48;DZyE1Ye~RMzYsW1B|!ly9f>`ksW_zGKtg*}Uxt&l5K{y39DM8+QK-mC7Ey= zQXU+(OE6tafaSR&apRxX`qI{NTdyb&jK2{3PAt~LV{7byV@uAN7Cad|l#!C$azh@X zL*80cG4}LUE9V8t2k2S3c_Ly%e755KUw3Mnl}HI$DDMqkLP9q5{#s{!YM{wl&#D-K zldbG&JD86Xa!5JoG}|O$@?(bfL#W(jA;!RJu?D>V*#V!>+L) zsa`9xX65BmtazNJC`xnr^_gIfW>e#{EsE6H@Yy2h1V*uciz~C`+#Yt}(FEq4peS5% ze>KESYUl8 zF`RiqX}Ic+Oh7-WwOgz`qOB{Twb#aVJH^M@yo905U~ec$fKau4ltvqzzOeZhA8d7K zj8t>`16Dd*;zmBWe_$>S_tH)`5^gaqi)mq)>7}@Z)HG{aG)^0DA)cFSaZGe+Eq}m! zoV@VqYurNMA?(6ky(rQN>Chk?5r-ZGyVR0L~^({Gz>*oX*$ zjJN*zu*z*Zyzl(GfUXN-Lh7hYZ9ved@#$iS?>c~pEeX3RNj!(WVTJ32PyhC|R{Mm? zS#pL4iR-*vv=`pA)jn@gkb;(;f8jR%-@snXxjlr;f7j>6Y zSca>bs85QqLurWwBIzW11?C9V;JVChUvk=_SlT8xUDH`%jWBUFK1DT?^~%r|XPq%` zfpKum>9EJVEF$8EU_s`*)h(T&iW0qi=6QvF=Wm>_(|oCWjPbpC;x4_Ch2eLL;rFTO zCdc!>_jgsltk;^1SKPJR#b-`HDWEdF!3?P)f$icPP)ry7k?)G(w zYD{;kV>`W(4%bz{grkVpX2NbzP$gOlafO}Cs{W7C8k)jI=SVmCJ6JS#WcncQ2r%pO zD#br**pa{YZIT1MCj>>jW_7E|Qeb$h_Jf@%&QkO(#}je(zrzd5d2Kp%zWlT#U4*!?uuT0cahFsm?|UZn~b~9XGU2dw+5E zg;mGH_^KWE{#11$>H%Ob|8zL0?h4CJhq+7DekldPFmYknCkcL(Thk98>aNlN_v#11 zq@}>TeGkM2^h_70urtdc@;^!rbsfE`kAhp#G3@Do_4a~bm>=qPc$wAeiF^-*inyoc-H&YKg^PjB3E!+>Q(A^>(XL27GJj(?zL-kQL~>;VnbKKM8+b$+YT54di{9& zwLODVq6_aqF#J4#_12AeOUKfQX7$Y7D19UL;|d!|(!xI4m(ai56q~Q=n35Djy8#bj z)*(-4R>`Cv9nGq=wWJ2hG)Ftf(RwbU8oW_b8UESab5p0FTL&;cml0nySJ?=n^J4ae z@IQg+@lCaDvTyri6aff`{(oV~%bBwMJ2tK15JevqRqwh;Yq2 z{tQY<%v7iOh(DMp?;Qx`j`axTPU5r{BX>juS3?otZa+CaWd%J28;(hRMF%CI)Gi@j z+41>i+uN((;DzmGoZM7n%NAvs*B!9E$vZ=KuP4p#%CeXsmQ;mEJbApIJhqp2_*&8h zx8&nE1#cd&*0_&H7uo|1ck=wvxeUzg%k$=@^uR1Syb^ZLCdpSPitzc0FKJ35*bWM~ zbLNNl);hAVRpIn*p2{Y0=k7x#6_zE%mvXQP=8A4@xu+6dGH3VaLh}~y%v(4bTNf~A zGGSM%k78ocMKrPbH|KPzsQ-qtZ!_6jUu-&cgdm!a*gR5ab=_G<>%G0nvH2HiOsy%d zggeao>wu5ou%<4!XM}2s^>dv3q7bHZ_Ko5auBcFBd{kYWOvlZBLk(&B=0U!=ae!m@)Q$ovDnzl5GFV8nIL z=SMDIWWbyBI}{s$eHWX+H*XW=iXyX6eUbB%9Q6mjL5tvsTP*Nv@cgHO;F*0FX!l~h z!DBRE;CRXx;y%*h4bEM1qi!5x9*^7lsPAnz4+f)Rl_| z;$5x8oSWD-Tq4GJ$FCbFI{P$bA3Hv^gw@msc#hI_U9a4vJso8iF1n$x#;b7edR5xc z>}|TXxHdXn7OANV6_zO5uAQ?N!;WrejjT1~ZL&S^*C|yvmVj>iI7kk(et0Bx2FNNG zQMS9RvD`y^&Q-S*7+bM9G4UDk12H2hsa>N@_v2bb zXVey1-Hpas{}Dy9@VsX2EADh4%rATyk zgI4bB(G+VMf%zjBDjdZ-H)Y&b6ubU_TV$3e$W)M14AAKd`qohxZFCKe^xXSHxii<$ccyW(ED5S?#;6ebfxU zfz<4G)!=8oS{{-=MaNLkD8~69Z>ZJzl~#0}2PtE*ivqz}3tC0QZw5aQPc*%PbY4&@ zX7MBxyl!Q7j6M;qu48fCG_yTE4x*uU$fYVLlo|A8{o;-FPW^=4w)b^e{8MxJMY`M7?4+Mx5}!0hC(vuDig zWF3&Fd)!I+ZrelVY^E^*xY6k_u9L#0D}-YlUtZ5zU#FrqZ*rG{a$`J#j{@jo--q%t z6i^S}(q{KpO=$X8nBr#rJh!TOQTjcU{*(C#x-&X6w$nn9VvMig(2b5~ob64N zDx5@?T9b>+5~jw~**Asrz#sl&IW1Snf$)a(P|y(hs=xyp?zrbGH|GOJ#(eg7)--#* zB0NNIU2`2k(-g}tZ}3bCn9n$omS^cGH^)zEx820j?1f0Fxs|O{aCx}K5G$xz4vLy> zT7yBTx#0)e${LJfG$qBJ#bOgnKb0*cb>1fU%LQYww4m{_jw-D-_)#i_3^LEG3$)y{ zKBA|Hb3X~XSu<)?)_@$*8kwdP?Pn)nyP;X5>dd8Ud^4M{q`nAj9h0#ypjWd5`=A{la024k0s~U- zDPNa=v95kG{8hPHdGCF~k=-TJ9d=-f+S#Le&+B~$UU(tV`59xdr%-dNar7A^aFFi_ z{x!IBxn^g%PL{hm18W0l)+50Q0Z>L3VIe) zRRm$d*gG`%fpUXah{h`G>;ywqfnkB#I~N-l-`bV7tTpbBYjbhlU>w`x1*FPwW1e>H zbXRB~TP1f#zAo-5yQ?vR$2=Xc{j>8gA4{INgAd+jv^kwpc+;xYpx~}lDu|r8*b{R; zius44%WKl8nvvBVtE>ULlfAmU0;mUOvhU+Ngf~rUldNe&fer6lXuN*lGGEj`IlhQ~ zyeq@5zSuI`qHw)aKx7XxoE^q#Q0<|>P$Az+;-KbOLDzUb=q}xl9D>3`o_gTra+A)M zD+?}bU}FwN(P=VwI=l6kJQdUD&kXKAjo^AjmML*w1^(OM_=i>XUcYT;{!Ka3`i2kr z{x=4PnTv~&h1q`|7XE)Q#6%f|K|$288NtHVV8T8$f(%RoDE7dY$k9;27?@e`@LH_# z5?HEQE5O%8Y7|UBpuo5%jNHX&Yq?OEaD5&LA=$~mQ=!KJ;E1+z=pOIGe0ZV=6+Um# zVcnf)c7tILA7<2bz(gm>jabH%kah!FOyZlbQ^ZypZr7Oy8*Y-XU+l3JWf9GTHBIxG z$OC8dyC9G(91yTQlJG@$-zb1=&Ujv}o2jN;)8rYxSt?FHeJEv|l2oeToeGESsEW@b)Q zW0adRH_O=h_utr_{~%Ue@~BN2FhD>O-!aMmkDRf8Ayz7uM$G@iWQ6kkCnWidj{|e^ zm<)5KX<*Q|qHGRns32ho7-DimY4`{!ZBt}&W;!DyPP1aLn$7?^KzgYtSe>fEsdBkA zlrmaP2W_*qt(Cq)v$b_+#lH@<@?rDYoEa4C&s&nq^*3PkTywq61M$<(RUi<%$6Sm| zSY4ISR(u#5iwI^pn#o!W)`>|*vq4_+eKzJ1-Bl|w1a588z;-0wF$yhxpBcuVb~Inp ziHm()#T}Q^euP|?=(j@iEsJg2zV!QMG+oDdbhT3~p$_=pFtn9@ZX>f0@D;#qI=U@N znM1?A_$H}o8_WR@ZO2-$4(&^7gLgGnduC&D!U}W1UJq6+jm2b++Ruj0SV6ha%~3~6 z^ykoh0B=wzIcQim)N;w;<|`SN>;kWTnt)L*X;XpOQ4M)o14sQ+&AloFZ{hUWvgabf zS&nc+>vUy(rCYtNW!{dbzRkjXW=)K;y8J$s8IcB0-;rpi3mjKa`QhU7>rq=O%-P1e zdD|ojCtP+^hkzp95_jw45)AKc2RdBiX-(y4f`C7~kb5cvF=eb#zW8s4r-&A>D8p`a zyZaUh);*8ab12$7(T`w-U}@h}0r3i3cnO|rKBRb$RP{?Zh>#p|e7~&r_2cVBfqC8I8skXbX;U(O4NGn4Z`w7oJ*nnb8|g5m+8oC!>1QSEGD6XrH`Q9e-5657q}G zAAZOM1umaLElTj92+^VDcWzgU?SC>J&&-WuQNcMYNsH`xT6L>qOM`(7#`~zr4ydyD z7w_|L&fHeM(BTuJvV|>sf%qF#RtTMPJBco)R(T?NWZou3N8IwTJXM?w=%e+n+KiG= zA-qZ;|4;sRKyI%&wYDcXMooFT*A#bSJF0XvV!{ulBXCs!iK`yKL6(8Yimx)NszK z)8eYLdiM8kO-8#Js0efl_tAQ!DFqH@vg0dUosZk=mwRqi2juMzQ9@O=cn^87)gNp~ zi^6F;My)JAVySIel=6!%m39mJkuDQ%MSp& zj)~oo9%+NCXk{i;Zgh;J*exxSwU4$HI|k%O>WNPRSfTvXV9d#4;sI&E}o-;;S%Z5W53R^&b=+a&R8IbkBXc@ zSrI+-m2vvp&$ zuuoYur4Q1owLb|fLuyAkDhng(kUEU$vdrw8yAzd&KbRX#9x2#fZ@+6Xz zI>{^2J6^t~00R{4@h?>}0f{CiOcO=$LCqslRTcsI5C&s^-ya4;?_jbQ2N6sL*^O7D zgtFtB9JjA)Sm()Jz4Ru2to8SQCtX-feC-%>r*+xlhl?wX8BT=s9(2pJxHaRv%c_V1 zf3ThfP4-Wg+;OI%+i0OJ!kh*rx9G66G&909C$GCCtqX0d?9ZwFr47Fb@g2~obXP%W zvQ5*^@VW>p?JSzNZ%SQn_Ax?xn|S^7LS*QHr#um5dhf~w9@UrPFr;4 z7hpB9>5R!0pA{omSp7FApPWUNPfoCK&9; zhplSnu6^6$k}t)W=3c5)e=uxNanl|tFzKAu#hYMjAYBL{a`U?I?IZbl=+3E0qCkHt z#MI31;s1QA;5M8%lR)G~BhGb~D$`E#Q=tuKEu2q(l`v)7z3R13YAAZ+sDVqiTT86H zYfOCW*O$qv`8$)0UeHAw&jq|nlmo^OZo8)Dej|ocF{lN==F`;y0U1-on9(!ScDqwy z@vONC2RZ8QODV=>I33n@nJ}`p6bhGZ(JW))f<;jS0ZN$gAR|#X05`|!8=t&2RmKw| zw#WIUN5~`Vy=%>FB&L;k`P-~d(f#lwa4JVMX+PZGe480PnQB9IIL?5I+hkH7wwA^@ zqunI3`8R*en@M9b-kA_p{L|i#>q&O;5QfIot6`%=c#FI#YRNgU=H?0v63;V3eI!kJ zY!z^Uz^F=u31r1OLeK^0kPHqOT87v^Fxz9pNu#c2*@PhryNCnl>)=+i^e@Ij%!|$7 z29%Og$SGd@vOppfrl*1&e7P|S!zR^|Gyq21RPO}8RZPAX6yrHP)Z5jnd1qqS4Nbn^ z{59GLm&1y#W_)>0R*Lb)JxHbmnkJ!XNYd1Og~76tA>N)SvC)q~t>T3lDS4{3d%+zG zyO0A4%+bpbd3KA@W51K3)yaP!vT{n_xQVa5_EU*BX2kGU8e2dyv%z(N2~1Jy5O~JT zdC88en4!Am@DG?ut{&>g9QI+fD3))&neCgL2Hixn)6q+-|PjT z89-wQZIFSfUCh@IKkLl4XbaCA^T+bz;@rF zetCPrBkYoWPTg?h|LT4>*+u+9^o%$7bA2G^8#?p?O>kiI4kK~H^$9q53735#_>(9M z-=xfhHg8E?#KgNiiKbZ{JojTv7(>RrOBY)fr<8e}SZ!Wy zp0rE6s@!fK_fG1*LPuNJLyG3aUaHuqgm8<7?1caH`^>j1I4`+v7WkB%o03mF$Er}Qm&F#WzVPxz4bN42q|=~nrl)7)IKNI<3g{JT%rUt2D21pwyzOZ zlphPKQu&#q3&&+r4`Ei=epc26^|H;UHYzN5Os%s@AFm&?Ar0je(I9- zCL#PZ$nAD#&PSO}T!1y+JgHY({)w?yTVNAtR27_Qi^)*i1>cq%T9~TJOagSf_h>Au zsu5w@U~s*0B3koUTU*ube&jZz5%WK2y8YN(t5vxD%Cra58?_e$&Ut_Ko&K2D7A z=Kc|ZwZ5zLiwiaz3(ws3jvy+)xa!mwVn+Qm01x-Qe=~@Df{EP|^~oWzp2kh_mP!7P z(hVUZKD1@Yh`QknKlCG}c=q1c4+DP@1;>u+w}7Zv?o%>yv*$NtosTVs#<}voVeyUW z)_k`!8CmLZ;?x37Yc1@3_|l;(4AS%A+*SKNbS<6>h%%dzbc) zk&p0u_xUd&5YPbs|IWx)v$y)*r2jW(SqsKDWhwRN^E3y`j%@hh^fOb!FIeADpk%Nl zq98_aGaRdmd zvjVbjgyIhHe7B*>mVS`M(Bsq($b2#thcCAWv)$m1HYYDmbKO&H?L#YgN-TV+f{Fd% zDP`zEaNw5Uo67X!dNEy?ZcNZv?J3YeT(U6#N<$R@C5&QvaUu}_EDeyB5RIVB2q8cy zTs<(&d2c0*qXncz6}Ab})Dqk>u@WdDw0mty50Yzq);G$`diG=U6!mME4GsscPS zJmv>1VJI*tq)|VRFsmWsiecS=ZVTZ;!W_^M_9R;d0NoUu8Dm@5(`9cetR2&o>9=vh z2%*a!1{OFPD5TH`kgy^X&?-xVg&_i+C}Ifh53PSDOmFOj1ORC24kQ0p$+)pz%@0Zp zx}?AgHnf_+hd~e1SnO2!@D3 z5RBh5!u*~Q?Dvd*D0u;as^G^A=7IXaUvM=X_y7N9EMU5$L()*j_ikOZpK!0ZSLtwn zONL=EMTsihIY&dtbSX{nDW8! z0l^BE{l{er;4&PYGgQhHp9ijsHE<3w2M0*|yP0aB74Soor5O_jGhAl4tcbX`;%E%5 zww7j)tjIq-x!^H)>@eWn2_kl=;Dd$)&1Xj_f$CL@z8}Rvd$O+76Ln#%VqkG#>VC^W zB_RD}QC3>e6Q;Q^Gax#2w`NRm#n}^M)WCE$sv%~<&W4LYWz>1HOtJIW%i%3TnbW`s3>kIbS3oT zW-JiKQ`GvQ1z|d&8BVXpk~cN*gPJZxZ=_&igRx7ObRyvy4=C0iLa?|yrpK)U3Mf@O zq8FPktuRckaL9O3neB&YCXQ@^tem2ZoMV%4xG{ocnI~(463_{GZ^d87#m&mp?xOpg ziLSKT%d*MMmhd+mZ1oy__da!}NCuH^m=KzlXxCc(=BjSsUI67;U2{5${a}mbO6S%w z15X4hN$p3-2gxOCLhZJo&qZ`$UynMO%^Sr1am>|v62aBg8nYm>!=<9bOn-RZp8o@k zu!X757k;hv3Ot-c_4V4;LN}km4o{2C%Iq%w>sI=8?e+Oi+765IPydDh+mV~kEfSd) z=;xxsrId@ZKT9?q4;Pn}1SeRV>N{-An*trNsGEg*pLQQ1e4vmy!qZ9nJLkQpi%ENV z1AT>h7Do{GLwqD6Ly_4_;u5bAXEVn_->QglS7&Efm|Bg!78(01EyP{<#OD!#>pUmr z>G%!^r#Y;*-U^9y#X9XrQk@sq;_2~E2oHZEZb^GhuZ!Mq5Z6ffi%#6(=Lf~^^xnMP zkL6j97VfSmugjr)ETP`S8`}!M!PMIJSp>KfrCM^g*oTKJ-IeBS4FPNHq9YR5^I2>6 zCj#BPBMzl^h;nY7@K;1b_k}Dro2o>SX+eJ)F--ENHWKC6DEQ;&82FgkBy@*0fuw7E zZGn#RfDOaG_?G60>c+`o3(xPrl#;J-quse70p|7s`+cM32RFIGq|HqOL@ur&|EeZC z?4EwDvEN@ly}yagjiyK?Nc(e#rJm=rCpXT{z2!cZQ@fEdO>@6zmur3QBAwnk|L*DK zb~A-b3{2v`VwL3UnHB~(miSmML9u*afTF14B!0pndzyL-2-E6BW{GbtZwCoejdWXj zJNT;!c+&D`zPV{GhmK{Pg;sLJx(0ZgSd&k}s#Gp5w*RJFZ$myRKB^1lvb_>NH-Wl$ za*0>3X4q2I$j{!H?JzW2C^{OMNUP^G`BTNBQO|XL(Rx08%KO}N-`%z1(6Kuhi}7fC zdO6{+)z%yEYdT0TM5LR6V4H=x%VTHtlZL*t$>>T=Eky~+rM^?4dR&F61`G4I!#S2F zdyk!~hQFifA591UXUQ)_y46FrkYTd`gFs=ZjO8>Sg%_yt<=uw>sC%jV%FxaoUv8ta z%u}cZi#sTnJT3vF@X4!CsL6+lzp{hA%f9qR_>2+_!kwXOru6a|M$HsPM;U8S%~Q4t z8F=OvgOjXkP%JP_Fq2^|$v+=MdLNB*v>Uo!L%n8w^{dYUJV|&4@aq+i)A0UouK+?h z$5ZpRy6;0$vhF_%iTPSRL?P}?NOFec)0$ax^=`jTyGcYSeC4P6te_-39%E)hl;q2| zY107P!f}(oMq6tTq3ukWs!Gtnl{mZ2!ClRJ{>$De|8w}aE>Jce)4iOCk$dqZJRFtowdJ=%OPBUtB($BcCf9jf#m&KGdFhJJq05PXsanZQ zj{dgop+&Ev0Yt=AHZ^64)KY3Ybuqg~WJe3jMU`Y(W~ER!CBs+ODXKVCRFbOMl0>LU zR1IU-N{Y_42;@I%NUH zh(&}Yw=;>ekTZeB%d=l+_>U-V0w4TEd8!6#0_AH8iOb1n+rr!%R?`LEVJhbk)M89CEHIP8(!->sHpyC|5EDF0rVFxk=|xf5Ba6|M z5sS2miR~#`ptajgx0q9WO5j$Jp|A8=J$|C0y5zJ}6}?k| zq!#;O6wf=Jl^Z~VvN$dfdeKv_K?qG{@SvJdj_kQ_WQVi6UdO-va{$6ZrN zAS-%(x1nmhBuBM{SkFaP&PIVNQ4S!QMGgd~+zmeXQE9fGwYEvZP$lLMKBTR0(_GXG>nL&WWs5G|DX#ouZ5%C#fx8*y2|N zRBV;es72&eswgq8bcKzd z*>4r_7vd~gJb*lk^(y*Faa0D(0Tw;nnqL$3Yy8V}78kssQmtrGO>yqq)J7_Yn{sND z)JoD^_C))U%iH(S#|2$r%mQ;f2V9+q!k6yLvb8&szt(Gxo!2Vsm~brZMfqx@J6Vfz z?yUacQeY^J>rH*3USctg-*MF|28}v_P#b zT@>P9Zwx_$m>4|m3Zae9LFLSr61|Q%@f>fp8s}+$kIeeRs_1YU#BD7;>-uXhyPytG z$G6t1^dO_~Bm#F>GYenrXKjwUwO}qj%P`5?QS$zoJfayjKVMB*IbC9*SF7wDn^ilb z40v3#F4eEbpUdr0#F!Atma+6gZKtP8c+2RF856T%Nd~ARBmG%veeK|Sp)J~%W^EkVF`|;CihXfY;zNp@bGq7E z{HC&9WX(31!^C~aWAFSz)WZSKp$%|@9BPxKOShn++N0I{jET3_6@2`OPu2*czbMuh zwl_iTC^(3GG<_r%dsItq)zz}#%!gE*rHw>=#{^$7-L# zw2hv3Y#~xshX3wt*QU0ds>`!YtAA=EABo`ZPO=v{J|z>Pypgrm{rPA zh3$v5^gzB;#h_mOKz3&9SIMnmAl|)f-m3Ln!P~nU;aZP9=V$$Mx;pz&-K~4O?5ZUF z!>`MLufStAu2scP?pk@LF#Rk3(f-lJ?^_been!q))u8nG^!zcSPvm;#`IP1X)VteX z)4+|m&?>(>DVd|HUKs|u(i5XMGs}!&!C*I?J=gK^*h`}rwEYv70QN+&@R~)3YpeXE z+iS;}vJQG1VyGuT)o`Z^@I>c-KaYc1psIF<#tk*%lu2W&v$B6r^P#V+;v{)KYC^q| z#=q7=|7Y4t@9ou|s;hk53mPqcUSmONzkqsSW%g|kv6o7HG|!WBfwv*nP}>L6`ceW4#a&LoY$Jy-H^%y|?0adEQ+bb_MF7 z2{=E^a0#iJ*nebkaj<)yjf8^UdV$80rZiwdzhvQ~_%^ms@mM^r40uQ& z7NFF?%s}dX+J4)9TtRe2xC-D!kRy;I;4`2{cp-XOMgiejL^4ZPD0IyS3~k6PT2g>* zOvBnJ6vhVeAbMnagE0+FTca@#4ZYb2yt=MAO6bHT=^$EL#tp2FaL2s%pc=cBXW1j9 zhEBd?Y_6k&8H}+=v_*}V;k!hlfR;@vP9l4Bl zwon~Ax;=KDbjR*oiB*SlNRL(T!CZC;PQzoAt0uV6khVm}-}Ho=b{NR|_SujTm&Aj7 zZJCb4^yIj$bfG?%$b)`usg9FvNLTHbp&F~Dp&G%XPW@_upn>gS+ytsBwh;4}g`AP3 zF@nUAB+-nzam0g4qFm7F#gR^^PH{z%#geOLzpc7)rR+2at1q!6ZMu=Y>@-pq?9ZP)wlyb;UVex7*j z4vM^`A1K?7LA-P+e%RFuIcD#ZaOn;+zx71CV@H6zeUy0XPNTeSFEYJxDe1itU(?Q$ z@Z?T$w+&Btdr5EFhj+M0u)nx7RT;ol{>fPWi7)?wRMLm{XLDzw^JlzEK#WU(!0{)V zs9-0@SB15wVpy%;V&O+g_EYjztWmj-NvMC(!@+#K*sr39dX$z=%MoC)Krln(0!&5Z zGk?XY<|~t`#EMJKMuoz-L3|~w+sLsB3DGWm<~Lrn4Xkj#FyH99JbbCxlM5L!x$M zd}o`ah)wFJ1Rb(%Wphr$@Wg?<72t5b!$DJo&V;)J7!}^bK~;oK#Vl8*LfTVf@y>|J zikk#1D}>C%+XSoyUei%mgiIvQ-!WMD%*FE}=93QzSZespCTS6q8J9#XN8dFy-(8*( zu-LvEEPpq6Ou)M5H5JeOE`4SXGPyQ({FaZ4>y;U3^uXeLVh=GvSX($G@>82cMs6ygy0X+W?XnuI;D`4dbx@t*{H4~2T6 zLb+ifCUn+D-BdR@(d1vn3@6Nnc_n+O7s-&MvDydY}Ps8cc zr}6SIUT`SO%=Gu6npc)NgqxpnLd(c|hNvqRmse)iy`!B~I%^%{w0>CUriJGWO%N|Y zbYqkBl+SWe#K62UY~lV!*FfPAqenCBNbvSHbA- z=OsU~%4uQi@0YPoE^}DRKCvQb`xi~a>F>{|o?2&hnEk{VuBj**M47&2jnQxPiFTg_ z>=gq_d0>?@SnL_vEgf3+Sklt}gtnFu)FLXR-8j>d276*@SS_ldO;XhiV{O}~)mhh~ zqH%__lmcx%9^8!Hw}#!fCS_=wT<2C&*OH;(EN^_Fn6;r}7Oj_~=!@Uh!xu?A<`~@8 znBK+@?P#6e_6^GMEU3*ns7;ReQimAfle%6d*%c2#?s_20vi=alQfJUc+#yVA%E?Jc=$`Zp72rkkb1M(aL`W(YP4le2x8>~5R-zvs#l{&{6 z>eOxDs@kqirbCM^#~J37n?(5q+8jhsldjNOUK|@)(FMjF1Lj;va1*c4T38$#P0ZtBzful3i%g#umdsxA5477V%}alHC=`-WL6UF6BVCc$il$(i0!?r6=(v z1o5R9@g)TVyD#LFL`V|jlds_==)?xH;bmao#$+Gf*41j!cV$&dVYReQ(X>w0v`*Qy zPTjOl;k4H}M)y+2C%`8Q`!;m@HVh3f?F=uC`!+^Lg!o?OJnziS$q4B7h+C(IMG#0JnM12siJNAw4}H6C;@Wi!dGRVK;G^z25T#9|%I{r7_N|ll;mSc2j}jqm5uk1nU~V~xNl*q#?Ou%c zt*ZyMel^3iD9V6AeW=K3 ziI;aJje%WJzM~P7aa?-G=PHM1+TH7AC2xLAl&{2Oe57O_QW1!#V?`-rrXcapxD@fh z*f*TAL8U%t$c@QH79~N7P$Vmgas%+tx{Ih3;t;dOc-Q{lNU zO!2!!jfmJQ|EX`upNcL+%2E#iI%`0BiRR=d|6(f1fQ*VUR>4(&zH5VIqk1uj)9D>;~c}>}`q1_t->ax_J9DWJGT{8Us&!`Xg zl;x%Tu!6rx!Mf?d-Zg1pj?rEO#?%Cn5l;Cw{PRXeY0b4&_gC=qhBM;p>n z)RWsX$P>-`U-4?|&c3&MUt?@H@5%FdMvijb=zfCX^sRZ>>k!Ooi|?jKTJ5WIxc}BS zOWTJW#gM|Gweo~=vq^K)QoraH?oN%D(-po8bxy{;Fsj`U8w;*TxDBJTeI1gjLow_L zy3Ihlj;>#;ZYZ zifL-pl(pZ0&cse%Z^B`+_PjFZ;)pd;i_KK4L@|*Bt%~wS*TSQ{F%b{cfT!IIrbW7S z@CglNm4~1fHTJ=Xm6Go$QsI#=y+zr~3 zdXMJ|bU&mjw?NRhejfXIf>1K;?omoRArH$hPA?9^< zFP30W?#;TvuZ8 zwE=>|BBB(`I}2EAhFu9Q%|_WiTl0D8(f4v`^zEnYqKsb7@7Jy?18sJDJAGC)xRJ1l zZ-E`4L{6DHEspGhn1y|<39pLh!tdbqJaE(h2PvA#k_znWEC2g_?V zO(w$_oAzPx@h6X%7{Tf1Clu_38|HQ!lxC7-844Me8uu5U7e{@XJv3?w*e|}@%tL~x zoagZ5&L)NRFbRoLiI_~^%a_{A8dNLJ8jx3uQj3hlfv!{w$f6xOuD{`mUyKx!o0u|> zg}=><-gETF(xW2C9JnS?v}|z-H|nHsAdwc*(T#=CR$J*qr5ohf%ro1Kz4*C6xUL%g z5;DeVy#R8|(>%girIqkhsW^vq$Uk=V{tsMtgjoo!e@a30FDl0WDOmmgrXafT7v1JR zsUS-G|D%E^0qG-d{y(E2`X7Js|Dhl%3n1_#g>3IuN-3y_+~D#OBV}3?K*D44qrlx1 z6f76pycWkcmnww#Traz|n%#9baenzae1_|%Yf~KGS227gfuv?V7oEXS>{9lZ$kc#prs@<(rq4SKi^1J#bAb^kc;BJWnhvwIwrXpx&z# zdNt(YB+|FGxSMwIhm%>&u2z&P+_6uR3>f}8r3y~XGTUNc1J_#9hF+|fW7mAjmmd=M za=G;HNY?_PLEhz#wFJqls&eaHa6Idlgi_Xpr9S%2{d(Wvf^O3q2-7QLj`>Dah-od$ zd!~!tG$8X8em1iBoIdhO=dL>SzMZ^rE2RiRD3fr;gU6HiJ%0P-ANP9skvs@kfu8V2 zqY>f{9h2A4E24~Kg& zlSUmPEE?sp{fLN+4o(+YQ0;Ccbn;~ZxiW_1m!D#d3S?Mp-wz!Zg1!jhb=tX~f7jn-ckq*@^&c2cCJat%mL-z)+-+dyW`5nu%-+oX#`hJx zE?ir4VmAXpc=!k1QiH_4Cq`piyeJI2Ym!UV85Ofh3*K@(BKDlAbE@F_BUgZ7&uQD< zslyD$ci62<<)W2)o2~6b|H4N}g+yLTleXpi0K4edjmz+i3wVee+=L6L&ZT2J_mR$m z$1?mezjdcf!ie6hFEwST?G6`VwJLT5*TMwJ%Q?-6LG))wCSh_xTa0z2yvhwPDF=^d z_?MJF8=_lVu8V~|sZN8U!)k8KMqc60emS+6?6htEG#S_^Wt04Q;W$Qyd(0MIj(+NS zPPLXiYF7Ef0>M1aSc3z)-yp}+zy82r0jfXom}du+Skxd$c>9XGz*u7XdE9iM)rup3 z*K_V#5BoOz6WpMdYSm(zYWZhps=l%O0Qiv3U(AE`ZhL|=9P*+O<%uO&DJ2sEy!~@c z&rN63P^=TzU~{>cO|{i?nYo~op}wLSbnt#lJQtU7rY7c9#&z-sMGASU?})uY5U_U# zhkGP+2Jv*fAX&vQ;MWO2suzP}h(%kZzrats3*4g8?bQysmBdH9qa@I+{OKGBxd@P^ z)PlP3a^>QZ-4Ub*>hPp>2VgjHz>_ZT+Tv!|ENgpV)Pkw1;I(4%zGAV)g@av*po!^l z7EmFL7E|f>n%*iIsp#2iRN_y7q^1eV|HrDw|FTCT+fRnh7W#$` z4o>zS`i6F27+gGDlGWDj*2R!~met`fzSM!P(fv#-0zV0hS#2}IllqMJ9awEHVl85? z;Xo-u`Oy9r{>zxQZxwS_7-l#f&2vK*v)2({!HYN0^sd^JXj&M6*X2px8}W?y>x)&n zI}e6K^_;`^W)W$U@2y~oEJnXaf(+p;K+te|cKAueRg9}jVD&}X zqi-Ge11x_oj-o(}o^M*TXjb*!8WlVt)LAj|+yM0MMj@^&{itlZQ9^+J%&M1Fuc&j? zyx8@=j|H&ihJ0G5N2T6A1v#TNZ8_dt|G;j(S`sUa?7Pi-_868kj~56*zP2-;usLW? zA&i;oSVgSexsi-}*9VH-F_z{_1Pqgwi(k zY}wSp(>pN>_F0jO2>#~5WQM*UVo-c<%zMr9P23XOyv9_cV7Ce`YP_=RWM1=LqM7hA z6t|*%5xk6{_X1>&!C($NjG^}u!~}E41?b`$^Mh-4{Zp~j%EWhSm4^bmPZ^H|iFzvc z1#X{cycA0jC%>seR3*zbt7lpkSrqeJ9_~uGl#Vzy}gYf1&{|)ow;q?Jir7Ea^Te!bI;b+l(C3TR0WYf5fg+ zGcv7~w(gcLDy1^57PrpUE>pjtIcxS@wlHay$4z#T;5rnlSZK(uw03uTy4Khy4xWgW z51v|V-j^c)Z+B*YXdH|!Y$TKu{m_ls0`j456bK1Ghd6oCjQ*S|!(UBEd&-3hezPz5 zB2)9^el|DqB3N#uT}bEXG8dOau0;8IAV(QpNl(8}{+gg$1)fA{*$cu=yKHn?%WjB9 zNwBm>ioTC+O4J(xb}>Tlt%!ad@e!F9x|?P|$fLrbuEU&TC&kB=>P2N5+FG=mV;*c; zL0nZK%e=0V`cjsIM6-Gj_hOKPR04090ZUmLR6v~cGSV#CUN|=vtQkW7v#0^NiRMD4 zEfw+Mr`D#Al-Ebz`nihL0@QZ9s1HS%!L5J@OYtU-Y~&$9rw@e@;Z)1u=*I20+j&kM zoi~Jg33*QbU%78PyOA1(#MH574Jh!qtIlRc5n^~lw(STF2n*|0=LltTF{ZMkE+fe@ z^vjmDVSq{L6m36vqTC~&Zi7&j*6d2}M)_wm!WXlrpJwhaX1_x12WMP*z}vDdRjWcU zYS>L=M^&KHm%8lAFt}ei9M#nKU?^#W`vOT{>YFY`XOopyt|1|N1k)RYnD8qgHi0e9 zKV&?Oo=Pt^`7JL$Tx838ANV=7ew~ItY%fVQKJZ(Lq+DKEsegd~Exq|2PKv=)6;c7= z#2WRVO>h1_oEY2N+5)uk0THEH!`2>09O*;Hckl#9mBUqLF;-Id)aKJ8O^`FE#DR)p zQ}0iW*OlTYl)AHz%#Xy6`l${7$>^&(>vE{f?AGJ-bf4XnsWXhOkeqaj%pcSy2o32F zU-K!Rkvqn1%2D8TQ`gJKq8eu&`!5Od%1|BD0;LTuQDmu5%^L@z?%-Sn~j}RnjMi__~HTn8{=tfwQVnO6_(QyFs?He*<3z zUc#zqEW@TIo$=i$C1Q1$B?Y==UFg z&)++tztMmtNdCiM=P6Vv2nlY7<0N+^AMPiW>-Q`DUawXDRmf;wVS;WgG8Nzw%d%Wg zEtyL*dRwKuWFe=H8B}LW3XP0tCv?lO4fbpeEh^aT30bMT45I+$fbhu;lfeKf!evpB zY_&5lV@gN9!Ey<6{Rb)8hT4_Bf$E+;xan-$W-ffJuz7zd;TOf74A?`+)w^;E8faL! zKt2q-7M?So|?H30|sz>A{;a%6ES}Jq15@Vcri~ozv*K)$Rqo%?sPTfE>7K zA`bYUd%Pov$G}R24ZS%+WQNmX8;YcbH%gP3qQK)w1FbiWOT;G_pxhV#?y* znF*djf%}1Cz`zI(9H`_RR^Sy@5k7hH{*oZL@((5?@`W|08RGo>SckXbJ|mmdz4RF` zrO<=0BLvN|#LI{aFXA*cNH;NC{H&l`vL? zSM3GQH@`k6(ouVbitQB67mUZo(W~l^y*$(UZK#(tyl48FQEEK6Ix@LiTxO71@QVV@ z86Dez`^_(5X>RP;n!B9yvHiVgPuPoHft=jk_Dz0x$N8KMSg-3N^xTPu?L?<2{+aBo(Zj-U$Q(d_Xh}rys=Fk6^lixs`{!wD=KPfyrr-6aFCLK1zCxx zzUwY7C->C+IBV%`UTd)sz3kgwg8nw6`X;hlO6$9(AGr0cu7XzCGN&U!W=RHPYyXG| zDcAoQZlD&_5pLi!(y)LIzC^D82m}gaTpof5Gt#603+SvXQGh=b1PNAH8R#gs#FT&& zM8dLv6xK-C?}wAm63`}CafSjR!08<}WT5eIB1}k{xs!#M^s=hqD(ZZR_=%tt$1((q z^ba)Q(-Pidd(0@g@z1VgF@U`(dsyLK(2~6pAYv$t2|MIu8Sxfk1=!)f(BTGT0r5~` zBzi&#%n4cX2T^3duE;Vkw8(Kj7a)`3bSI54lJtkckurU<%rqfOh?fu}p(W#Xdu1N4 z3h(N8V&;a*pnpCOQ0MFTjt|27kQDg!gF)tnbG#SGd-eN0LrzDtiZa)2y3MXo|Hb3UU4{n^Xb5qb%Fr z*S4F!+}7uX=NJ529+mwnv|izGA%e z;plc$uiP4UIJwI9hq?&6Wck*N$!y%(g}PHGd%sGklGN(nWZUi5+^wekqr2CCi~ZOH zU>E#=tr$H2R5kk#?*5CDrHzfH@o$H3sw8cnDS*`Tsvfl=jnc00u##h8R9S|c0w;N( z+!O*V7OdORiT1kf9wHv8!eC)|kar;FC7rr;*J>sNrm8uB(d-T^5W&$$IZWrfAuI_mBxt8) z^yu$RFVI5)8CcJsZ$hPtMz&A^JolEL9i&l}L@%K}vA#*C+6>8T(Nt5yfRrYaRTL^3 zndu;|_V|VE-NyLP1HlNgHj0!kH&7nLm6Cb=_pq-Qt&bcPai?XT#LaFFNroM%XPKsPj^qi-Q^}Rv{ zI98*vm}Bo((qVm*N1&%&r?54Bi&uC#tjq4}%rSFc|FAUYca{+ClGAkn06}H}nF9Bp zFdI`la~n%%i{Dn`sno5-;!+5vk;wGegKKf0yzH=x z=g-m9M^O)>QgpL3pGr^PX@;!bO+lc7r!YWYLG9~8gZzkGoLv$k-6)fy=u1doOdn=f zHb7;i3eRIflPVPEq_SkapdIh&5(bO68UQI~W%k3W57w_?n>|K~Ng^dP=^(k(OXTGw z@*)9kp2Nn&mLh|0Um}4_IH%$w!BNgfO`v|F&t)y9gsn&^n+zXI4_xISznSbEbZN6y zUusuX{bXF!MmT`(ZH~8mcyS&bn9+v!E%xX9)Aht+um?mroeG5b%(F}H9FyviY7!^( zm)`gWXT+T07Dz=eS`PgtDFOUpOCmbVjJf1<1`;Rj^D$`eDj55)|)rA0u^84 zliO*BhW_9Qp?ch%=ZV>)g>)jc?WyXq-SPExXVm^{QX)$b z%Hd$SWW;7&a?##@`^Mvf|1|n}5=PSsb$yth-%Z$T>tNwPTh5*7*juO#Qx%wS1K0WK z(csymr;I@tBie#ST&&xnVv732l%hHPo~hAQ?NgTOS(l5;Ic67D5hE93D!Q9jyLf`v zg7@N$q=bunTG}pl8tTW79Obs252)%3nd#wQ`<}Y@4a0TY`=7@{k#jKDhO4l-2{42d zHL6=XzX}HZ*dWb4>%u=hI@JX!P{ezN{reQ#lgb>&0&sXn{%Hj9?|rVBlc}BYU(SxH zlA`^Z0G#i!y2dO)o)P1Pqt}?$Oo1v9P6v!?whI}BhU8^Kr?fJe@0)ijSU`xt3Ez4y z|JTPiJ23Za323Q6Y7OwmFeEjS-ESKBHl!?lN{dYBDM>+&Sf40+(^8h*4>{c{E{CvWHn2YjZ%^!Z zcxU@Ksu-uDy388f;>+piMxaWV=Cg6+4aI`djsqO8COVl(K;S3??@Fw$c)_EZL(g@h z9~a!bfCht0^M`X&%TKmkc3Eary<3@6n=N^cuO|BHH+#;s>#DrtAkl`cA4^56`|r>q zgAFM4=JmlA8xZd)Z;zT{g{yYyvfo|K+*$frb#>2JZ_oR|9%Ut<`mhQ({0I&429?Ec zQEb1~2`iO>Ds93k?QxLdEu)0%GS#?%PE|I(OcTz3xNW?Hxt#eS8kHd9TQlPJTVH^^}=$ zv^+rwhlA}A=X9nd5S{XZ`t>f|RCA>&d!Ch`U~BpT^C{bW-~+sdS6#P=S$oKUCMP_w z9#IW$vt{H|s<2*C!yHA+6=q;Z8msV*DpdtLsJRzJJ`b0l&Q&(*!yoh#e>?w3==x7j z0Q=F>8!SKF73TiiCLu3J>)@QkV*bHDN1pH8WPU z*hT@OMx{M0ohXFc^@&KrfdV7uW>Z=1ll(C|q&y9vhY@CZ;3ufTbtI5)(gTXiB1#(2 z{mcdFJB$d4i(uE1g5>&xODThRDDK_>jMxy;tWT{ChN!F~O5>&4DXCAn`bh{%k zFxbknNM^O^e3~RaMle>y(+(mu38oVz6yS_80;^E*ER;;fJi}d!ohC1mfn}V@KL#q& zi&xjA5>!h?S-Ti$m)cQF==&?%YzNSMiDM^kO&?d4qO0X+v;s%jJ%&#bxp37}x4|}4D3J`26v#6Hg(6ck+4StAc$VERr?)4}^14O3z#ACijVH2g zp+|Hrde9mEThvk{wZb{}QNDe06MCME*{dWo`-WXA7qpx5xwh(kZ_K%0@y$kDmJq{- z(&$Bjib{&iYC8>Dnr22ovP@^N(ywJx)JgF|A{e6HE6BI{ye~aSV|}J*rF}MTwb9*; zns--sXN&JP{z5%1XvS_mHdBdHbI7^K3h`>ZENU{9k!u!*Sw5&ZKTVcgoedL##N0&1 z1k)Zv27`5?qA7(9EJAof1sp*mAfo1h72y1D6gUi9!_yL3z+l{PFMBap<5jvG;(`uK*!VwE_Jm=#( z!!YU-fDjojm^1Uftd%e&>OpgDaI-;f5@w#p&_BdXwi!#?$4+_-yBRZGu5?wirA9Bl z{KIjQrU9Lr2BhG0fE4`C948A?BPUb$zb4?5c3F%_Jy*(6k4YlhWu7+jEUT&tBymec zvjp9YeyVl4>q*y-+5W|%G?*q{N3WUTgl^YBwG|>4^#KNejql;f;u-6r5S8~*sNUJG`OE-zRL|* zF79D&q$hjpO*k~xJ9@+J0r5kHYW9faV*iM-er#QSe`ilC>r6$pKsC5-^B;;uu_Y=m zs%*_p=opA@{Dzk_dU8ziOuSO-$P;5sW( zcH2Xrw^0=0Lqde^^_&x?f`@g$OP_Ps3bK`W$2l5tPesJvZ=AzhESh2N!X=oXyF)&i zgW#8heX|qldhTaJGlg3DrR|KN8pT8T`J6tbLXBK=ev$|`Xy{F>^ot^0hu)W*N=kq9 zewPY$Lp`cr-#$@9xOZ|uoZF^-{6oqOTCJM30WcFjfSLSXMdSXPK97Z~ow=ct4|9mqJQjmQK|n@5G7H6VDu1jar^X1es5SeXM?^#&O-1k- zy&&vl>pqWh4Lh!VN9u|ZUn4#EVjy=x&!t>@L&}H2RIPdTqz$G3@tfrE)~)OHpp>g^ zv~s=N6*u0AOCJJJk-yAc2+LPk533QH7pXa{bSRI)#(Dgt;Rcj=-2Sp0^lZNkwsAjf zE{kc5>8Z5)b%(U$7eDkANF~w!j{aTJL#~I->0(>2ADRO?)>3EoArVYlcz(quv7p!6zyc+$Sj6t&E5p%A3-$$O_deFbzVDOtw z!+K!z@BmNz9pdJa7f!l3Nf-XOAQVySvgU`A8)6OH1){LtUN3Frsj)KqP3 zTXy$JKA>se^dDbA$C49s#{g7BJzrHl!U|mg9^D~0AGshy{dg8MD`wJ-dYQaaTJU_| z{Xo-H3n>%oyv{7~@?UR6J0Nf|qdY!QGF^~y{-YTHV3og`is`28su;it@F{{p4 z)OZ?Oxp>v6*(<-JW2*@=vpcc*W`acUHNUFJVphoPKgh-WK4>Q@pZ0$vX}|sRpFz@` z>;Xyff4S#LyT2f5)MA(9;W~c_+TTe809)MeG^Ze zH~laKJLysj1hh~PLXmMAs<*W4u2{*!E9rvjG;y;IsRx~2JEUBUINv!=qJ;&iqY+}{ zgm>&Wqo67r!+3w}kow^{224MS{%i}*;0lU(>l!#G4Oa6Lk|q$__Z6B{sHl)AQ-v&g z5$1<=T%l5rw@X{r!(+7tVzzSWA;*Q5A(p${l#R@Fqy!*oEd7f^eK)LO@LfzXb>1<2 z&hyx;X_IYp7Dn z*03oRvvjbsw8}M&irHV9gm`QA_19dw|J0l*_Sl2Bvyl|ynjoA}yQ`g0`XVN5@pq zE;_YkB*~g=Bg-CWg@kj5o1GGAH2ZK+tUe7w>wj8S%BcH0k`qU$S0WaT+m*G!Z1*^O zOl56XpN_QtBa$Zi(|)rEP)sHMNhHn5)!F$!tj6^>8o-DIKm)Q0cm)Ox*7hHh&;e+G zAd3rn1=lDUMOMN}`UQ*WSnT$yBvDm1c*NVL&$f^I@yjHX-422=1B-mG1fw{D@2JsF zky`_+5{@bpauhQK7_8S>D-f4Mn4%pbbTlQ$N)%~Bv`boHjV&4wY4l@oOtEPolBsO( zwk?QOX%2%aV!_RXGSBEEi{J@l)&(U~2O{beG7ITOJOw0$CNVVmbSZ@*l~x{VnOF!D z`nEZ7I&(EMYwmEhZp_Ue9Tf}5a%#G`fiazeGP{(gD>S+0xm61*M;^Khncl&u^{{Rr z#PBK^h(#~f6Vk$Jqw0!BBO()!+1b`JJZ{-x8@OUG6Rse)j545RVHWL|c+u3~CXN9} zT3RDdB2D%a{?wI4jbYQ<%34bmWV~~=rPeoE6&3&>pdr~})I!UXDpqZ= zL6RMCxnyq|V%;HA{Up(ih-zUc<995MBtqbQS4fnh6+dk7>hoR~EdJ|b3$gV(Q@{i7 zMoqtH9sCmUrrJ&@_cL-(B(*~Z_Tp}BaRYvwY}4IAxVGJ|6i?X4;+0N@FHw+D<*e~) zbcb|lGuqG#`sOQ-ThAgL_Fx_y?`!AwvaKErpMS z2!_4;8m7V0Kz{oaMuoGAl4>8`$?X0@cv(~0&mCIgU>VKY;OZDsR~YX}={s^Olq4m7 zblCNa!R#K%LyIwd(X6gnFF-OBfk@liycDMJ+utK$f6QtB42RVu5)B@5;EM+W(Q&9yEzeep(%3D9`;|gQf$`N(JI`c!k0XOC|b>yyqCmPC&G9dfj zWw1;H=a0nnIYbL+w~}RWPg9l++lEbE2MLTQ3PubqV@U<4!fw^l-`y(_uqrx5>9tOD z0WmZ{H{STC8*H%^6wKie$t53^K5SfVa^UwB{yY;ZIvDcmdf?(0VQ!Rqm3;c7nl^j) zmWm4AG{HpI<{xSx&PkFDn-hc4ZTYm*FE&3dqawp8iBX4|9rQ53YE(i8=Lw5 zdDG0nBd9g>z4Jbe;1Tb_pz&*n{``9OdV31So0X9aQm+*^5`YSCcVhyw$KYr={Q(qvIEKb zdu8bLW!vj6ufuW%KyaQf8O`?Tc`|qv{b2ip$j->?5YJ+3&Kx1o%aO!ns5>>n(`{V-AyR~w ztliIGL((ll%!yv*IBicVe5#SONO-uh2QUuD!Sy<#6!Q=~B~liY)Hh$Dz9@^d?a_3b zmT|&etcY`>v*gH-4bN46w_8dnv7B%ybRlL|tyh0Fqk)MPnrS1!r*P0AbA7X!NpoiE z=_#3-dJ9pQ!sUf_S!8e9fV!zNm>utD1)_cD9$#SxZyG3`DumY;U5kHcCB55qCtj^* zj)>HeG~cc>mdSbQ;!tfkpL~;uZU~znXxnwA z_KW=)`r`#xufOr_IP&c$ZA5_wsxZ$-KS#v2j+kPXuFziprYYLsDGCiA4_*B3Nx$lS zlSnt(M?;V-p3gt%`|Heu(O|<=;Bn@xhQOhanHz~u; z>)Fi}&GcbJ2bYJ)UNlKkI0i`XnY0ko=lZ(W-zlJrlDPBzy8Mcm-ksUYtuZP>MXFSX zzS8YicLe=WPtyp$43e^_SiCVN_1$zNMcuDtMu8eQIiz7OfJ(BsDy6efRDUYaix-A622cr{ZTU#oSh74Li@Qa5CuJrttsc3h((X_8a zC|2akv-!p>SX#6Xmkr*Yp_vKhXMTgudsLOLnY(v*Clqmh#f^C!| zMa-DK&#CwxwEJ~&L04NSTIEYyTGT**mjqFpP}_DY9NFq7S+J!~m?34n3sU)}j0Tl3 zLO%k7J?qR6g1_k)9|Jg9E%jdq8&2*na!R?Ik#>py0=DZq7rz8y6`r>flO*FroPwM5s z_k4@Yaq%4zvPJN!2_Xx?fUBw71X2!CAD1&7Y$!7pVMlgc?8|gvR|+EqR#r$h;jgX^ zZa3Z@*Lrq_Cm#@c(8!)&8lvMTY(>o_)t9NjcIw(Knj6e$??qDL-;c}T)OPqSxaPIC-!f2gz<;Fjhd?^z3<_Ym!D&-Oa~<4Vro#jL2V z0f#)GDiH^?C^`T2Q}?&y=Bl)9pZU8cspY8WZBoT4;kA>ml2mDeDdMn9R?$7^12$3f4t&)x%u zn1EM>uq={&L-7S~=uqugJ_$;!m3fljIM*-}J7;JUHjluv z15KyIqxgIq?$(&qudMn|Wty8j&u!VXm!7p_>yo;v`Wv|5dW-RvA^~kSqd3;FFU>^A5ps2$FH zDhdb0agS&6Y`Sns_Cg5Z;@WTLnXfi?u1CIdJ;$|PNz0y3b{)!Yt8YAXs|t;i^19m@ zk8-If!f+=yZ`}^6JSxy~q6>7}KQnlfuL@&hulEa2#l^q=!|22Nr`zoRgv9@)^5L(U zpz*)COaFtpOCGB2Ut4+msoo*~zUKU+(fmt*_+O3Y56q>1mz@98O3r`AX8uGt{3BuK z-xSIJSrp0t&SYQ$#WmLe?Eo%7?eZr~=5HJsQ>DM_1t|X)tG0_QUVav5h>_-eZnHS8 z^$Kq1KYIbQf9VA{u@JyQVF(2ywQ?P&Hl)s2ht{=bQ@apZ?=Yyn{_X|TL44=3s1g<& zt%i=7(%rFt2!iTx34_nrX$69D43bCGylo4FU4#OEu?%1Jf=LDnj^MdpdJlpXJ}n^1 zUt*2hMVurXFf7*vScRiY*cLgYW7@S4V+2(gIKvp}Ejgukk{cwjzjya4Ma`Mj8 z1>~^-4;0@+(QUXCCjT8p)MwlNf$EF3F7_s#*mRb4g&QH|YQuw()qT$V&&BxtsA6GqmX(t*a(#;^sLl!Ob-1zb)9|tiC$=InP5Z)dz@F?`l_}G$Y5g zlD+zRjPB6$5$v-_yTKrcd+-#=OQzr{@m&zh$zPL7=Cb{jRqOg+tlA5PO|lW$_(uEB zrLc!KlS$bO$WpJk+3}Hc1=b_dwK?DzAj-3pJ}&){2J$Bi=HD!k{}n8dKV~ogQkU_s*~`C4ApfKJ`u|-pnjPStIs^nG>pvHa z{>B0MLoo7^B3V}9ZJ|t9p|J|06~=jK3;7%c)9K<)eFNxAM@g#&1(~J4e3%u6qVx2^ zqFeB!AkhWk5MR1{&z;EW&%^JVdMsJ+uk!EYSlm&ZA99`x z549b?KrnOc9>AmEXS{R-_PzXd4a%!3FL35cdV?ErA&(uq0#=k~HfqHw4W`H0X8a*d z-MoJwbxbR=!1as8Ca^E5&Ym-R?&{3jyc#CZE7z6?UU63I^Kwo-y8v(2R|(~6*c3vp z?z9yx;I)=7?bM!OrU4-G5;kj-t8s`aSzHB22+5M2&r=CD^hEZOAFjVL`nA0| z1}t-Im{$mQEOYrNzck3VuL))m0NU4lwZNRrN8g{O{@R&N*>^hbWRZ@`Bx$~?%VS2j znN;bnL8AFfBV%FM5R@|Pzb`>4S2d#1BjK|C#!CBydRr8 zRZ3LdEza#tg7PmWI0yv!CV`YD$$o>PV;SU}sD`6zKV)#)6 zRa-P#fT<`x)*8z|Wu>@NI()l_*#M=8gp6f;>WLkd_k0I9r(EQs4#d8<73wBW>f@l~ zF|h$kocV{;7bcv`y*Cd;odWPeXd;*>n(asl zQ80jUOdwRJxBH&0xq7@B#g2s?s4&f{U1x_WEcLewv`$S6^mOb|BC zv~b1Zb*{1WeQp{_slnXL2Mm?v#{V8F3&7D(D+dgfDJRM}Fu&gKnT!>I9aqC^xb0z*Y^MN&9BeOgHA&LP_cD zN>_)H7UOw)C)EDS2U@Xd9Xu2$;Be3Ylk5r|{MSEFTmR@{{)Dysn+5Q{5XM_e0%`^W zbSFvyYncBfoB3;@r2n@TMYfu@^Bx=8Z`zdNE6_Ta`|FAfArUP6CS1{Hvf^x8v6Y5u z1G-u==h5qZFOxue;M3?EnOh&OV{Uc*E=2lgpeG)KbR%L5U@pU%aZA6i-pHr$$#5YB zBSIDJBYB&5q4)wLWMNVMadjvO*vSGWTDPM4@zS)SdG#hXgG|*OKzzo9Ulw>u1m|EH$CSM%X|rW@n#MzKNW@iBGTFu<2@* zY@jne#-MvXtt{8`x7EzC={3@sN*T8HVCWddVshtkmY~moQ)JFXryFn5;N*- ze1=&td=ncYP@Zo#j?w6}_46sjj>|zL%@z1|9Q#H~ddrisC2OYaammZ~I5a=o8#+q5 zAvcsOHa}|;WdYTFgU1&;lw0FxIL(N#el!Qzt>rW?kCD>PdpY+RypbBBG7Fq%4>%=d z5Ih=tz-ZFM41?UPs~ z1+1J0d4pP{g{Ys(GClA#?fmCX|0fZZq|AHf7P0Sy{DZ-2`Z6B;KqKBJwU~J;K^)KJM#* zO^1bKz~hSR;i~)nDwF|_^F*CJD!L-WVm>&QA_?}D!Gr;?&Ecf49W>Lz!^c{*(O^4x zA{Z1CL6^hbfVt63OtuT=-nQ3dAU2^g1 zM&0#7aLfG|TF{NxdcmJZoprAKxqAMEtOkGW=Hsbfi|E(VwLKdln|B*xEac%q=@O~D zdSDmQdmmWo(!BILp?G5SR^`;!+iG1_YH85P``7Nixm4M@LtkyxnES^hid<_mO|zx} zdAd80BW&N(9rMEkF-);1?ThB>E|iJkHc=k0>2j;L>}JCCA8y|o?c7r_<_@y+i>v?oxbmh^JjIaP;RUNPckIGKB z0H9GaWMI<&!`V57R~BH~I_I=ym zdfscUImeviA3_Q7aWu^P;R2Fdv8evOb_ojVOl(F0(5X--Oew2ZRrZbQYGZM4QLyf5 z)B$g4)btHSJopJ3qqIz5+Rh9+Yn%^I2tb&J`4UG;oI3$9F(VNNHKpOrEz`MiAHG<(M9*5ELh|*u60D!I<+h~VQj4D=e z4wh_~@zFJr8(~LpblF5Wb#prG{b*D=?u`OFM=;`#biCZy)^RiHM&$_|*1vy`{$|Lg zl{@`a=dPYvrv`Vh!s>kO4sWvk7#sb@R+B@z{MMXJ8E1fwRxYXp4K9C7SK5IKEuIPD z@qcNH5FhUUo4*`~1SS;}3d1;n0HXtkLPo+cWFZoo04@imQyh5n(wk>)ZlJyuL!ORJO$&4e*-3(0Aoy)dsHmC zZMY;DfR{l`)IBhMP>iP9WZ}0l5nXgYw#{u1!)_(lHKv#(9nMnzh}Djs85Y*%VT!fs z0M~sQTn7#2bNd#0H)jU$vVW&u%JLXFp?26(l97escwsjuc4C?%M)Z-I3whezmCCk< z$16+cPya5HQwOS%wY^qF7aF!Gl8xwR8ZjgMM|c+W%nQ!^5IAx+w(^DQ__Lwzm(>R& z%@P%r0iHv`=|Q#&a&<}+2iTP;VaRMHU${y`d}wj0G7?e=myq0Pc8IheBZUcE4isUY z>lwMy1nMo3t8tq+&ufwd8F*5;X@yCA8PFr0z-~QkXPs}+lBM#p3ms30Umkt-leckv z!hKx=_qohL(q9>hfnD@dKOeh=6uX2ld|q1~1P%1<$7|tcq+ZvsbGv@Df_ptFiu7p9 zuBD&s5Ht{b)zXBWbfk-}d4=&@r8zUoB0#?C8N90*GRuxacN%+Zj6dv~3-CZslm|Y< zg;IIhs-D{-4dA zKq>GOyQdHD4m*Ae|3sVXA$lb$ARu~WEXXB%jkVNT{!5AM9(w#Y+}Cj4W2mw{H|HfI z-X@WgwKm<`lfHMIjDv^A9M+L8S)Sp!Q1uH(R7UtTjEkBvalj1lEF%}l`6pR7LWDWl zC2u`!{YCDzM9bU>sjP38s=cmD0QdRgtmS7X=`MnMVn1{Ds1}$n2=ML@M@z5_84M{j z$?4mwSGHnnLSsAnSO<_QUL?aCLIU%(3IQW{hjO@1e@R}Khjs~b7p6nwYEr2e5g~Dr zAp4hg0A3%4_;n%4v-aRQ4oeA-iF5=QFb(nX9zCX`hoPFfcAM)ej-+K)gHk!q8%&JX zXy1`kJbj5B{C(?)-|^2YvQ_|DKKAzh~qB=zjITjD1f3<@H== zfbD*x49{94jts+VNn9o`o9hQQaubdDB|Fh?BUyOR=J6IU_ZusX{@XY5MzRnFhQIS? z(E^kW5pNKl=&s^O|74AWQfQ@Zj*SZ2e3$NfB<&R^bwKY!f{js7uren}U%-5+=^+f9 z59Y{=HUw25p1vOH9w%s-&A`uR+?^jhPmIV08kz=6!~FtT&K*0Z3(TZZI*!_glp&KF-;|YZ-I=aBzdIhTj1JkiMzntJG^tLW64QS7XlVwH_X&vX0f zMtxdm$SpJ~HXKBgWN+b?)Mi;L+VSg}NH1qzFoMaQEn9>$^JNQqq^MS+L|*(MMae2< zk7^O@za9~qZ;wcbs+y2q&5oDa(V>>W*4?Scms+2fD~E|_vc2@T z66dJTbEw))|J)c<#nCUV$5Z`JB@RLUdoacxL&@}LZP9I)jFXLby4J{CTC|xuRkQ@V z@FmgIM2%%hBXokJsY6QJf+e4ZLHm3n6R}MA=_O~iRhOeIJ$t$pOlJvYyGfQo^c`lx zgCr-(uB9i1@3FV3BO0TBC_{30%kR#2_wS3Ng+|di#P2ESjPyVJKLK29Or8Gg9y(c5 z-kzidt>;V`F{t3iEZb$y7%Hi@l1E%_>CjIuHg7Q_zg9CP@e$WX1bR zQC!obGPjjrkx&#!l&ApW!@I zC>Fq@l3SGZ1<6Z5ZBT0^h)5_Mz($z0prlAKpq*}sDKpi{o!|_T!@X0Svq?lsgU(0{e4`9w>yXR?1Bo<$7DubV=g&)i`)6ozJvAr z+)l~@-avkj9Tk0|HIDanTu!^cYs>kZ+# zVw+Kp% zK2W3qga9YREO>R>ki|F7?fzD;9on6>ris4>N2{{0nE2=gH`I7L%}2FAm2X?=h8Agi z{)Uz@cc!EjG12j!>qH~TUsC34(_Uu29%A-QR>B(xDDvdyNOlBF9*+pIs02KtW2Lxs za=&|M5eh4ZK!23p6vPYmWR;2{=L(O_u@Fh;B=}{2pC-d(>g`+pin-@po^J zWY!G*KZbbYh~T-{?nQ87S-;Nk2?hDbwYFDET3C(l297R{vYEbFVYak^Omxt;<$s>y zu&z2Q`h)`pu+a#MfEjyJ*HWL7HNu21m$ro|XYKtrhn!v~^y|7%wmBf&8lb%T6{W=MwH8roj_7q)+ ze3L;?Gu`{3)XOBlaBZ9@j=j*LzWWZ5MQvj(3Wv|kM1Ptf(Dtw-5v@X$sfx-%UlKru zmBb#+ZBM{V8C2t|3NVnYig%V@%p!b_2(vpdbPT2AnW*0l)idx6I1bTd<5+_?nZ_fu z*(P{>F~i|x$9Ayj3F|Rjy$Znf=#4>#G0^b8LbWl!SkEdU)(2I0X{QghW_3*yn>_)CwU;T8y9;%%@FuW!WC}+-PNWCc$!&$wX;A-y$+uyr9JPr*F>* z?bF^wwtF|mjN9%IY=@m03U9wsftpC*8}jCeW3E*r$eQ;oj`-l|D1=4VPFa+b1cq0| zensP-`V@vT`&HE(A@}m|+?Z8W<*GK*O^NkB?kaoEqeCxuMd+aJY_8LnUc7{OQMHzZ zHf4EU0%G6GyHqw?BI};*_g0UF7mqu;yT{A*j$E108_)LEjF!yMkw5btCS(q~xByX6 z#f;$S#s=-|0*i JiTc_d8>l(pWkxHal{Z==e>~eIZk;#MntTD-k;5 z1**%(SJ?vQj((|sJmt}p1-V|3M-MmcecC6_~N9#hV<*O^(skUO{ zEZ72CuyG2ls+j(09I6@{t3<1oU{^L*)H7BLQ#IcTLiiWeiH&br*_>C@Lw7Ohb`(aG zIhaBmF!GVQ#DO3{MUN^dPDjHWH1)^1g}MxJYrS`-I$?LDC92TdBX9naTt{-p5UbHi zea(?5z+rS=1)F3iHnJF6nDQ+7+^gTtOY1H-=iaxqll{55nc^E0v(`b2I^d-7w&rp} zq(wD*4CK_F%`^V4%mjQ^`)3)Qg9~Y>h|jpllHBg)mz3CISLzsUh@bDLkpnsvwe;n| z9eRFkI*3j}U3(k0ZB2{s=9Y9q6@z~Dq-530T46WeWb3QQ1CqRkeB^wSJc-Sj(XYZF z<`H%`0jj5jaW9EC@RZ1p_Q!;%bX3*P*Degm#o}$+#VJ}^tAI$30E>dM$QbS@AkwFu z$aanAbtcipRJL|Xp+71Fe}?4pdIj4=^>Th6pWiH|F{ER4(CIUSmJ4MnR!J40~!gil_RGo;d z{M07A!n50vZKa}?U_1}eRAH;Jt1bs)1hk;p7d$uVHagL4X@s$}9>nEy9&%wNo}C?d zc(Cvj_ZL1zzn%dONP(<9-utBEh!>dI2vlzRnmQZ#-nNvIe@Q0gkW zw>IcKFF$Pr^W!&Pp)LFxSX>A%5Vtk=T8%Gf9)x>tIbh>Ru}8yOifacf?_4 zVGfS2TBFH6j1lscq3dh(b&v+zeP2?^PPkL2dblrInm?38XIjcuZx)Z>}2qEz@JxJzC9Rw@2zy$z@MT- zp?sHpcK@iWZY?r5ee;)1w_k^ULr*$=Pj#Ok8#m2ACU(Q`XL52L2@vS2ZLjYIZ<}m& zD{)Nz>OLexW->Gtl{4e!26^) zTbpWATaYy;bA0tW!PB~BW(l1&Q7|`DPi``vN?w9rQfXGOE;r|}HWho=-=cT!e%D+JS zPwKGYe4_!>Xg)T%Ng`q)5Xc5pa9LqM)|R5Q!j75%tW{uwJuX@LHX^@0J(UTUy-$!A z@ode6j>EMH9(3)4gRJhJp`6ECx&OR2PFJ5$QP(F$}xk9ca}60 z%6@*crPZviY%t0VW3pd!;If0L|FNA9Z~F544P4S?bi}%9>vGv4a8BA4q+TV?d?Ws7 zL^)=%ZM{?yIM`RMEY`^ z<+us&5r0QV{B!57-R74krZ~@pgVy$6;vp=8Y#`~nDoXBtBa-F#RtaN_rp-!7x_7kW61{s5cWY^ z+3`0C_q2E@+#`W{VN0k@?V^7>Abj z2+e`R1o-wXWx^7!ohg~ttV6-4CCHJb^X~;s+20C8y0YB_MFY zxv1%_?#!QC3_Omoq+L8K58FE{wp40yGow_jzsa(PBLLkl2jKxSdEK|>>f~y@_JljO z-ehRpY)yW^r&8{?{#+LK;4vkAhRq_VkLA`q0 zdtnE(`KfY$mt|)RD{uJOw4-!`uQ%dC%kee^uZag^Hb8aH(kP;NO$_^l?ysHeU5Q*C z+i!=T2Z<_LY^}UCjlzH&Qi@u3FW6SwwNr5Yn6JZkt|0jC&M8k8gq}+S z8k#R(u@K)UdPl(M&m(0VjCbPlY{j3RS_0&u^j1+wpXYkX`s5*o!7g4T1HUlSW@+>> z(~xa^iBIh#Z^j@$4f2RB{PqEX^l(`y?{mGzAI8?kO-u6VZ^3?S8Uy+?RTn+jLb=;Z zofYibVjWr;op-~b?Q(BgVXX)MZbKpLB+`5NUPWg7r>n?+6^H-fD9BdRw_j&N^jj_^ z3B28!+5>!C^V7MY!0JikomfddHRac z><(XnaV0@fKvz0qaRRSXrA6j3%5GD`G+1s|EO$_%X44*8b_zv=U4TwwtD1+9kS<7O zzMbVLO70RP2Y@OB03LtUWA;{VUp{6oTc?a6Yf#zxK~=ZRqZN&!&Hq-*{E?DR667z4DT_^)N5<-MV z-BVdu)w}xxXn96FEJ3UHCpGu}g;ZAhd<-i(dBrYcz*>IgvASxiQW+R|JUC8T?3-W& zA4kA#zj(hh8=7(du4wz&7xdp#{gjDj+uC5a7pY8dj|c~kAdk)Av(&D2=d*08KCQ{6 zR59$yo83u~Xgjh!|LK&1V(3?@m(xO=>OSX6@4j;dUnOSRg|w!~Sj;ySpgVHZ{mL|3 zqiJ95p-gu{sY|xEmJT;B*OvA!UE8Njmr2)_^9Q>(vxe>S=J1+TE3cW)6`O4uOoQoJ zc%G$DVgYutLlh^wE3`2NvwpBL`N2$znSq4s+Yp zvq?-*3WT2-`o)7EAen<*Gxl2>5Q_R@Sg3@xj~QZ-4F$gj~G`>&qfE3yBefW_DN!xqOO5!I5jQ}kmB%!iOQQMyj z&J{$uyI=~JD<~b3oZ#(LRXnht-Th@~i zh(G9iAp9VpeNuk)b!+MFgW`=16zA)Y?Y8T7;nj>WLaw(Uw7Bmfsi7#sn&%>&j37D) z_C3!-n4U$yN<(83jlV0qIKJYsCBVdVuN~F}w;@Mf4*$)=3@^@yfH4Z8bvfv5!5+qj zj5=6|4v`6*<4NMxhh9Wr0SYyW(u|+=C0pgsEZfCEw(|&N7>KBvEfvaQ6qRZUi5dI{ z^>?9uG!cpMut|@8ZxawS=gj^U8I^+p$hMn93x0}ngm8nv)jVz>nD0`M)ntRW9U=kL zFZECJerC?yee(r#A+E<;vNvU%voHFaT4K7tuz8KJ>CLmU>3cy!``vwym`(+meCk?x z(w>V|UP0otjG&&lX?i>h8G|FcnXD^DsgjHXV%;`J!BvINFS%<7*wm%D;@ljj&d>q! zV#9j#+sHRFNcK56>3ErT4xD|<1Rs-9JV8|_Z%@do#*6G}IzL!_01!QA!w<%IC8@)H zejOe?nwui;h#Wt%&RFtL710&gx-B;Nlac&hEmDD#!z=vXyWu3}CFR20H+h(@7Vh{rWT zbEwAOVs-%O=Av;(Vy18}6}C)}=Wx^4A;6(e+JG84Wd39YVTGOqjuSD?1T3_zYhAGl zF)Z0Pp<6;U)JJsCfK=wEs))-%VZ5S^AO^H7`h@eirP@Y>->Sn{MW?Ci>7CqP7o4sb zYa+Ux&|8P(?UEiq1>+mXLpk#cXbfr>hPc9-P>vxzD<628*0&q=(ULd>x^7uhJLtZ( zGVwSX?SOtjBCJ1s zrHc+fM3jH$V5SV%x|ZknX7+PPGsbCSDOgjDiv}Z}fMO3tCKRkrME%V`>Wf<-1<>2J zDXgA#x6azIWK8u=?cq_~&;%hPoBFlop})sBMB+JAT#W&9k&^!;VFk=znw&+sdy@Qp z*SDU?LK0uJ7-2Xj_743s!#ckIvi@@R^5%nw?ra!L{HMR3OVp~rnJy`ak6VR%y#Dv6 z5`@su&+)Jt)G-}%X2U3s7(AlHqT3yd8->R*i$OnQq6YV!^(S14(y%dU^S_Rx0dPTj z_&wy$cdx3N^@g!2fv}^^(ciAH=7+MF9BU>6;-{b3$u(9w{TtdSBeVASPl);Kb z$AdiSgx7{CkB^K(DCNmX5}$&)X{Y~?T+(q9<~&X`n`yzVw4Rc7Y3R(>pA(7@BTmWm zi^WCFmTHGR9bU+edXPM*CByhFtuAXH{p4->LvAG3fy>W2J8q5BkD$L+__=su^m-e3 z@$Z**){}^h!HDLvGvMYI!l#V+vzhq-_~pT1PS&WhS2?-4_F1Q1!;if+Z42mK&Iz;W zWCCtHZItfDIf`sggo?TT)3uJ9jmkBVz=z`XMhoGeHi|2b`SyBD%T%0?1oWQap7Kg} zQb{e{U6}Vnx+wP^_N8lZHCFQl!L!|>UP7C1MefaAswLvTMJb6Eh?VvIN`0tpBW>JL zPklHW!|BhQB9ASf|IO@+l!Mhy`Q2shL;rsjh5t5G`KV6V?X#h7o>9{U)13=iVdyqf zPemSY^*5SF^R4X3GG6g_Miv^%X->b_sWUdb+ubp%h* zD4guD59!rl2mR`xX0vfN7xe5U@0J`J7p|aY%J>q=aO==v%PY&0Jg?nynN@a?Xv^3g z4~vLciN$2;B(b@g37^~pNX72~X1c_%_ncpa4YJ+VJU_;aa z4)|SL)YyF(0DwJ5SJvL#0b_GRByrUpb>JRiOP1nlq~XRn@EEyZjQ5=@r?UqrhIfGD zy-npim4>n`m#1mK)~#Ij8w^oL=Ru54+&BNrW`GGkeFLC6Tactv9a7R}CBs0*PF;^a zOqb-Vivf-e(dPgeKTY7#2Txp&s2o#@LPG@KAG8vTxD-403@<=>C$W?;Pf|=4q;N)h zb<6?VPx_Q@UchlFFYX)W=S>X@bxvzNJPQw%d)w5&WlxsPR>%Qw%tha0sV_DT%0fGWq+L#MQYc2bw`+xT_hC?=Hw;p6n zZ@WupkEv($h{&Jkv@Wa>5TZS4typT;k{Y>ToKf%3c3jWA!la&XUSO^!!fJ=O^Gu;UsrH^% z8+t>~=nfLDKfyXs7L6yQ=*Gh8OqUD$!tNhyDR%)l>|!}e)+)-Khk7ih08eJ@FQ$OA zIUBb2xwQA5?1}!Ax0Z>NYd=3%4XyKgcC{}8dm6+Q4%DCRpBGe~+!;;mnQv4gX-A#H zPHtqO58&ypKa1^LEP_XMm0?6Q!+x9Lol&@TS#mXv z87a5paf@I)EWqSe2#;q6dO8Waea(9~O*lxi`)fywHZ`eBj_lY*ZYR?Ha$SJ8Ts=dm zzKg#7cO=Gy;z3KXCI++naxk#DwLmVP20BHq?N1>_NRJ0 z&kzhl=QuM1RM1O8*^6EzCt)IsjdVTYp~#K5jwcU$J#eQ*7e|@y%~dJ#hGp3e&_OAi zUuCOk@t=J)Q}EQ1Hx#)ZFz{YGIF|JqeM;#v3m#2}qx&p*v!SDz@u&RJG}I==G;D^Y z)(o18t==@m${jbDY=hEkb4@a=wd8CSNglVHd)pYH^biFxJ?fA|3>V4c4LRHww+VU~ zR@PxWgB-X6Kk;oIy|i};&!6Jj5%1v*Db8)10`?~v5cnxsT>MR;GbrRM4(aSH6+v{N z>nYu7hKYxlOt?%b!&G?pwdV6tb^i9x>cOF>#mSHZ3@d|}{vq}FRvx|~rj0SCo~sO2 zr?|Pex|{^4^Y7;Gp2-e`FyrF7t4>ygq(mIuRr*bPi}=!GhaQwYX1?XLA#@zPZ0v?# zZy0Kw(5UMCPL+_i+UK>Oezwy!_Kb{+G+Wg()oA9zRZAg5=?1tVgE8kxMbz!ZeYof86i5Xlt`Jo%p8xWTDKeP%=$C=9GR8W8TM(_#6@Sf-Y zoE4tSjC)$c8Y?j=5`YCAj(s(Io+9vgHv*zJpfaL^lkcUfqlWkGGkT9$oL7@^;!rP^ zNkfzBk08iK0FJj-NC=v*Q_N6K(U7bhDrj_1X~7C8&bWh1U5ffS2gwp&MPRd-s+Z%m$OS2&K)1dIrqw^sKFO4)J4>--O)etqbL>^3k;nm^&L zijUkF>1nh?^)rbvWQIG{(>p-l9J}NT&{OhrSd;y=9!+~`zLVkZG&Qw5@nb71uNXC{-w3_2Y zsx3OwT1kOt(F`o=K@ccXiILHDQ$p#bE_0&$eFi+ktnKdXP#^Mrnn4zv86g@%EZ37= zKlI*Mw|YC+;rWS%@zzFh1fH+4`DQYg z;nCL3QEiEpd};_5d#YImw1*Z*rnyOI)^7|G`d_{ylA529gPu5Gos^Fr3DggiLymLbn|B4kJqx% zYChOapA2*_ms*mX{@}k0@_$4SK*V-Eb97|LIC`9h*>PZM`nilkeL4Mv?BP}k=Ev0| z;qyHq(yH|1qLcjIY48_)E{&9uXD^iVBM4oWUeUj^Cvw*8#qWj`g424noQ2Ym#-Oa> ziK7%17m~sKQIrax4y*jYZ{7wf_d>H^vKF^4+E9#XbZpE&;ZBe^ElUn51UWhSS?XF8 z-@g1px|U9q-lY5I=P`OZh%pZ;THp*mt`O1PSyH zs1ug2IB?PT*GnAn|LY6(-!9M)wLZYNOxblt&5(tE9%b$F9W($SX3gSK8cs@#VB!@( zCha4Jf&ik898f0D_7hXjebt1uxx{^uRpADx2(o4BZHs9+i7cxGbKv0#%GQz8KEOXs40aWl!c zvr%IhP)!FViOGC1l4$wvEuqF^YBH8g8+gK9!@eS6-%89))M5f&eGC|LWRZoM0UoVF z99vSM^XLw38`8Ud5JRb-NLRtp(=p1VtRcn1Yy7#sEED3=jZ&;FR%c{B2<`#u<1jvx z%5PZ7d>}%Hll>+2sE|F!I~GD-Y$Ry?SZ5FdQJzOltt58`4x_d-3BwqZq;-Y^g);@o;O`69{hk6{)dVMT4nZ|~nk!u0ntrw!mkM^FQ$ z<9?V(H?)N{ILG-@fE%mUf$QIZ)6nXtI!}#iZ7`?r3sR;{w)Xp|5;{cKD&;uZ!Y6U* zVZfh0d4BL=l})7_HtxZo1Rk&tWLolkMn{F#?m2#+j-Lc~Vw29;*Ag9zT1k^2_dS5V zSJ1{9TzSqBi@1Q68e#01m$#O>P^r0SHQa9~HQSD(Q)=hgSU0;Qv4KLxjbvfPxse|* z1g7`6hGWIMnF+iy0KNUa0FHAhT=4t6goR9Ua|$?+8xJH(UD{Cc8eGef8Fm05*Zp48 z#^*}EhD0(Oc)A+`bkQblsm5-9_OfvqHiiC0|IM*}Bl>4C$8zYhO^(o>FTSuHSNtZb zVxo-3c!|LzjOa=RI$FL4sp^Fq7Oj+;b3LOHTgH zQ`OqVG)7*y0SX%G6nXoLhvlbE`Y0hSQwLF4qx50gxbA7K9oc|XO49;eNb;oW=ZGdI zuTw;#Nrzzjk&)nS+TS;wyBa-TE!a(0t? zNO#Z${?%Gc4flfTg!BD|W=#x@_(=9{g(=7D#kpGP1w;#)&ZMQ0VON;w&k|R?%313= zt<7Y31Oq+oLV_MJgJ`yWUC;S}RaM=-!_EpJ1ap?&4*coffpJfbCZ4Q-u;hn2u3HBP zd^H+t3R{qhv`Vg%T^kkkLiCX(q4GpZA)>s2z5u@lWHnVT9)Azrp{aE5cULXYN^`M+ zFGqnS<#mSL3`VeS{0Z?4zl53Ad>1f)^c{^bG>6L{8o`Vf|3`C~45Hswu_+EyI%Wju z*IEDsFC^re^oihiEjEopF_0#tq|nSnX!o;>Ki)RIr~~q{X~NHa_8aK-^l!Bvb+$Jy z&t|u-?%Ayv<++MW{X8CP6zV47O*3Q@Aoze=|Dcx*8W25Px2-PjjWHjLoz9745bteM zXCU@5%Ax|12sg78#^D!~P6~!@zd*OB)j|}BlvaVe3cI}G5N9AunCwm`aYJ-Cmqd#b z#&?2vAP1Twd(dC)tKBHuO-5cD7Ny~?zmAnfHSV@D4Bvq){9t)aUx1DBlS$w4-Au;O zr1;~xah4vZXt4XAW&|V&_|0DSDa!GC2%joVdtBW>V+QC?mTUFlYeE;ySZa_$r!p;K z^x@twDIrsR{krH{LlLVpEWqd5BbE?f=%vgvUxDp8?7d;*Td;iA*pRknEKzp5a#@kK zVmwfGr;Z8mKne;XpuHs;J*E7dKTt^e!^Ezx>-x!r59G0N8;`pqE{WEf3V!elzD&8o z+{<@ToqqgVWkQGs<)Iwjr;;X8k#vjx zgJhu^RF{&)l{%7fy{a|Q!nb0Gt=mQITTM;1{Z>=g1*3LwUK~;o_MdEAhRp*Xtr_0I ze*Bsq0#0&O&^p)L=Ns-TmWJN6O7AbLq^@j#oKiSPiIaZ~s4^S5Ne8My_L@{9R95F){qr`QG2UCxR!1a@d z2j_Zdb0nJDU8A;ESoK|iAWPWE9(;FbfyOnwGL9rBbj;PoAQ;A~Z`|W2d?_IJr&Ym`?kv&}xg1W5JjKA`dts%Zv{L5GEL- z=a4979ATHk5wVB!T-+a965c%TqU9QjxdsFSrrmbMl3(4=2p!~-Yj-l2hm39JGxz)x z2RX&l%(g=HFlh45fj5H3xAk*!O4UXr4UbRe%PFRxyPU-5^H~?M>qMn{CNrkBw`!h+ zDtaE4$v$qw&GUWIzZJ1xo@#UCrl4Zw1D|J}YUp^N@e_V_fZu#AmBAdeHkGm}?osaI z=9r1#$YTRhBLrT>o1Jlcf$4>czLX7=`d3x=H`<`|;lp{%AGDZ#U^bAp90Q*-#rr`3oaw zD6%qVY(Lo3NE7vHnL&c%853qwh|J#iI}&U(SM~r{OwZr#(E1-KJ;qN40fJc)U6hnW zIAq)iJi$cN+Fj}cZO48rL1n!Y z9g>g$gfa(ikRic8Usk=bHr_0xQ3BammIdQJM26&`Bk-o?BFw!S!6`de71FUO!kGx+ z+vB1{IMx-=1-BX}EgDh6b1}zm@no-xCY5SPv)GyrwA4+%`=Q$cz0jt;cBGbLEN7Dx z{VU&iCE=6(KWg^(I8;Qh{?dc30-|y>mbcC1<^D?fHNqJRlS_kI>0`hj?$x5tQU=!} zR%GG!w(P;+VB;DOEhxkv9Qe6%rQB6g-TRs>c4{2H!QInBU*@{aQJzLnV@}6QErDjU z`>GKR(5BTl(7$A_B`@>V$eP|1hAD$w8;;QrA0DN#yfW8nSXukmY=0c%n2lxz|Aged zetj}7p_e%}GH-1%lS*4TWim_C9+sdc#yA*IOSrT(2;BW&R(#$4sdB#l!~53_ zegrZ>UaQFtd_mQ)KXOJhfu6&0rQvpJ>Ui3a*k(}XFl%nu z_q@q^#}c0fn7A8;*8pSIDS8j3a$mOB-k@TajX3`YWx>eb< zR#wJrBdFrGF;;X;UbvL72>M1c9JJ%Lx0<}ZO;Z@>3>B`ox(g%(JdfNY&qr{bE-+!l zRa?CnVyID&uH>6q=5bIbw0;&e}nf%0642m&DAj>U^#BA9p`BE_5Zkebn=PZ5P!) zq;h0>=a8X&2n;RAmnLNvf67!vr1uuKQ_y957LzujEIfs8Cx&k) zTZm)nh^y{ZemkYAPD--ECnC7APE!_Ir$Ax_oE=xm+VM@*3vd)4!(&90rS7x<4@$#S z9YKXYHO_-6F)P0btYae0TPTmv=J?4o{MUL)uz{x@9%B?pLb4xk@w~hZ!}{NvTw2=B zRVvcy(|l{^Jr5i4s1_CFz8TWzhhC3v_n8+9kB>hWH83b=CjDe#Bo4nu5u1&S3PKs` zx2Ry5?!!!~2tfo9Ip(dh3-f#djb1ptTCGh^S?VFyN?Vv1SYNfv{hk-C7SwSwrxdpU zB%U9M;+A&NagL_5(6hsN(WNj;1O&57dDZ4MqP5**>yhSvxsWj;ZDK3As=Yv;3}j%X zfbd|sfQ%p*SE++I@)q+@70eWl($@zPF(5ZQAfN;;3}}Jy;JC)m7V{d|pZ|?u_Upyt zdf;0k!un66rv6n#{|CmwMOD`RdvDuyrw)tGD-l42#>;jb@V&S#`{&{o-cuui8bAw3 z-O`mx>Ell{M&Lzl18+NwbqP&MQOSk|i)zV=ecGCwkNoF~CLP*T6hbbD8Z4Mq{zks4 z<+3;0pL(+_in|<5rvKRr8Zrd98q5MTnJuuQNQ;vsad=mARUIq`hlnaaD;soB$oWwH zO!nRmN?Q|pwCEzS?oF^g5V}oBi^HNJh&E+Ulf0ajUXY6C8zd}tuwkNfxYELhosI#2 zF9>A}qd8MP8JaYxZcf)+yY3>I{nXAmhDphX#TcYrC9Lb4^CePDjyfP`zj{xL%h<8^ zy}K1O9x7{emlM5+qq?m)RRSdcif7se{b=P!n~T`T{0B+6WuIXO9)+^y4Q={Q4-I{|6L*2=CJNmF9Pa(0}+|koR7~Dn(JNvE`3azom zc5lbSsZV3X619jrV$J1lti^*b1PJc{-(DMA5s;PT$bK!bY!S#<9FXPBiAG@-8gl8M|!;VSWVEP@>g;lYV zDINSXCus+;>di@Z@Y;pclRFVIZyMgd9ASp6L{4b_U*P9+4en-;xx5>iY|zvb0k*3- zt)KjVu;4p+VtAle`Y={v$7YMCZ5W)_5TX-YV_oYH{z(2Ah?VTxPC!VkPz|atO%?rkR#x~}}hwp5P zY@o;9NPf2*tI|x~cu}0ilfkG~o7c4TPT78oeLFS;FAQ~+uldFU!|3-J@UcFqUJC?2 zAe0Zk-cASDkPMb?Y+YTOkz7XAZrN?Zx}8;Dd_C|wF)V9GA0Il<&+8|Y@1p|B`<~$d z9nEQm((;t7Gfv2|dBl5x=8C`3p=00v${OZ{hJ zdf#f)|8sbukg27KDL~d9;AARlXKerdo6gwA(8;MubyFEd9rbGyu|ZM;k^sC)MK*rk z8?_*>prBa_v>1-yRy8j-(-h8n%+Acs@%+9Ef$weS`6$Rfo6@&0YTDv$G5u2!Z>CE# z1(8jzUxom1wdwTe=KDA6jeFJa%j*H6m!Uhh0A-oX8@~^u6{$})N*t*-70H>9+EA$9 z1XEuWX;>vmM&GGaqkC66hJL|2eRrZNm=mgnbdoukr7#Z%dmtps5{*epQjxte$_hQQ z#BiazraWDC=%)=OIBg=m*%6zJu#+<@wSh6}PKDj^v`c7-2q2w^Lk=-iBc_vCd#KZl zmg+_JxATFF>Z*pC_Hcv&ETFutR3Llume zIkTs*d|KnSE&{Q+&9t1DjKF>(u&}I0hMJ6h$l@`lA{jSZsbWvVfoAh3?v8`(4`Hw2 zqrjudpQ5%m%gEq-sS-=-kNAVp3_VS&7QwubqL62gt(IlKNa$>$iHxkLbI8&(_T4a* zHqFI8%{rJ)c140X@7xUs2F$VPS8Hh6^n7cL`s_WPxn8KTm!#eo#(DGK3e4`vWpDDP zhNMU`iHm6V>JM43k2Dr}D*3$Y7pH*H`h zuu^V#^B67w;ZL*a=5@tU-Ix<(syp4_# z4+5a>uO2>8h&(O{B`aC>N~WBCWuruc@|DEOQDE}r>HAA3bZaScC9YV0#O3^koP#=+ zya+7TBdL3Zm7PI^z1&-o4$euS_D2Ch&tnZEwEI4Q1z?57IwZJ?DRIl%U&rz1OLlq@ zf3O#cTX;lYTZx-s%(ax?>&LmycFJy%BQ+(v8bBe-%5kfS99%N3MNi5*QU&MB=V@?H z&k{+5*5zHeSz=iJ?bUcCz%^bk$ABz$BUE?#5SS$>KhC9YHNsbqYUNw~3yrr^APDGS zli{Z4pVV}n{e96?z9HLHAZl1E$`bVXykymR7+HGrFf#I4*8g=B`2`z9=NpYZ4ReLU zeu=(&G_Sq2?mBl#;=g@Db*bK1Gh?kw5E_T%kv+tzpVK(8L;j(c^JDO?4q}Eu3~a_j z$6cTI#M2!gWhN1u2ZNEyoo*L^=i{{M`Qh{y~aT1S_du7`s&|!PrnlRPWQf* zh>7oMi~awVuVHR#r*HVLG!H{NkAGO8lhqXeaV_inRLcSB;{Z*D|JZ5=nxthJZR(1= z3dKYMYLS_uIZ+^{_QS0|e$u?E*)Iny`XmDmwzk!jcgcQb0> zHs=9dww*Li8rx_Z+qP{q>VI`+ z_Paate&2QNnfGk=oFwaHo!#rF=SKBg2O8Q)2Q-I}-K5V60daQqNNIbeu^WE6$kj-F z&=UCbBBAb?GL;ZEU-VqrU8RS+f+vD~5s2}vJyU$N2YJ-HKG+#^Sf+l7#XbeO1I9?& z^uG{zjG2$kPo+vLpdjq{EQ|C?`wXnZ*F)`^-~0aYI`l*@WVj&5V#5xhg(ni_lj=-z z!PcRtlX2==G~SovVj+$0O!N;r9uxR0ZM|a%>%#nv>iI#Rzd=9slta?>Tnb^p>pinQ zXFlrBhBa~}E)JC$Vp&Y>Sd;EiAC1+55!y+*Gqq^1`@@+m@Y@iUqO7TpzIoN_c-D=^ zFjI@;!QVxfv=n!bdhF)B?xjZF#Ku823%SjQaQIN&Ja~GDIi@iP=c>bZ*Wr0}V9sQ4 zDZZtdv|%75(MQHf5-|QQgQg>KrHE_LGbiR_V%I(w_fco!2i>cv##FbB#7+QPDMk7) zs~lxU^U-nd(>sUf#cF))=KCT$q{e65^BPB)WDAr-a_Hf(T_qD55i?!L6QLogr_=EG z>U-1=4Z)gdi-R#nU@qrfxV_qV3*%ws+soO+^JvG;A6NjHa;ho|H_BBU^aVD%;>!_~ zii^nBwuLR*n86X0g}e1thsDumr(xI?^~W0QAJp?yE8fc|3%)9ODEEBMbZFTm3{vb1 z9PzhhNSpX}m_6#{&&j$Ogsr!>2}bSP>GYv7s#9KpeClD>ueQycPBDzv#VT^$&(VV3 zWcm{Pta8$5j@6>VS{maZ~K&De77+NM8McLt-2{CNN*0!{%>bFVt#DtB*joQ}o zQ>S7VUtiwOhFKFq$JT|zUOXjl8$@OE2++Qe`w4>X63F$P%czk=2XDbQo6xLxjT?Du zpah>6%27bnBKw!;grNntKV{%bz4*<-2_X!pXJv%N!R66Jw(0H6sp*9nIMQ<%CFDX` zM&>E@wdsvWZto<-vPaCl#Y>gQC9-`>9ur@;S~BWkLAX-k-aUVgAk^`+um_h5ld$=n zcg0O47K^gkt7upp*H(i8!4=NrL+`|@%ICGDc4}13R%w}1J4ai+Gm8B!xEEfy&cjs(C6N9V)ykKi&R40-Az*DOC5M;X04HoG&v91qe z{8I$15^vpju3sX1g28yYYDeTbX}T;fPz4QzWj>bhJ!z{2w4W&vw#`5%$+zeL;ZFLg zKrRV>re%_-NNl{CaVup-AqtryYA9}7ev=}fx+RfL;i9V&w=(Qr$iR)puq+4mQFJ}fRn8RUvx|B zQVQn}C)@0R9-3_SYz*^3-tJpAHLpMz>BcQ!36BGuv7AfZ_uJxBhvw46fkSqCC-@M% z04Ljnc=Q>1QSzMeYc|9za5v{?rL}Z=y@mT1(TF(qrKHVKy$7jgvct1&lJp{NW&bgG zjZSVe%I#^e07CUXw;Gm`Ub@F8gm$lSME zEPzlatRf3=xA5BY;Ca}!+~j16!7VN5V02e5l4Xu?1gOkAMAG*UNaV|`1V*Af57so? z1gUY?U-dtnozkw7Tu5%#GN%mJjtr(zamy1WJR)fHBJ}216>PV2A*(S+5o;dyL+rlZ z_X=<7Bk_d2@jGl?f!9ZUGrQA929Z&^+O`DeUN#qfZ%!M86|8~a#6I)cNA%1^pI>l_ zr5~M{g38WFloOc_m>Kuo#P~||if#}J>+>H(e~<7!b1i@|<;~l_hPQuP4A!gts`;B& zgNeA*-v2=7u0wPdbu+m9*Kmj3Op7a<4ia@GdqA3S;utax(V}0=r2vkG{qFV>U^AIpa#M`%0@; zGA5Z`IkZsXIvXP7D$5bIyPubhqqO|ZmHM;G1=bm*d*NC40_@dWmz+!Mi0cT2f;Qu8 zHEQO*%po?Mndo8E5L~0MXJvV)h0j{-a+qK(3tOqii_gkMwQ4j`O0ie5(z#(RrKjh5)lP4%S|kLKn-kk4#S@)mOzu&NMCu&KbX`}fkI*2h+NN^kBdSRW_1Wh4*`WPCoZ$EEgmg%QSDI>GbF{kP-Rgg-diX>=g!^mj; zX@oKLaAwp(0!ju)s?3Co8cpf3iSGT3Sv?o7E3tbny{u;Wc^zi|w*a|G&u(tku?{(I z6p#BrV-I8LO)oZ_j4YwyR^>jBbA-q5ENLGLqwmVoXc5}NN|e$CPyL>@q;dD5F+ z23?i6U1&Lcuqjs5o5&jrq#aNAM7@Ct)^lV>aQ^l1Lh#Xxv&qqSZN^S!IA*JIH`6Bn zZZ&8{Xxs^$=hSx{odI$~nEyfr9(*ezXw@g-^x|sk%e&Yj2;B{c5S{Mku#(0loMez| ztd>wFc8nf7&M<^epEHR@W0Dr^2owGC3XDKHj=jU+t8u2NB#PLg$?M+NT-NQzPAX@N zNS&C!t`)rMCLzq>xLO=*WTzRmOog}0=dwXNXC+yL-5(mVG>2JlrKXabrL6LKI+|wd zUoVOv$9advyN1PkhE1Q#+O>H4O*amGZuG3(=&O36HHBSXPXK(dG6#HUDy&LE4|i-W z7gOs)sH^u$YLX46i&EnA*IB{X)?Yy*3v=QM#P^LdSaPNQW@K(6wod72+HAwaRWW5h ztXpjYkE2-qq=iQpX@v%M$@Kcsbk(?k`EWJxWN3QpgFD!%fKCT@QGEM7S^lU;0}}kk zZYAQ)*TnNgWMG7A{@#ry6pcE}Q2^0Xhd%-nkb&Vfc?HVnmKk<;hdT!_Q`G$7TmU*~*5VM%lefIy&*_+xwtKm@@3oCy4UA;F0-LW)5K zF~!FC?ZM;bePJ;NVt)L&U=)MO$BZ%NPXjt^u_OVBg%xH(RL>sG>!+1g4po}xi>HkT zA={V2o1?v@3LO{o6y0J*&W?R>B1wu>6V=BI^@11g5(5@RW{BJ1BpDEki6tQJ-j9J4 zCBg{RCE4O6;Upf!6dx12`YuzmR-v3rNQ}jlyXg?hLOc~A#!U2*(I75Lgc)i`QX^Pn z()g}=ByHe0GJ8#E!t#>~ddu4u?ls1y#w`1b@%7%2wPLzaVG>eb4_0R;va?bp(OHe> zK8#LAQPw_PgNOz6X+%1xs!- z5|U-Sj(A>A@=?!9FyaN~w^ml_ZXm zG`{S~0}xv<7LJD%`u&xq{)_#;+2;!}WuoBp%(%0S3gl9; z@4&yGKqMg`P}YC5wf>JukUvczKkLAa;$&?A8SlO4uWyO()y6#29x>LHo@BXX9=uarhVe5v&ffe6m!AY(ZGy_|x-TugeJ z>mz>$T1@3&x9*871!h5*pJAQ356eeWazZp}BbX`F@l)%h(j|XP77bNJbVxE3@9 zt}i#|H_T`;6aIvm&3FT}cW0mS!9NkOvobybFhigd4@fD_mSakwf<`u8@L_4KAZ+E!MH`veb2uRYNG`ovlsAQd2kTAu2bM;3?q9 z0NJf5U)tV6yoS$C&IuB)6ibkOiHl=M?PpiiMPa1~&0%>fktf7SVa9q&J>1bI1R87p z6&T?D>w{4ps8hi1H_%d@-Vn^%(?;eX@8|erHkzTJUU`Bj?lz}+qPD0Z?D4HS$~vqz zyuDr6b*yt4f@X0&wQ12O$uwveTYSIS!|3GgZb8SG^m$#B%*X&uld#K5E$zZLvdGyc zZ&@mC`9?YFnlY6NhsBh>pP9my2yG$QzB5nJ-O{zE8fbtpdY#?H0?R@Nz3_6vU+c@l z|F&^`zgYxHOrm@mQ$E=8$(Zrh7sX*{0&eo%6!GJ}pXzhonkR;NE8;ie1xuH)kqqMb z)(&?;_1dvQA;Yeb1wA4Qx{6Rj3#{6PLTS8U4qLN1eKw22)8?M5XC6n~`$5K0XmxXx z<^Ff?oP~_nc4l@oWn7r{Jq4T4m4WbAupRF2bRS$his`h_B2B5@i?-XAj!_;Mk=3W( zFx5J#&}S$gw>dhVptoV}xtJ$FldkxS_oaX9&W#khf83Ya_o+oQ;*_yU@s?3mNvMv(#0Zy_qfk=1iggv2 z6C&&I*Q>>yL&IWX@R@DaJhmV7z!5IKf>BD6a==xPiE+{F#2?pUPas-4RZ2LPp^n6R zw!Yzv11g8C^HssVq6t(PyC`w-V=5mz+@>4j9xV(x=IVH`G8&@*$s~r3Xvnnpb;mmANPUi3}{xRI>IqGIy5K(YUXI zO17?xpFT&10{mGeA4qw;hmvPaWLfW7CvR=)9>CELtuKKkxDRNhix2B_#zK`QXPx2l zs7$v`yn=S@+Tsr4g-ZH2KyTbMzz^~#?}Lh*E1t0WdlkQ+;rbSsbVS*BUN@|~wC){4O5 zu&F}gaHe?t&c(C#BxSGS@Vrm55H8|Q?!}$O*f~$`E}Dkt4hdI{?3V=Na5qiT%9Huy zQb#_`kGVn+#d~Eb1?{e#O-cK8QodSpQ$36XswpZ*qY4y!kCT7Rbu`py@U8@C8T=G?P7SiK?(6lY;5*1y_S547 z+)dNFKky29USvie0QHy`pqlzCC(D1UmaP<*qX4<}UI0kRidc47j>|-A_G7bk0|8NKVV`!meD-=E^33Arv_v<%s2<^041=B2;y1ttNgsM zf*Mp0b8hMe1AP1}=!G~bq>O+VMPPo?Eg69 z<^VJ_rlK^Wab+r>I+2$?v^n9ptuR%b(MTZ~7(*2QB4jKJIg~21@6Y+E5}XJ;-fG4y$xKKOO5+>NATN(z zQx-cvC-vbguK!4_KjYS2hYTi=B9H)nz$24qswWwrynCNvy~*k64n4nYn#%tSig4+U zWR>R{S&15OjQboh7fva6g1Ps}Cb14RN6Pp~oSA*aI++W~S@A?u`KBxC#HZkLB_>0V z?p0y%G*?L}Noui~>TQa8nqQ(+YoNmSc_Wn3_j&S&V2B&{Ag^i@JUWm@n@nMfdTg!p zeQS$l-|oNN9(gzL6Y6M&F>>p$?TecnhKxfNi+#q!qAr{jv8uBl>wtpuVmfYVt`dJk z+)A8BAm!1sB}muT7f;B*B9tYR(*z^}(s%fVBB;xiBBN?qctjiv7_1e}MVALO4SRw` zm+Ot-6DHV=xnV_Mp6;T|r7N9;ws=8hk0q_fD$wh-k$^Bp(TOuNmyCr4ES`Db=_3-C zy4^U9-|@9fyonh=A2}SaARDl6J{>w-aS9Bd8$2i?wL}-NM%7>&yjo&9qH2-%6+#}a z{cu1_I9yHK2O{|{ReFNQN-wJHKZSV_bEcG1CtbcntvId-O zIsoErcky2n5dS}}Hr`KTZ>(d(VkYRA*VmnKX^_{Au({^_RR=Gv-I zOwEgQc)A_A%AFfikG{dKE0jJ+<&Ol!#%$0d8S^i@Hm=`MD^^xZs7<%^Y@7W0Bz@aW z011f4nhGsliM5?L8U1EJj3$*$+R`#zO2Iqk1kahD*h`HOaDQCW^CW-fmcubsh1xk_s};o>gSw?Kpn-Oyw2DLoY5`QlAw zsqksFpDsZiWN0GkOF&5v1@4zY*p@f}OgNWNj#UucN#9AxJ^>pXCJ8e~+aoT}7C@L? zOr+3>JOn-vHJ%(o%Ywcn1z|1rn$ zr``K^5_uzqf9`yL(>veV^BrVf`=D!6t<18pWAb^=B z_|M2KeuB-v_55B6TG4>r(sR60O~lIwC9pL56vYLU^$2Px@ED4a3RC|}*jE{=eS6i* z?ba~}&?p}w!f{s<6BnK)hYff##pSbsb8 zg8@{rZUHK>{4EtD;z0SPF<3pj5=a__4Dt^cs}PVJ^gHC!&EGe=(G1`Tk7`0%_D!8t z22SLJ=w|U6NP52@T3MihKm*53g=`@y5{8957M?@rWdfzbRNTN%cO<4Ri~HG~iX^v) zsHQm()|yB3eVrw8zesnqOs;&PS1C0(Z$dqG?(E@KCO^RqV2LqXi`lcm&cdpZ=!jzx zC1Y!2T&#vTHINS-sMmAMMveDbVXFjURx-5+Umr`kS=No&cgsdidQuSacmL8&eCmYk znk~89aHRhAgT>O^IxOm`>kB*$sU~&PJjewI`dP3q{!Q6H_`C0nURgcE7l&pXsZZK(rpaAXWJF(AvSkiff;J6- z-n|SKLu5FMdOc{Co`4#nobtJ;1!#5_Ectm+-jykKbkka!vLG4JY#|P+Rs?uaP^vgGB2u& zz1fH;-LF?Szjv!69qzD3~|e;M#)THm#)JL?+Pc)%lhlm{b?LRvxzZJUZ{ zU5*$wi(4t=;u%q9h2n6 zd6NhJS(sWMtQCZnMw248CtC5Jm^5d#quGYsj0+T#GP@>y7lA0InB|fPdal#efYh&-|Wa4DxVD!(f`Cqkbn(C@f|LdLiuMh-&C$v`>{TE5`(8wiG zaMr*hw>31Zg-AiyC2@Ml7f2Lrxn5d)t%EtHPHflDa@_MH^JNb--bSj#3?4NkxL|mU zn(`GryAwvD&_b$!Dpky+ZSqblfF8gFpa*aqL<$K|M#4wQ2yL`li-OK_e8qFRK;n<$ z=r(yG@>&s;#uXItw${Ik6{P0>M2e7S_wJK1g|afqOex5e=j1qGTNqN#$KI<)e=m*Q z6@is$GbjqI7!vR4GQDN85}N3RH)>m7ZR-j5+oqW(3+zPBdVGBR_)7husZ|wyf~;%9 z4k&UT*-96%X*T|dzW%bP13$Ly3dUHJ^UJ0=Gt4CC3)nOtmk>{qIq>=!72>PgC_fP}9Z3Y3gO7U^uGh^XzkQSfJ{XW&|# z>CPEzK=gHukAouCoH)E$N01HRgp3X3CK-PIlnlHU*F!iM=9u2|`X>76gpzj3tFH)` zWD&_be{mW-hS>m*N0S_0jZ8dCO}eN36mUVd49jTmjWefOOtS``C1BZO=b{bQpS;~M zs>lLU0iKqZ)zhH(-bqgwrurEnf7rSh1L~GLcz@*EYFd=%(;v=S<~lGF<$yDB=3jia z`zbHoNkQHQ(93_M8RznLeI2OlKc%G35&6u|Qioc~HAq615x0`|0I??j}etXtitM5J_9dSO#OxgeszX=YWXRN#+|m~=i^d^Y;JWYD_E{G zaK=E0scPkp5kAe5>e0)VV)k#~lP0Ucs-lqfV%_eDw{q$J#p|EYjxA zp;1R&KLV@7m8YBzT8^2w3N(^7dez8NV>OBu<+R>vrf#OuDIW7Goc93ErYIX=NCB}B z>;4oGg(^FYE3aznHk*u1tuQLfwn*KN@YZvm-J0O$sat3X)lN4|n$l!_r$>t6Khh?i z`dH>>lFP2xKQ+#1R?+vaISm@{=t`A`*69Q6Jm$G{@VyLWjmsJPe&BU6GZ;yeW;-P2*HLE~heXWxLUxXwHU$AUcs5+g~bayH-_LGj#=>Ks#{3g`!2K zZNgR60!$5|U_KeCucKjOpw6PE#+>z5i$t8+O8d1=Z!*VL?-c6%R>-SaWNO z*3M;*?zLz2*3or;;w@cywP*v~7@{+a!ueMOb?p#^!-2Mp`}N)kJYZP|vg#$+hB--w z!wDe6@beQTy&Lr36CTikH8U;%3$!6%sQoK@&`$zlBfz2MUst+nV)P#maN?GztiXdY z!h9kY7`jRe1+9`*1$>?+-F3wxVy4Nd=Qd<**BkIz#r$Sfpr51yD#_e79;8B?) zNiaE})J7X(Ll|N+F;KmLPz50yiAQPF@yF4(sE71v9K;!pw!J7TuByr930q+ufk4D_ zlP~H`>Kp$ko>?=1Q;WSPj6MW?#I_nAL^jS$-|RzU=j$Eyhvrrk)tI3#y0%~d<*CQ8 zg1YK_BZ;9ewaG^gj_7GP;mq<4cScSi;EHEYNA>1nm)k5D~!I3SGT@Cg+?y?PH{ zo5>bmw`rE0c!$v z%)>?RI_Nf50zlsl5sY~@MFV`5IAi8Hz9;eRUtr-z%g6OU!A=qL6TYn{6GQW!gAC^4N{9-6>)SMQa{J6OlzYkZeGTHHH~YTMx#s${&TIQO zxZeZm=ke{Y0LjtG-onh`AHLOp7vGAn*ZU~~(1eEoJ~01rF6)nd+Q?PU!0}%>nnr;B z3wZkf(SOU#&8g7}d99Z~tOkQr1W@CYChH&|;H#k7YNgFyU&cU93kfA3#$49D?pMJY z@m9X%4aj5B0DLT21s5(eyi=)8yI8+y+}3QUP(aP=HFN+m{aSoJ1B%ZFfQ@B!eJp%*93oxm`WiDa`iw(b+eVqvr z7Ig&-A$93;W?iv4jCoA4G;K?w|6+?w&Fx5UhFyQ@%)Y>_A~rg%tl&cxIgaY?^-;Wk zi!-C8yAiw2rtl)|JAj?5yFdEGLz00>DAlETtEg@2wup%&+|)LMZ*ku4+wp!G{={Ux zE?Ux-mCMiNryZc(46xLE3fh!fU=G3E#D{5yll{zA$@TGYSVHD6hk;~~(c~MrlSAKP z2iQDqQE-Y_01or8X*)@Y2*y~Q{>?bkt>(<{k6xI39Ji6xQUo#>n_y}=u5kw(+FoMM z8ZL0G+4O26^I)goR*D9N+9Ia|%2)#ifxP<${Sm~{yCX)p^JVH_4c*WD4V41 z8V(uI3kFJ9)oysR4pTOqF!$-wIAqmVap zoK9(d-h8b0E#~3tg*3Yziv(IhWaV?xB zZ5K(3Q?I;(yz~@~QI>9n*F$Zczpsk;yRJACfYy2lNVezyGw)!(;rmzZ?Y~7WMvBWa z%lwGH62#sJDBQ+MB*K!+m>(%Ef`XzZvRy8z>sPL>N=rRFj=6e;hY&3~aPN=wZc8H2 z>5;JuVj}s|c3FdglCE#~qlT6@p)t_jQSGUqL63p3wZCBr3=)K*VA%;o3#g$?n6+%I+&{46F|@Z>mw9vW6P4F7Pd#;1)v+>#rs;&+=6| z7|2AVRj4p1QP`o4)+p435h(~@(^QXwG#1aSGW*=iv66=RA%^zro_B}Ne@=$cwO5(<(6_{;nH#enz%@Hl!T^#n$?RFFpfgDncU=%p$5U zPv9{A^(=ChUoTNe(q=%nCy>ka0pEw9Yshj+&`IWJ*t{odL=NU1r1OG8c)7xSx3DH{ zYY)kC(3ZC~(v)mWvDlW<1s++@V&VQ1VekcSxsrqK%;j{Y7*am{3Y`V@??56bc1^b$=CpX1rknZoAXLM)Y9W9yC8;_6Ne!>W~P=(?V-<`~mQ`f(& z!Ev!T_$B@+Ciri^!k;vZk~Y7* zC01hCN#xSj{g4lwlolgVmy74}y6e69tlQc^x%hD%6OUE_3ArZqn>O=c4?Nz6dSWrJ z3L@f+U!AEbbW@(8-FL1J%Xq&R@@ErT;tcgtHRrFqGQ*^bx&6f=b zJQ~~7lYSCBPNKzqnX*K3h2v>h!0iJXq61vq(e4hYR68vQW^t@XQ4w6Xw|JZ#jsd55 zRHQ}RtlpJW^WN5lUec%*eT&dJWx0;OeZu7}_*7h(g0{FN`TML5mIAX!5(CG#jn;P? z$(PI{&QjkMG+E>Bt$=pPScOY`q=YYMQBxO~2Q*bY-?hKJNXi;F(>8V$CVu#$G{01c;`*G zQJ`s6@{G^McZKP3&3h}E)775W(_D|A)VMGKljQjWE835 zlzA*$(%n!NlItfV>V&xnAPoKY_~hXSdeEBkL_1$@L}uDio%cgdWH3w6yj-QO27YRg3E3hig zDAC7PPS3sas~i#UG9DY(H^pXA-}xz_Vfm}hxDHe`kR&=PJ5e@`TnsIC;wAK(6UdkB z2JB~|$Sqr7*h&UgGT2lSC)d`PKGpgxW_g-gG3NmL}B*8&H(5M@}Tz zxr1uQmqiqjH0+e8>#`SEKa%9lzHOut)eXAjPCI7QQsA~AIiG(s6e)Qj1depQ`F?8y5VicNHS5<>_Kz6q?=6PHt)#j?Z!n3N z`uK<1_A_oc{`??n@IP9pe-w0oI|beUFKB)yVf_Wr{3M3@hk``_!fJp1Tu-=AX~z>~ zKw>f&YbV{t6`?~pFNO1twx;=5+U0<^;MPJeim5|}fOe2-H}R{p{SMTaVp@?bljwW9 z9LX>bYc6e#Ct{Z{Z;;%Ue!)_=D-t`z{ z@fL`rnK*I@#A$7ij%LC8Bw$`{1UsGh7*dU)0M6ydbmhpdiVr8WNu?^J>eHhH*a3ad zqD5}))+ZR=grq)Ri4D6iiCZ9fws9zrT%`B$K`U8KZ zkb_t6=QL|a%XDcc8RdYmOPoI_6V~bE7N0+rb5OSdN)h)|CQa3mX>>g?ITyPpG**EqtVMgo$t9z@N;rTG|m^8LpKQwZE zkWID3j41zF+{x1>sej{xYs56oA|(gT=4A{Ysk*(`x4K{s-tK4;ucbG?Xt?J>|E1x! zX?2VzNGCE`*Ox&bT1=zl)*?!{W9K3cpUSlu82-QuLjzh^81$t{?)9UN;M;N){DB=O zRR-iVm$oCGHVfuI50xzIE$7)tpMDh>2nw?O5T{&K`9ruWqnbyvf`WV!5-Tq| zAeKTQJ4B2!o~ef&GHsIVy~H~Rfd`0F;K8?JIdUt245AH8Uuw!HQHxk@k_ydlDlFz9>j)E;Ok!PLVi7gOrU{=5p zcjlVX9c&OO;P!>2ad1l7hoyJvaUweh?tJrIHsZZ z=3*!8H@hRNF-ui~qwWP>eSgx=HEayOg3R5Wo&1Br`p@;`FU%?b=urMEbSOWgCtFvXg&c^0$SFCZB}z4q!kr|7&~Czhx%>BIP|%ih4-= zDxHn{VR%L@g!Qc{h%o}X)zO9Wa@hquLQ**(z&Q2Wt8rd1Do+;-swqzrB254m;hAH1 z_DEJw4(^w+yTTdYGT&B?r@2$6K;nTmmdthxno!I+xTqeps&J|B%kI;e#E?xX;{HwtNRh&$7M+i-4Q( z_`tvI;j8t7(0qzDRoE3+iw&_4uv}eGoLH%RPp&&Y%r@Z*VdU(2gxE4J&jQ;c8Xd}0sqca2vyf@5|vk4UiMAwKa0KmLD}|mh4~A! z?H^?n{}h?OZISsIDSzQD@ejI*e?-=Q*9*Vrd+YrSm z2J$`gk%Su)*4fsxE5e6duso!Qz%{kE2~(yvhfMB#04=^;q{xZ92RiUh2(xDz>fknz zIY5hVFNsnsyQ2woMa!8I@dC#xR8mUxNd-4%&)*wKzgoV5XqDmIwtl7#ZzO-RB`HWw z7uqfkUzOGxuqiM8v?+(%1?);bsOOyR$k;w%uYB~UcDX--UUJ32wa&RL|Jq%vG&hUz zLtWFi$PH*l9lj~ys-8NdGF>yv7CAhCBiwV{8iG!qX{uET&t^X?HI))Nng+#qDch_m9y17s@R@&b44Wq6+=`BN|kwh(atfc}UF%@Mp#% z+%BxDel_2m<@tp_Q$wlH3M5%tVrbEVsq8xGvw1iPVV4DQ-z!o<$iT7*!iUPHmnn=gz%ZVq6c=)=;UA%3z8gU!`rc&K4>FfAgqO+$#0SvQ)@|viw~hOM;yp7-LMC!dsFC6cpKC&=SXp8K%h!QFZ))Y5cD6V~G{k z;L|JcF4@}$d2qYE9^zd_Xv};QSF!khfT$s$6h(LtENgq` z^35-Y75E_B7^y)weO3gQD*Y6h zyQxtaqwfH(_)q)a?)e^uH6OCR-zj@Nto@1XMUi(jA(+xz;ZM|Ma##hTEUwo3)TjrYJ(aa zNp%h?&!$NxB1WdkFLETQik}ioWF?@GdILDLUYf*!ag>NoKO+5%36C6WN3=?cl;;#H zHME4JiF+@%%o-E*IAicxE=ck66B7DG1Q*#*<*H7E((*z~57ps^9{BcoM+ial0aS{m~xR(eT~l~8bzJA?&+h2lEVqD zOyM5=&>jd2^YRQ$b!OO=C2EWXRhsMeS$fg?+&Pqms8gI|t-09D-S!f@H;j?eL8oY! zV8uNTkrCX5Ef)QN+@kq6PoiKk-fwz*x}@J>fTN4<7;!Y?%aUJAeRMyHChHM+vrXQF z8_kD6-g5~#iF@;&`GE-Z_MS$STaGRKBmMt&_a_H^?V}?*e{iag1Gag zrd)KgL>%ODvb64xf(Ok33D?;fC4@#)J4uo>?iGfk$s#%)cfiI}Pl5 zTQG~ddq~97qt?<~Yi!YDU$1Qgf7IQOG!RFJBYjbKvnp5hgTiEgDl~JfA>Ug|J(ziJ86>E zCyh10wtnP4WKGP{@4TZQJXwRVF%eIM#3vcEF*Y$aF)@DEbR*F&s!h1x)aw_rNPt&25dvH)X?vbz^92!m0X3=!NbAB;TZ{;>QfC`Mtry z@>8e7->J69h<{4W;AQ^Kb=YH@eJ4(!A17Rvn|`WMhVEaxk-C1(0Y{^f`N0fK-=1)u zXo)cpNJ%;jd(A>p(kzWmVfQWu1^1jz{a2bH?I! zXJK}dM`zj5ApIwN2^*GSc5%Ao>3W7vEEB`)s4`+Wi4TkWY1TH;M(Avjj~KQ>aM8e- zjNEB%+(^(lfYGfA`nUO_m90hgW)eyY+{?8!HHd5~$|^E!vIa|3(Yy2aLzSqKZjs5d zMpy-k3y=j$DLn_?w@GMBaf_Kn_cEsVNts;})M{5+g?@i|1lRN3z8oO6OJN8d)%)7W zFtvI4Mh`6y>M($&YDJX76N{g3k7khZ)8YpWLeQ04kILA+75Ml>ifIsJEvPdYa&Z*; zIg(>mJwezKkN|_Pm!PiX@pZ=n#n9RD0Sn?EBzjw`ZWxM~fJ`kFHS4(+*1)=i$!B7U_QnoYKp*vZp23oX?w#*2 z5sZGQ>bsf%pflTWY+b`wo$v(0L>7~BhSynCQc+rQ|dJSNJBC*c=A`_HPgLV8VxN*R9kNyk$OG|>w>!* zYf=EKbi(4`;n*e}eVGU&z?%SVmyk$7#D#!@wUX<8FlK;ahZ6w@?a(XkNi`YIMMLk6 z$m3{=c&a7)DhS#~ccTl3nIFN;RVR=t#-@dfv)0pP0L$~fD+t}Ph2gt&s+?X12UI)+ zL}aq1imM3lu3OGkp&lH@^C-6fvCJ21qh>7%DHb6Rpf`=3HE@YFAqGz5`6bFK#)}p! zBtChm&q>Xttr)17TyfM&0#9ETl29>Icp0j@o2m_V8Wd#5zm>DlJW~#rA)kJLZZTVD z*|@14!RWydFuFyzFuOU-k8Wr-1fj}5xb5X2HsFUll(e!g<;89;KX$dcHu63Tqq_#NyqiCqG)J&G zeBr-inrQ~a(pg9e*S4^sxw)FKq>8J1*g}nOZ$O6~^c%b2tg%-6W1Fs+h`?`v8*)9q zDGKixhQ&WZb+c83aT;VRVt;-v5;=pxY5sDBH`Kp5FZ%Q~KBaGMJ2ySLj(~ezDr?)@ zDf~;j&4coyot)kYrkDN0Ns-8L^Wn?)@~2HjFKL9%nfd?6**OJPwqRSkQn8&>Tov24 z?Nn^rwr$(lv2Ckj+qTU=r@Qa{Z=bjBx3%B*oNKN*#{9uqiSf&? z$E^*@O%jV8`DUI$o6vl@a$G_2hbYlh5osJQ_D-*Q@4NNs_+5!1JX~$AkE5p*&La*t z!E$~^Yqz0A*rOv3# z&t7=boA@ted7t^SpB;Wjn`@D+m(IC+w2MuPxQHOSofRjLiXr9!UdL{eKBH!<>w8Wd9Y1e#iG{}mu=mp zD#PbCd)}wd5fA>0OvndA-lyMD7ygTNNT=^nddLSy-ly+TG@>Wgv@?Py{B*XGDMrq# z=oU~OkHDQkW+lk`U4QUYj3om!Pr%9R30uQ%(%~B=Dm%_cby%stVx1K2l#OO#fMfSsFEGvBeZ zF$8EA%ja+*q@^nWL5_(@*2Yc$cU49$)P?!%Ut$TelL|biv`~+GZ~gJ;ICC;Gf+x=P zi(-TxX!dw!3Qek2sxuj@^A&&4(W5r;Zx#6%lC9TQL|c2BJpyR?u_2a3-K@^Sx8VTa32(=)po@7#VB_`&WKOn7N^E-@E zd9w`1;{8p8hy&yD`T2E9)%3Ll`j76q{~Dtlb&U<}|HXa%hiUIiyka}AoRPg>$~v;j z%c~5juh!f*(V5r~;JyBY9=tw$*QmT>LLaB;=(>oa<)FcZZGqmyoF6N zi)^ud$y>$1ezEMB4n+L)u$aqGLz9<1PH{A>|G{qOU(Ru28C$G|KpPyMzJDaIq<=Zb zslS}#zEWzuN)}t@Y6b&Id>geltJe(yO?Uf5!TA*!n0DK5gnMC`Z1tCS92a|`b)HF;!7KraZ&~{YmL^Pq=cwBrmatkkMGKyN z0vh$NyueU|8I6Fu+L?x8)9IJ2&$q!=~Nk#~7mSiCIa!%`CoZSUet{9&DmE`uTYwuPaNp>9;_ zwF1pOoGT=V6VappCSf0Wf<0UZ!u!o3qslL$F1}t=m=6~K$#L{V;`{@~b#Nx2j#2-X zad+4-h1eBM6P2w!990A@0OQa;Yj1~IpZhTG{digEvUzk+ZfuzpDGZ{ZD$m0&;zo>c ziG1A10;b$=nv{Qf5uAMGz>sl2`&cG!%>x|H= z<1nl6-IYaNk3-^?1#TJr8W7bB;6e$$kyQ(nDn4p`TTls+{-|!UZenhDb1H^97lfR8 zc}_gFxmNT_<_-ZZ3Lw?$F|<{?by=4+&g@>3Jp9C$_tY2JT%9_XjuVp{Md%%slM@rm z*UQIk9pM|xWD(LThj(%BdCo5vh`TxrF@06&7!%*-BBruD2s2mv<@3J_Lq!eveWA7( z14@W=5d$&;kK>FX!AAUyZ$)#oK}lKpnQa-P?J#8ZoV7@c*Ujh_tQb&Tjb*)V@^(>ql|++Y{r)}%z+x6nU1diDQKIoa0xEv-*hg9L|*sT9~7!`rpl|z84o=f zpta*-rT~O?{s&z|aQ29)=`gG=uT>+ULQgyx<$eO@Lte@+#-R0dO5}q@uo1!)Db<1u zQEahs)HGVPVe3v!ZvDN$%%i26p}i2a$#*-gxJ~}a%_RZWC|ZRZrLy(TMXvL#$Ea&W z<>mN`XQ9hGT#n<9TIUsx^V)ERhtVkSwaf|G9+2DP9vpa5t>Bz6@V+>B5*dmOPG1!;KVxPrY$b*fqe3!c zW`Id*D6#5pqCgztChjC?{!>d4)V zbUWkrBJeSxKUJup5DQva84&iiSV?isy-49;vF?(iFl~x}16QD^G08rHSYb;#6tr)_X?Ly(N#u zMw}{OeYK^oIO;Z^QM=m4AHTt;Y~GSFFC+4W&`bDHWgg4t8&D&T_qqWP-enDBtx*?P^6>%Nrbp*9zuKiwGO%84*z1E0F*$CM z-AdY|EU7rS0=}j~gYS}D+dix@A!ez@*xC_r!c5K{_f`V2OOF}6VgLaP>MeYoLr5T6 z7-9mc^^UGgEew4Kf-luI>KxR(H4_gNP5O^h!=Ltog9JacW3LkzOH0s@Yr%+{zw7kG zIWJ26#J(XcXIK=h^lW*9G~$d64IVTbm4M)P$workdMRnI3C!TYY^@wX0~a}HH3tX5;-MY|HSMBIl;L#2ba(5aOA z!xB|!MG?R3(~L_prb?EY>%*G`zY-T?*=Pzot$ec-QA3RcdQ6J>ED3SQSObNN|Jk!Yb{OC@ zX^meTOXl3!m#N;2;%FRJ0$`kX1#ieH2IZrod`^)$)slRG^J1LB;NR;tl`oUy!Q2yK zR%rKtwdw`Zh8yD*bS!OBPPhKEgvdv928BQ_CI|2)_#H?&Wp|JTLfTc+sjq@(onili!mDB{*&J_FXsRN(1T!M<0$>bjW zdF=jFbAC%aN)Isg$a|6Di~sRQ*N;90eAoPWVv)@J)(>JVNy@E&^7R8M>h3O%5ja?%u4Af!>0i*|ZU9RfQFH0he z6pu)E>5X{i8;m~_!=X&J={l2Ww{mdHC05~Qk#(BY6a}Vb8&wmm*B|H8W|1t{@>RSn zaK|#fY_++olJ79G;A^4YPZ_MoSIrDm9ZLMWa`}T=?nH!E=s=J-98I~3`Lo45&c}n56 zvEZWEaG5MgiWw$sG1-|7bZeGP%g*Hwuh&GV`C?3|3h7B%CYv@y z3*9VdhF&$p^J<{Qs&ox4DJLGyGpb(-lY;7kYE{KMvxWCzqNk|$=?o@Kz#IFVRhLtoWA%LR7INhNP7R^8_a{9K^5mD{TL`5SvQ`I0VC7YHsGc#p7rje zYES8l<3797I2>Getx$1JQCf`A2wLrcd5nh7!{%P~+MTQ&0lh2v904BL-$h%Tw2<2| z1iahudxV>=qD;*JXxpYF5?gZov5tJ}1R7v#OPfd|DheW$sFvs7;NS7g*f0g`xsbRI zLF5K9i(}#doe)1i>2HRa(uYN)O8<_iPN`52)Xrdr zE`Q#DMQm>FY%ByyuaeL1*b$X>?d4r*4IR;d_2U!^IRB!L_MPwc2|JqMB+DZ#;-QOV zQ>=OV$wyh?FrIt;{i<|zo-5#1RsI%u9M?hmlIvpal>SrqvDtZs!)WM{<1lkK{GtV( zGL!jdraEde$~&X2m9vMi5^p9|+A4O+wgWGpq7UbV<%ggy?MEHMM*<-jNoL0rlNjqB zHoL6oI5h8Dh49#XZULt`Soctnz(suAaJ++PM>4$_wCQSt=j0U&X$exTD)qj>eEFper z6D}OD1KK`U-oowpm1@FvBgk(mHx52@qQ(cWK(89Z ziQ}ZHBR{psj->i*d<6DeCeFsJV)k*zz1?N#%5P%SiYV56G9pZM&YRFzS$>KQ2@haV zj2?6`#vK(zeD|clZWP}0UCv`t$K5i4A>(}MxfgM=IUReau;%$jp;t#7Ov4@Y&forS zlV!m((*J00ETYhBP|4NkLpG|jPRk6zo4 zCBWi+76-&Iv*Z#zG*?3%F^1Y$Lkahir(_}+Q2o4ck4$5_&4B#$NwAe@@2XoS1kwA# z;U*=`qq^&SqWp?`p8B$Jd-v=^G70*TUH5Hrtu}2tQ8`ZgZkz+2X0D-KFd9k59nEV} z$ACMK>Iy%5fMGU&Z1(UmYwY5JyI?;RUZ3p&&+TqW;c;p15?N3aLweK<0A1r0N`AOV zNGyn&^ni-sHYt5j@F1BI=i1*Z|8cxeDYe6t4mr=qcq(;S&)K3+fW_bHn$JN)SKS4= zm#1mHCmyeUzi{gP@1zphKzrrjuk}yPmzwq;9nSpgbNqjyOO^?vQLD@-L65g6;QZ4Q z1yP#D%as`h#B`WT-NUA|br8Jj3H>U0C~;APz%+I;Q$pJLLKlw)H-z_%GI0X(NT?-) zKY($)K3it}?Ky1VDr-RZ^^>lHZtld z=ZKOaMr7Ei@ZA>tU4FjC(Py6Kx!E9vbw|ghPUJ~Kxvw#lQXI3!Y&_^VYGIfwz_k}b zdrH{Q5$0@2?wBy0!jF?Kkr$1b?k7~BnmKok{BxB*pB##(p8UlZbnrJST&1oy$;XFl zdZUu&A!H&_o1^;x$b(BKSe(8ZH2shPviuQb8d>VGK4xII(`_+$Eq0gFEOz{&U^24ThH}@%cQ8*911Xs45d&e0+h zjtcu!^k*A!m#O)N1Ea0T-9l&pVn>BgZN`02E7*r@pBLm%)W?$3d(CdEj9=Kt+{H|hbTa1M;e(s!MY*#6p!Q1S^Ngva zKesu}ysCT2#D{gs@JiyxJQ;relNtp+7Ht^T+e6l_z_>D)XQPM8VN=KD7Qpv%@oJ{G zNlc{&e&x!ax!vJP0GtHOOQkO~5Lv#XStl zNd?dk0sC)>x%Z_M?+U?}mCVj#(PD;_mVknvLX+Gf*`we!@3&oT-b{BE_M<169gNA; z3-daie_QbG55EkLepUC|S9SkK-r;{%_y6S(IsRU?S{43_X$TX*E$T~w>S>WZCukLj ziKIggyB7SN!c?e|KlaQHV;Kl_KUFVK(Slc(aL$$vgI+t)dzdYdV5z+ZvUerjV0}@E|RDy4QQObsm zANoZZaff^hRg4YUqmH*nY<977pbk7GgIEMgt|7^z{v%n8bXYt>MD1{2qH<`Ol3=KU znjFa*a48!s{oMYFA=dDxNKs8alV%$`U-=B%PnHkKULq}f+@*k4am*a`*$M4> z_nnnWsJBG#XwrcQf!cya2MU->>5~(XN8{FU@3wBpzHddkuBE7Z`Qw${4lEnZRAKJD z`_MLG{e=z@$(@r698Fh^fqB5dv#}8JgzWgM%FRR1;noB~Mz7-|xQJ&P$VJN6ow_?~ zzNvYF2T4PBo^S{p#t7oVkZeX=%53p{?iKK)!GOa>$ZTD>I9Rh{M2Un%;Zy!`6-0rH6} z@s)d0{FWZ1=@j2JlC4@er3|o)*EGhfmHOycS;f_^Y?kB_u8P`s9u;v`TMOitH@P5{C3JbxSV;jOzRT6O*VB(G)iY&1uQd<({QZlN86PheKI$# z&z&B5ZK#y(%!2*YXC9D&I?x=i_sn|9rG6=-s|wQ9pZ50?_6p}>OakD(JTS+1tv&Kv z@m#EwS}89yP=bC88RQiYt4GZ5A;-SOMv-c^mPoM@;ToVQtIaY^Dt57PLtp`i8>MSwp(MF0%`F zPnPkHInVO#m>e>R#b;+&yc0*-Q^6|%SY;5N1zGEMRnqs&r=lQ4!3aNof9#k48)`6HQ+QeDRU`E`~i z%aU8hN83>UkH4|Sr-E|ZkH179j4$}@E;QhW>NJWj80}+|!ID7_VAA@zD zV{di-0`PF#8vPoWSw4z7=-7UK15fBBEfpyTwDJJSlrO*@A3~&?&oC3|A3oFJ#DfAP z3e$#^L^OTXdVv=mrJAbtVUT#bOUVPX9K1z! zM5a2JTU9Q|VpkT}lmUN-#t*7;sw{XgMa6s7bvx~2hw5}2o2bsH{O$NcOLj*x1}m6W zM+K-z+{uM*C<_WB1`B3=RLklO`3_Hu{27xb$>?s2MH%{ariRLMxBlfe$Rn)yE$}bq zKKu|Lim(Ww9jf#sak4@)6g9QqH6yk#ZHrI*pC`tQpm@3&2)}Elc9@|ek?v`R^1e$b zDP)~=zqdWHjQrwWkScZYkRC&toK3@z=gVL z5ZmJ>&J4;U4>nY6fA44IWCT}WtO0E{!EU>Zjn0U%1gzzF~zF12Ew>?0FW?;r@R#-{emFp9olO)iS? zu`%zVoE#g~A@ajJydK(Il0M2rWpyHIPD_CPV_}*~em+LrsF)?Q8e##k`%^!m9{_1+=RCR5qC%v>KJ@}heUZb zY!Kq1RVOFDg2q0FxQ$)4S0 z$+4Tcm&!cwc4E`{6=ys%Ak$&ddatV3t9G`qD2#b_eF4)htctOjyA;;M*kdKWekUhv zUcFx049pRcZPH5@so7>Gc&YpSA(BGJ7D{Yn%QJ)c7$=sKC_Vag63ZnF4{vv#Shb+q zD**m<-m_M0fkF@-p{nspq_(vS*q5u1edjlpoew?Hy~5tQO;wvi;@4|*X#qdpJvEm} zk+B^?_DES5g-V=iOinGWOvsmQ`u7c~W|QoLi1u$2T%lVwQ^`e&xeVd46=2{69x?$B z=(?FcpT9tk0xgo{=lMbGYxmO9#Wtru1SB#8g2h5tP zanYx+CAo=B&+hd#r@r&Urc3M3_V>}iIasmu=5UIl&-54I;D(QGJvwpsixBqsI|s|x zS}!%q8pC!(?k@M}6e~Xn(7hD;XNOpYFea%V=7pY@{V8NYqA^V!7VsV6uY-m}7G%D+ zHEP~M=6KTr1_hQcA=o4oa3*!Jx~T`ep6Gm%*wk-@jjV#h^!4eFmc)6tOoW3eFm`^7 z*|S5%Wuq?fJiop8?wan78m^jbvNj^W)fYHY6`Lc*riY}urO z`5tBdv@@_LC(HCX3}(d!Ca2FNilFA@i--u05CoEDz)`o0Fjc(37F`cd4Y|}MQ>$!- zfJ)4`v{Z46YD;kx)+a05d0>Vw+uA*e3T|?~4Cej))`d6;O@Z+%KW5-Rb*2CF4flW8 zXPHXle-&xxD;XHSuM4oT=AA6c`5&?N(CG@C@(d8Mm~Zuram`7hfdxvZyj4nfu`f`W zxdw9SLexwk3b%dHw=~q*6I)~&qacX`C>dbNKg-Qxr;tv^8hU?f918<_#VT|Xu# zME`O8B5Ud&5ofX=!O0lqVi*m9&k}-4ZcGEDCkWrQe$GO(5c3D=S7PI)U{TWyD$E{~ zY3}?11O{IyW1>erDIdAs?~Y$!_PX*VcI-{u7^&!R4rNnI{0qr2b;dF~Wpz}IL-$2- z*?0~N&2-l;5dGgb5aF_KM)xOSn2a+`VuaDXyF;D6l)JAgrIgOO=I&XEEiq75OqMSO zA<2p~mgVGz`T4R1atwV5d1O%v);le{aq1mte}6e@xZ0T9o9N; zVX<+qlxRXFbZSljJMd)lT`pcVlr^RXV8Z6lEy4Y2AZ$*$My~CHGc!p$%NSUkX-T+Q z1ckzq`%`V8I+VbrGmPchk8i{Jp~~6%@yg55zHa4$<@ARW%avY}XUnp+lX_mIPQ&{* zZ>vTcbRQH3cJNE{KHQkpxZThanTwXB31S-nt);o70Wq?j)PCeJqMc{3ux;*~3Arg- zRT7LOMqxstLubyJe%DjZzD1)(Z`r+*XI<;VrGa((YTWxZ<;!Ds7eUAbJfw5~avtTV z>fK&&9Qm(FY)O(g-TEK}BbNCHDYplDfmdPntkB;ny zp{DybAb4;O)Zw>5q&9qeTw|I^nRLzbb6-3p(fgAB-VxfJ@-!Y3TGyxswlo|YU2J;B zoB5;q;SY;m2SHq5R~ZAG;RsQVNTao70)nOPU7w~vxGeO@Ll9vsIg21zo=kh~se+x0 zkpl4+rYkL3GJ7ECG!!MS>sx*wB-E%j9#2G4$J^&me;DEpqxdLt+Jqqv@~qU~k-<8a zLL0@LQ@55yc2Rs>%iLALobyg2^DA$USpvXgx}+Ij6kCZo_NF7 zv6pSmZI7qsCoKvwYr?*7d-?m&gLQ_o@q*!CL%{E^lrzW+87??<)G9ys0=!p$ad|#t z;LhTx{3<~nIOeGEy6oG#hIBb)S!9eYw#U!NL1wf}d+<)rt2bz=iJhVteuFHGAm2R@Z;ZKmcEUByUBNi`}bX=@1Tt8z+4P%v1ym z)0BKeH_%K&ZuE$dV#w%-kFF8ID;aaI^1p9A?wIl0sT6o~sPZl&S}qk3x<5%>D91gq z-H;7)C(zUlVspq63AJ+RJehqw0+*s&h>paGpl2u2PanE@ww#46BDzy8AgGO7kXwAJ z&r;OTN8xk_^ETCguNd}@H)S;r0e~KNqgnj&oN$3C_mt46dPt`#uiR|c;?lkx+Bx-g zBndLhedhfLtt|kc1-X6DlH>Lk97dgw1EL9@GosEIF%_gH-G&K-D6mphQ&wX?e@56x z;JW2+rr5bLm)l^$Jq_o(>J3toiY#F|3c8@J7a^k<0?WO)+p< zor$VuNfQiYM}UJeZY{zJU0b27U4uZISvosYGX!wxKB*6gd&upCLuty7#90w0U50ot z{E4XCLe-QBQ0trq)C=(df!m+c9!_{NhWFz57ViFS-$)59;u-mMA+!SZU+o+JKTt4I zaoh@v<*&eKm=N5(?uIbj)p(21C^ZrBc5#>?Ss=4yH956dtT=O3U);hYfY?Tkafga= z(yMt34;ZL<(B_!OZLGk(Hs}?Ul>uP_Djh4V6`4-VHNXYP;mjHyDnHjVm0|^Pf$5iE5le`1Ycx zu9mgG?NCFNj2&U;b~`2W4xUFzuz~n8in;fWLOEx#HnvC0XJPM^|s@Tsq zb1HXjo;r%8nH)=ggAZoHtJ{a06eT-Y&#Xj=lq|2)|-;z$je zX!huMz;{IrCKvsbWhf`eq8GsVDJA9>*37zgLam5$RQP2PMf?*OQO%UN$B7toB%+I= znIM@GS?^GZ2055OoQQQC25lJqn#ceC^XPHgjTLtT&MNG3m?a}3*84~G9GwoES7)CL zjpHja7(@$d*kK8@N`RH3W!30<$uxPdq=m0mms_~qB|d7n&%lPdpduTMy+DTQjr@qY z1+$JS1*LhIVUbPEUOJ@?n6qFYEzwR!dJ77%&P8CUb#-Z<%iNG{AdaV%FQxDI0(13= zC3n>YC!@xb=nxeHJ&xZaKNh2G0khmyqIwWSR7zfEqg|Cw;KIjmWLLTH8rYq*j6pqPuotG_vDro4;F3fw6&94LBFkyL3;^S#KKuUnx~ zNfSzzRcQrrKgumfJ^Z~Y{zPCp48Psu!|`8m2B*UJspqA&0Ukoxbw3UgOnN;DZR0f< zZz@%<2V04A!--9ZP%9qpvb-yxtv`jvouxDgWZ&#WB}pwBc?oUkDdXpeF)@n+r$x z`X>l(=K`;<8E&WJIF07*V<9;G=TXYbm9phwIbtcj`r5tO=dgryvVtWi5be<*T52)h zvX!@x^i%19`bPPK;JzwYwehmNBMWu(mXG_M#AyR(yR;Sha$zIt5Mf7j#wKMvFLtH*uqTsu$6zy#st zx738bZmVsNQi^#S^050LG<1k6h7*aX>)H}1{b^!Jj&gzAE{KZO0y>qAlXxWlM8RMl zcre_K(+u^oaJc{z&>f~8K+_^gj`U0}V}JJBnL0_@HYW)+>Ie_Rym)zVeM4#ao@yHd z#Vl{DmpVE|N=E^scN&JMlE=DvHFhN7lVUG{7g@Be_)VhbpcH@H(I*a2P2f{W4Kh9@s9~7N8KTjWnJ>9{MHaI}DiT>t#OH z7LOkN)?nHB&ixZ!==u4EB=00XQrWztr>a`y5_VO97#1bXx%hcD;}A??pq=?yt=eLO zBe8+58t;)QGy@~(VNB_}-7*uf(NwI*xr~|Q$EZ#7>N$0))U$l4!P0M5Y+dbq)~6cr z^meN{rbW!Q`w|2wcg|JdQMwAYblqC>#(c;XvgNN`D@Wk@L>%bq@plguI!Ra;|%qW6{%AV+p?Iv0` zXCUk^Ips;AviQ5Cf-KK-FI>|yfEaWICC+i;P><|DMJ)-1ayw?2N*RMnd}3bMB&}=^ z1YNKW4NLco|2WxEE=RYD1-tk4Clv8^qUVsuu5G~c5LfiB&OPUSci$oS+rGN4Ue)0r zg}`!DgR9n|lDunH!_sYqTg(Nj5O|>5`fyIwbp80ON6IiX+SV%wU7P?_K_>(;E75iS z=#@b`Ur`SSGo-S`XpJ*GN=VxyZ0*l-`#)rCUwTjlskP~gt=5Uh*1Q)D@9A1j;hfPF zZI<8jjPG;p*eF0~7A{R`iDWT-hzcMn;O!K7xf+|~6lD;7V!v|kdU(!e?25E}AxXyZ zKfe#-yOoX|HWe)=n=QL87g!tA_2e6!2Ejmk*YZ+?3*Xs2*gUvA^fiY49?Gr7N<#RXlOqq1+8_7vhsnRM&jeLNy{yf3jlumo2kU7JtV{$x(gOjpxh3*rpU=j|sC zRBEPtux5a7M9!f}q(l`7bLq-lCFX+bNs1J5B2m`ot%*kp%k?v0fU{zvi_+-hZ;eRn zJ2D~}rHKjZFQsf*95r{QEzg@X!559Xs#fO%CWxHHPgQx5dFv(}W~0$GJ)i&HbD*iH zNKC(aj?vdQ?tig{`d^@GqLP&LSIg;mRsI^Q%6Y%Ws`dD^rIIOLVJd(xV!=0}%HqU7 zL=u&f97_T-OJZwP+A}mmwm5Clo=2H)5}B%DYl&ygmA?eimQz`*H^$`6)>ZvDu6*EA zMN`4)zq1)lMXmqpyw8grTMOuMV?@oOa3$1fSy#9ImPY9-N*jU%ksp9KLW@Md?O!6O zEsO7WN)iz$IqU$MGn5i^X?4fpyr|O;42CN+N?4v{%SQZ@?SRZct`?Rcz>X_g!Ib42 z^%P=~Akslw=ulv^<8DX5t3IS0u}WN&Ydb%!=Se}6maUkCh9>IkT3BHnb9t08KjXG} ze=d1;r3b(4D9Y}bbmpLOb?|a-8#sO(tyC)LxKl7?($}07XxptxXYh|XOWzy}3AP~o zy7B@fFBS)^vR`my-dmq+cV3BNv=&uaK`RugOVM%3&8OAL-5f8up6oOiLM1IvZByFS z4-@{OJ2G}*3g_o?_qd6lo4DJHD1n5m)i%qo%*bq=GdhfU@~EXY9G}*f?-@?;>|Eg7 z){pER#J-#-cU?;^OTi-N zw)|hCmb4qa41CiHAndy()UxSVkVk*;QrcBfSx=tchyhimmLml_p;Gx`1BV8j}BPIyt+U({Sh&UzSXbj2_2dI?Nxe1 zkf>d{BZ~?S`^t-@mq!d+G@-_s&H4#jtn0Bq*|#;i=!t!J`1G7UqUip?({l@t+>U7D zyY-CfXN-E~u>rGc(s^b-U`$HFa*(0ICMl&NAalU^IXm|yZVYtpU)LWB1-=UJ50QJ9 z-9RUHDG%85dzb1`->`sjV;B1tI>>P{u){|j607o4REifg*oh!z8&@tdpu_EMpuZOS z9nNK?2R37<7b5nBa}bSwY^$NGle3QSuGOz z&w~*yoh_~6pOr1a-2Rv`%%v-&`;B!;S&2XFznP4A4H|G)jrX_GKjp3Mw7Jffr%>YM zDHl3whO3RfK2^x@h4azQ9?xh|DnBf4!cl}6^ScmMpG z2vv{hxm*6#zP7*G*MEdV`{#=8-%-DwN)pz)e{Jc$q-xwaAxv~GD_M{Ws~Jq#1go=i ze5`_RhSQ8xp>y&HI9M+XTn|$U)gkCLh9&yfV3T@cKHT!1TV;`QYr=gl9UWm3Pu<+dNvBo0oV1O~g5DaoR zgAQyY7wfRTIkNJ0@6x_*HJJ+itbs*mg&1W`TeW?5a>{No<5nfFg_2Ss17J+qH36p_ zsz#&i)lp~!K(&&$oap~h_dizJfe9;oGZ>^%$ZlX3?!SQ6*+}uzq4z(g^tmLdJ3fnu z@JN~PZujH~hL3M+6JyQR8sB<=+gJ;-F1kIo44Gq+>~()K#q8t)j$#wwc_U*9_|}(@ zAcNbs)7UW=#GA?Q5PKV_F#^i3kZ0iMKZRw5!X!Q+MGReP?h7<%K%AIbUzr;wps{Dd zi3wT`^RxSq;>~z8$C#7QRX4e8DA^;AMbusRg+hhgZb(R5VxonWD|&Ytc!kTms0iLP zS|Y3E<%tNZK4g}cC5E6k5R9fbbFI=MJf$n5%1vN*oUV>|Ip$Y@I5PaA?@a!x ztRMOt1Js%VFKO)BH7=*bAM$fHP(?+}lV6G-YL z53du%*sfc5HAfSLk*`o|{S|{k(z&g!hcX^0E)5Nh+${p<-CFXN=h>dFX^KuLgM`Rs z`P%b$a9k1))$;dTZR`p-uqu%NJ8Dm194NPSoY*y-WKJUo7Lz%->LciffW<#C5$^QD z>5Mzj>a~mm@0z?i*O<=tiAW`sN`ed$YNuMK`4VI8jF4hmr;LN+F^@*3mrGfM_XeAf zQ(2Yn>>CO@;b6*yJCYdujU=S1bIN4lrNxymkrBv%Zmi8o$Uf_wt-B{!E-U64Mok>Uk)O9 zv*M_cVlsB|U-z3`TKhH{>|yNJ@y2shIB!>p{E^>hHB)l1kUXH$ep&a@68Urg(9Kn| z6WCiI@r0M@IK@9wnvON%BY2Md#rRtk zg7EN0C^{R+on9{AdGgqk`rHoQl_e}=MdQVCmXtd(@myZEY?&rbN$ucN$J&}z6Tn{j z*mkym*Mc9@5-MFXs7yC0tv(#zgx*`&+;D=V{gRSGDlI`mK;q98El|NqJ~24)K0#Ay zRXw6ew7wEPbtOZPB(n(;jkG*q1Y4_FXZLp-eQ06)-I$O(sNNF*t-iRyV4jcsvHlNT z@+3k(@j93Q!M*~dJl7Eie1kB@+f=mUB_DF4#Q~K)9P!yA>Ads6q`VRHGQI3zGj{9z zg=-H4OV)1A-}};sXaKcec-9|PO>Xc;Ke%)mVn({_w;JZ&RLAW7<>eL$C%=^VD#rt} zEl#*YvAHSQJL5)V+5A>4T7O>@a~^&Do3>8vB*S3UKR5sd@9EsGaQky%bryn?bI9c!AShrS93H}~r4Q>&o&>P4ZIpd5Dy4qfLuSZw1U z$EP|C1#nV@DNa|t0w1IRhv;UILu`5LC zgRE4Er7$BhOJ3GYOUg|iCTNz7#fON&7ZrKxpcfFAfa3m12Qu8X?eTW#kI8etMJ6dY z0@%j*N`3tEi&QmCJ5+5c%@hv3G!CPVUyKzpE?j|k4>MsehtVS8Ac076#*D6tawUwK zpjyMeb9*KYk+;`1ojYqH?-l_qZz~3J7F73MZHb7eRzf#N$qg1-a-ddH)>O$S#$?HX zpK&sEB4Dh>s%0KuTTQlMZ-r8bEsv4mgs_Fxgidp#@oQ0BQR?}X&im-k>fe+ST>8fL z;xC^W6W!%~lKlaz9S=e4rit1=N!cUue!)IIxHnHoLEjUgk;Jx7V z-Hgrw*oZDhZ?y~1u&=#qtGP(9AdX9x84ZsUMZ&ts3YqO#OLh`T*-Xb;0iQUQwDOhDtG3&0=mlof>uu*Lf2OR<)a!pV{3yWLZ5 zTkE63A)Eprq{kKM{gStkIzSy|+dB#Rss?$x4#a;X^a`6o)gU%wM>hF8Gc^VfI#SO zqIu4)-r3Y)tf4sWd0X8?SLDPEWuUJ-P4Iy_@RDaXxRfQElOxT{eDMib9@c5Me zn5B~Q82RhP!uNvr!1Z(=dpgfc>j;HcZ#m8{j!H+Rcza~ZQHhO+jdg1ZM))%ZQD*NuH-v! z_rJgH{#|wV#W`c&?lIwUW8+cc%g!!oaRcm4RaSbZI+)H@Y^Yehd$xdS6xD~*DgS@zSgMj$iw-#` zW5geopEp_BtMS-Q&-Os?qokhxP(o(|X#^1afziBRF`I9HLGVAjc>>y?Mv10w_q_SL zq0t9?!!1F+u8{n}nzMl&pI|@k+JzUvC{+^kdFwKKd}Sn{pOm4pgC&f~h;ik}$z(W5 zttVScB9t9-e~9?7Q8Jb>{~QaeB}nDUkHL=f=5t8#-eWtR4w;Y4a!Qiyk!Ie%p>N_F z?2D+e&9oR*dlS}hW?20YWzWb(rAjQtJsOE9d5tPc0i6_^%vCA5^TMKdF71@D&Xtm` zhQ9JpJR<8;taZL)(vr^HS51`U&X)v zMei*Ium7A4s2vdz|4;Sfe;U$!KdCW~m6X*j^e5*LNB^XD{4 z)ET@6Lt6)gZ{EdGYp1eRa18W~)2JHBvGLle*EVH?+`BOgbR?RMEC<0oVf>uOr<3^& z%UI6D8F4cKWRMjzXF*58DawrnY~2P8!Xc`2X=qgC0JS%bjd>u!tsV-~D(dS}O=zT= zB#EjB(MnbTPHl|A``^F*0a9^CGDNF?4`Dty_AWWGzAVj5ma}=yq=R$_r0E9^--6~q zOzF;Whs#_Ocr4w=ulUE-WEyx33=ogo2sT4EkMww~Lt7)j?&3~Ju}MkgiJjRb4~{^x zdt%BNC>+X;w)dXh8S_SmLS^m8|CoOA=8dK>iIOm5{-XFba(Idn8f3v3v5kSO0mRJp zKAvvwl3;O839JA!T4ng7@8E}~b|3wDR#Iz+3G?p|WyYUQVINh3d&rw5yoVdOlz%++ zI4gE9|9l*cIP&(y)lc6RyjD z{!Oyhq2B_fwB2912KlN*ePfv$t(Ln&%h#T&m)#^X0Z-YTb&Xp(EeLYNWC3xM3(Xa4 zcv6mMEPj-WmBdtd6y$hYm#{OX$#ATctzGrhn;C1UQmTLa!qCdn zbdW?e6D}a1A^lRX@Tt%H^%>HA9=e)sOKa@Fb{0cT#itCd`;a@R=S?*J!WnmjrHa0| zDOPJJ5ifiz3-!I{swADil!xkCB{z1&XMVB5vT(4F$UMn0HHt&dm*CGFo%hCKwRSbl zB^BJKEal!(P6hb)*J)#)qZ)BY%b4vp)3q{JnRCW_wa$1$ve|Wuj1iej+P4#|xF8Of zRn0QcrJisLYawX{<&Y?J)B>4s4k&(c;%&YN=A4VGDwP8l_YRx_4!l2&XWNQ4nm2s9 zPmc{3_YJHD-O#*)MZ32tN7wa~I$iU;jYTWB9UEuuo{>Dtk4rvUVW!qctuX$OX=@#B z-as!qIsaGWz}D6d?(6-ls=7TVeYL^}7VJGe1dBZ*Grk&a{F(lt32#ll2S*5eby^z= zJCLf(YVPxWTU8Abipa1L#Y;mZYG5LGc-Wk@hMI+a;HgV$c6&Zw9=gC~78k280!T2d zN??>cERnrSlXJ<(_Lo>3Z3*0V)>-C~Kot$~KGycW=LnfB;3n&Yw7V(Y6GZeoZD#}@ zVC1}?lcAs5?3%@*Aj^?bLvT{yz5`imzPA0SLke=4BCi7uEAYEiAJu;ucfB1bZo@gE zKDwT+C$%$m%KVhY!Zkl|n`rllC=fU^XO(z%y??iLxJ1zRdu7anzZOoO0dbC66&Hy* z>9CwLjlQAuP%!#?2ESmk7>vcCM#-=k48ygwB*GKg6{awpQBD;laE7Pj_wOP>1C=la zEKyCEMacKqjm#CQ2=aip==4t?{M74Z0!qct1Ic%OgKF&WRpGcmW9RbXg0=Aphzh^^ z%c8gtk)ZW;Csh@}F!tAay?)#47gqo7vZ>?a`!QfC*iQWLKybS!>g3hzmP1CU<7pF% zt!WQSxW&2%P4tpnTjc2bf@^c>SDbC|8nBX zeU?{90*F&`z^wWIK%D;f9En`D0eb*(+WSERF^HcdW{trI@Dn13D>!hqxnxE1_%?RtHuf{{kK9) z98ieG`@3`H=j90z|5J$lA&b?A?j|MfMung*)kq{n0~BI~fI_T@s2*jW*NhvTd8A`R zJjT^ZNG;i>8FeJm@V(pQbCLqz*ltp`-h>>N)y4N@3hq!RsPOJzsJDb%dD@g9cVT{2zulvx^ z*6|g<*HB|Kraw+vIPa)+^bP8o8EkgAXgOcu`RQb$SR0{ix#ZahtZt}{q+{5GRb3HM zCsX&4DPF2%{}VsNYD0nbFS}b+E0^)LALLS;6cjm;>=2MV`93QzdGgER+vcQ)i>E+m zSJu?YVlyIr{oa%FvpILZ{tRO7kf}SIfV_o6d{D7DW`qEG7Ii->`1!cW>ee$|E7hC~ zku3~Bx$q_x9jqjbcOllny8=Jjm9ZaO2)=m!HYxx8a*?8fv zg_v{SX9DTQ@0w?W*RR8`#gm)e*v%7&+}~E|GQI9c9Nl+gYThEfeDk(6%(1PtdIrn% zWp2*a!jcK)PIi0_7)~3^_I!sf?Stag!*4`Zmv1@lh$W>MzsD0HSkd@+RAzeYuOYQ} z3_B6N4K>;F5F%i!!;KJACp;`V)OlKIlwSIMR;SM5>a<>PnV*vIQePr7;)tK?T20da ztrV03f@Kal)?|SmOUOYUfQ^xxdL?eZe ztoIyd#DxOu=VRM|QclTF+LlH)Konn%$f3DThg{4LT#sz}W^d`o#!&Eb@2$}k2n~Qy zna9)u`oQ(@Pj<%`69T99z16A%tet_dXdPYVA?C*8``p=s9h%RF3if@ci1g_U_3Js>`uzK;EqTwtj}uCB9a?A?vgL%H{P7%?97CWt zHz#L${=6VQOd`f!t_ukttWkogC~wr4f--wpC%L~Kyj}3KX5V7{e0$07b{R z+?C;$OM)}@m;E!+AAR{|K^O-rOPW8PmwqL^VjeQw6#*7C5^aDqh#8xNmB=dmDldX= z*}+^L6w~deX!r11jy;EemBa9a&sxp_NX=tFVfueqLj3OmCIj-Df{4ARG~)b7qA7r6 z3R6O;YRXDSN|0eA6NMbI=el*hL$Ko&g!96eFVW5K3&3iT9FCUr&f`orhl9H>Z=gv> zGBkAz6+rG6hL}!Vs8N$qhYqnXtU-+?Zw)SC+u=p+z=7fz?@o>*Q4p zMa&WjPHiCp#AHk&kUL%63{7hmpD4YFuJoeah4!N}twqtMIh;%iAimzxJ|aXz60;dL zB$uUD6Ze~}OPCkw_JK>e`b-FXw*)F4*_A0Obi`g6XB9zmwv9M21AbzWL z5jhL?Q9p2pVq4jTsH33zEw&b0!n;6<*F60*XqVe6;4`lYwC&%8Jt_Uy~9}w2m2t;mf53V2iA42_E0-`3rbLjuL7RvxqZrkum-N1-&!wB%?W- zYb$(pb>9_V&Nx$VXx-Kuf4X=*bq+jqk>?dxZdL(^isd3Cd*KeuRK+ zk1EzKDoS@ER9r=ij5$>HSAmkRk~C{rOOJ*Ogi89j8Ihh#;nlZ`Q}MkaA}OZe96$YN zAk=vj3C3h@OvF^3_66`UN$(0@be1kQ1cvv(oX(>TRx@PmpPR}@bdjhw-B}Jm|IvjFUMf!g@L?rtd9qvwUk*ohMZ&Xl zuQtkn;zKH=NZ_3Rlbr|HXDA#j4o-ZKL|VYN5-yb>`~BvS6?7k4c)LQf6LzUCQn4v2 zb~aLsA?$|G+Lc|GvaPbYv!Q*m%u+wF_b;y2#p&}QI)JYV=zmpQzKW?`g;Zv+4%7%uctOEFo5QH$6M#DY0*<839Z^T{vA%29em_ z7=sZQk7>wJbwbh$+F^TA>+UF$ar}y~LL`31ur2GtVEW7-!V#KcNe&2_J0@bWP}5Mk zj%IX<(^sMfjbfQVlDBk$Mq)NU?As!3eKhPthp=g+p@<7O^|A?jPom|Rwne~6&;QBF zo?`{3PvlgMGNmnB&x*l3EE5|&tcCDGrd83&+rj!7R!Qn@>#USk7Z>f;H_<~sRM}xa zOvhUsAN8=gT`z8JYb)6+WB(Nh(u>dnM8tL!&9!jlH=-O@X{;Z?y02Q3siK7g`f;xv zGgew=sbEJ&$no#?`Kw=ct?~i+vhwANc&${sShzSy4o#P>sn*M>W&5Kx)yO#bFEd&AFvd<@|yA8xb+W+>om-25KR>*pjV0)bcFfe`(%S*Id+P6L|3ETQGc~O0YPQvowNcaJu~5Tj-0) z5PzM>ropcti4Z96bb$5dUq$aGkh=1xoQH$$doVlL#r&BU$0D*435RtLOu}o{cS*d5 z9K}!nF1lNECiBD>O;bc+v|tILw86BsJ_d^W>m(X@*SNpE<5^6ooQ_AU=_1%3)}}j) z*&)gdy9v{o-g^cur0;XEvwCETubn9xUr86qFQe=^`s`iPr01{Gy+H~w&EJcZJy|rd zwyxcui`f^3Qx+psN)ycO=>qLJLf^^o#-dps7v^?5f|=g0rC<*4f0|$B4Kfp?EJCap zbXrKSW8!Cb&gykK$ko!94@ov!EJZdpW0x{?JZ5ckRYoWTH}yDz%w2AWhucfVpo>Ie z;3Gw2z>4blkd-!yQ0F(z@U(ugEa)o_Z>e}5wn~y**oWcHH;PG!Qa~1-`Cy1}Eoxw_ zZx>rIzZ3j-+V|nqK8hc3WXVJSpJ?Cz5+mdX5T5h}?6wrp7=Iu+nX)>gpjCD~0x+?@mg&%HZ{UFnG{12e6X2!r9? zny5?4n@}pvXzxB{*3?*lAbn&`(u_1;Lz%L7P%^UAqoz9bD2^eAog14i47(2lXgw5) z38Jh8*=yF#EFAVDcX<54O6gF=T`NXZNSR{*Q%iaoGL57&(-UJuK6`9rJni`Bo(Zt0 zE*prgB9b@t{J7Tj*~9yNN6dTa2g%d%*VKK_csD(;MFQ*fqd!WegP1idCPXeZPM%(d# zx-6fp(iE^P)IoBTB;83U6&0xg6yT_x7~S~-Q{r7I5kCM8OrE8BQ&I~t@yWpe^KX+H z|DW__8DBksc|=i5q*IQt9S5SRu2gf-KqwB4%Eb$oF9M1^7j*?LJa8-zLlhBRupa^fx%dIH}BB)mOHHa!$Mt=dDh2 z2&VbEgdg6Qh5Fw&I6kk#?e%TR>?+x*_jYu&eb>-2?0D6CX=!}soaI)_IsyuJ=tm3q9T>YL>6j=mM2KG?NL!fJ6#{sAU*xfpD3eZ1Fv>dp_hAb1^s<;eHqV(4k&TL zT{O?y_*392qlRbyF53cseGd72`*u|^m?o_8B#T7MY@)BW z8aw%DB1Y-k+eEC`)oU(ea^$_*I;uQZ&E*N&T6ys5DR1UQy632zn4{$5ZHvNFiQ1V| z_WTsVD*BCYaibVN#%YSE6+!EwGXG?GJBL;zVu8vX(U2#S(8{r7Xftut343AM9^Pbk zvrn`)2l{vRV8Ov*HHfzQ$4jT47ror{pq$%-aO28rUJV3j0*Jb&~RXs8Zd@lED-22aKga|x1W!*0yIT2 zNV@&46N)@j12}hNgDpu|ex&AyJXT02Wy_sU6PBFWGW( z^Q6Ke+C_}dS01m^PzF>_sAaIRhK;m@J3%F=9b6QQ>lwFeYSSUuI9gl$t`Zd*EXX%bcJjp z()lSnZcE0qWB9Ao|HHJn8MU2$bPpcTaqMTwSK{$4Tn&MyW-k$zK@Ud-zATc;kJ38h z)brB{)bF`_yRhih9B6?|;&kZJ*Bz+!=ps%Vb!iU$_H<%{D4D82;Ac;#Ak2<_9PTl= zxu?gYyOT3=hcmY>X2zDosHH`OX%?$~D`K^@IrglNhdrTHsnmY^0z~AU9*ECdlI8^f zVusokh9y7W@HGWdo$Tva@zSIbj@+wdFAZ(DYdEte&WuUF@}e~l-#q#iVt;|ubq>u2 zTD+Fz&3y1L1PKoCWSti&*MTXGqtXcBn^7jJ=0iwFH3`0H41R`+VnRi+2eFHa6$Dqn zsv=hkMxW6mdUPPTDyV`JmlwgSqMQq6je#+X$`yp485N8h%?&D{WqngPb0D+xwz;l> zJBxm`@E5Tw%Cx|>kX=AL38(x{fqYqb)bsS0Fx~~3Z=V;d@1+RwSr=3R;NAk|| z2fhtJF~}Snf!$Z|pe(zWe?37ojZleUkx&j&x|hS-y~aZ=>+QNIpY%{hacrbdU9#~z z#<$3Z6B#|+s-D!cW7C|}j%zS_8QrTZ(nAx*y019*(zm``K}$`3nJ?e# zHdsM5|4JGc4aEB_qxs|F%>{y@^H$-LBMdiP&=(0|@rjaj~WAMnYq{BK-L{_Va0 z`BMgXi~sxU=c?)`peP}J$uj`ffGWqtRC~adb__Rzi_np3vocYM)RiI`Hjmfnt=iqX z*W&MIiD&I9WbiZq?#mr-dpp zrVz&?ZpJr2gF3pzNsh`&_g$_^EBPzVpmuKFpvdubQDvWP+s*(gKT^^r41Vz1HNtTr zGnwq(SH+RNb!S^>pTX8!h=W#%^+&tbp6z@qF?ctePudJnu1FLg81gtC7)m8xNz5fTJBixYZ!UD3))o4uYbiCtw& zbQ^snGjv(7d$Zc+20(CHtJb~d*P2@T?U(X%iWKD+?B934alKidmz;0fmo2Y@siEJ% zs?l-onT}&o-Hz?S^)#>HpypeL{kyG{F>P2cgsx74qBpearXa0!!NAMBs~;S@)AQjp~P zLXdfb2zIYYa02Q1ytR82F#Z?)EU!O7%{*6t5&Un4T|D(+?t()eew_)XpuUs!&@Ow4 zvHwcMspobi(NCFXu=CuGH`s?8f0TpV8LTHu*yX&}`IKjOkm>uCF->6lC_(WRDlmD% z@bLI+<85U3h)H2`ei!XiWIzDVvi}#ZX1s^(YkP2t^DBW@Kb2R%71aP1^tG0lU|@i? z31dZs4X8G0kp!5noOS~s^tIrJ=24=INw&LXH>&~d1;T4q>&*zrvwDDqV$A4Z$;Qu4 zoo!SYkM|b)TEFfa8w5AEuwbNTJnwD>L3gHFl^46~hgM6y_pILS_k;N)87Xvzso`Mq51JLi*4fsQO?!=V+)i>iCZ!$hB#g8pW(yTsqW1b5}1?D{Yw41lXzB|0g4V$ zZgzl`u9n(`qq;K1ZgkD^u)ogy4VFLPbBOmQm1sfGp{(%!>?^KX^C3rvl{yp6I))ru zC*l6FyNzaF*nM+2Ul~-wZZcG1uUG17wNyob1mCh!hr7&u$KS0QPInC#BxbD9_UYci zBRh=yWUaYQ_k3sxoR52fynGh@V;HfcBm?}15PDl`zhs_7N|IDJl*^Eoy$uGH9R4N3 zH*VlYGxgwHI|G$rp>Eu=^wsL1l^ng(Ak~Ur+ps_MtyZblk78&slSY`5IH6Moi5y%= zEECPBkbC*7K%h&tV1;FA(uIANdk}H^hC=d~OUwFpu6ULyYesDEb0!l%igXps-1L62 z$yVPa{=&y{t4B~2NgdcCS*&_y85fmNluGWyyK%rlHe5HTTr4Ubb~3-!y$r@oj~KFrerBgKpKfI-n4nT<+zZ`daTg!sUIBSRO9mmT zIUVlFx(oYpPUaLapJvrwL16K6L2(SG{nEIKl!M)*rKBaJW-PVfowIM`wr#l|d0 z%}p9Stq}<)L8L0`hY?J%ShW#OCVj(+f`z!Cz@18P%qpc``-CalFGQC4tX3hc7P5Io zsZ3~+1{sS0vnhfVo>*`ypXG|sZ2WcN^5$Zn64t>HTsGR6IYXP(B@NnCFz~8OLKrnA z(r7D_`h;^~v{Psf3jTU(a&mEgHCf~oHK)D~K{OT7Mr!F{)eTFR5?!>#;V_WJ@N-R+ zo7nN#%rf(P#Y+S1M@a4x!NaW9{x-#qnD>b(ZDtj;Qsb_EFBX~4f#i~4Dq3mt1vW_* z5mcI{mq_O5&Q9G?E6%d&K^o4wsqJ}|J?%QNwnZy6CK)s|{f#A3Nm-e4h2u3WqFJnG6GZgad3=1HI9j713fv(r7VaY%WdI>5-*X zn&k9GU=>B;$OhEbYEC~LtBd59s*8kZEdncgR_QfHVAffq%+*@<%++d!r?Eg*!AMz|aG!w7g(8--f#%P@PT zPMB%TcTmO)CVN;|z$81;`meT_&61l3Os1b5Ej&ieYvecCZk(qA|uod@Ya75v=h0D=Sm|Ax7og0+d-9HZ2;E0CECa1~Bkw&?! zk7XP;Fqbjn(4lm#ru+%H8lJhvE70W!Mm07( zK%7Hn94vX??7!LUya{zgOL?8NwlWrIf#!vcBT<1k=pSr)oV!T1uB@vSBi;q-ukC8i zzM^%hQoXV*2ZuRaTqOsgT(QK1E!`Dx4;4n2R*K_+)4tc;Fbf!{dJ$O#jUlEc&vY_j zg@VjI+|oezk+dlZO1D05N@;@x;UfN=K7nYK8Q0{{D9uV++iK;!ve$-?VVS% z)XK`r)<&<;>$&JoR%}^8)sn5?MVGAJQ?_X8CYMH0cHDKJ*JKoyHJvXlC5E+WWtPW` z82|LAVBQSEkeZ50Pdjz&ku<`WPmH+K<#Y;3lW_vl!Ti`N^b#mrdc5prYYldB4S%IL zOF$C^swZaCj`gfdxZ5>k1|Y@J4KklawEs3St81&-O8%S=Q4nb@E2U%0phTG74WHEZ z7&qX9axN{WeOb^flp)n0{iUSZ6Eq-(|2H;M|Rr%W+^oq1j75#{EsNwOM+`s%i9Fy~U+8gyu&F z`PwN#&>g;rK0bcfd4o_@b1QbXk*!HJIn;dA_0@F~uQcO04-B{okkSf*iw*GqCkr`Yp>$0h;RACten5}3V zUED*TIfWt-&WTQ%_+b3CX=i`PQki6B}DI{GL8aGt?az&GCiA2$u-CxkPDMevw%x zI3ynYtsJe>)VE=`jQh2FHr0s*XiXFJthCg?zp%-~ZHCw=4Wsm9FD)N0m4XzE;rYYD zI)En~Nvxev(ht#V%zOKQ^NYnCO0~Ql$?S*duYRj>1}5ygE8~%ls_ryVlf+9ru4u}2dO(mu;E0|?`Ze@K+J8DM(o@gQ17Krh}^%xR@*H;GH zC(WmFO@hKR#mW;+)weA5O&}Rf60S5T6h+c32{GhYHHDu z39u-%T#T9U8@5Io*#P-AL1tSSDIy4SO6ELiZBcpNlTRYQzzn6a!$mOM*ue`IgJU+@ zL>~e7>VzP8q;=0x8W9p&sG^qjv;b&?3OM?lk{L~t>Hx083y2-ftDI42fR1fAwA=TL z3?3csb4NPb?^vRNFM|KipdAwbTb;t+(N_8-u84wuWwQYi3-ZEpdhNb((+RhUN- zOKTRj;rXqN2y~E^CWPwveHfG#gKP@;TtD+UxENE)`GE(nY~f=DBZJw!UGskPlMPkh zFc*|sfdr~O!c~d_WCJtGW?5swoe8Buiiac*@#t?hqMe|G7!OQ;FN&3hd`a}`Qk%Hu zfgyi74f|o8j&a-Xf1%*^b^Y9?fq{Tn0Ge>R|7l}k`%hy5Nar15dpVCleGxciI!?r+-8pG7*0EF49^POBZ_kelwdwk9cn|c9u6W?na1LbnY-`GTrx3E=t_wT2N-HN zF#lNW-7_$YJ2d)gYxoJJlbx_LomO_EM`T*FscI}`5?=CNOhATdO;RPvI@7ZQ+gcma zTiMc9Mg-Ln#z7ocgUuZRzQ^`Y&F_)%(Wm4Qe1GP|@;78ZcukK!%XZ$|n_mNIn?7FP zrFgOE9BZ#i2YZ^dG?x+aCDcwfHw-^4ob?r-Mx^W$2Vl>a1|C& z#|e2B%Azzf?theLM-7#Wd7t^H;b~76{>2`5T*;sr3u;Y!7>wrOdQ%Fw3S%>*O4(mh zYliH;66#-{xis*sR+Kl?>A#l(?-muLcE9680*EzJ+gm(m41RdZ$d{ASEQACC#)n?d zspwXD_vcVj?%@Ph&n=KgXPHm}5QlsXiVuy(Yzkg_)oP);SOIOI>8dK@H>xZX5QX!< z<|%(MgJ$K`5Hy%Ysr8>%P++)EemT%7j;ODXGk}`?A4d-U z({TP<+~9wZRHZ614gjy&FLwDuRyb7Q$q%D~xsrqq)&3xLNj0=8X(C)@>H%=OZ98Mr zTlHrMC4Ur1PBjqd8{MQ1$Nj;u9~d){jfdf5R$@WJ$YQrW}VAe$>py5Olv(o2eoFj~Cbk}Dcx{RiG zS9ltA4{)4@$h~+A(@ZJBh)X0T>ZzQs$yQOb_SN1RqTly^q!kBZg{Rub1RC8(vi3n0 zO&qsgpogMzs8Ki$gK~6DAMzQpQRBG@$#LhwP(2jR*|l03mqqf1W7TxD;az*Xi?H#? zcb`BTNb32VN7`MBkMuN89hbDVg}QH`XYj1(N3W08qD>Sp^@4$Bf1D$AZb(#~&M7QxFAi97cF(Kq(kk*UuAhdk`l zDeyt212^B@EYXB}`u>psSH0f5ISQnhHI@8rnPNav5>_{^xNe`jR!eq{SGriVO?Ls0 zT#Lap;=h_n{sUm-HnMj;0Dv3+ZvY15x&Fhlma6C}pa`MzEz)h5qRzt{KweZ)(h=wd zk3tfW!&MHKJe9728B8_6UT1A%HSw?=I6MgDOR~;;d?!QS-?&>zhe0)sPv!Q$PSAy4b#0)*qPQtUi*u|Y z?W6DBkE_(sWPH%!d*Az9OkKodFa;LgX-gy3eegzud8uDe+w%D4cjN7MP(!80j@`hl z-gnx1cmUu|dz!}2kjx%WPDrk+FPhRtDObLSL z+)l%%Z&7i&ZnN@@7*TnZzsuOb$B8As&V{S|ny+v>e)>4bPq(NSqpF`=jG{MbE-lk9 zD!g)I&0nLQoqb1@!y0xHBbO{3<9nAfd}5^ELe}QTA=`0 z(V7OgDWkX#z0;R?(6cZD@L@;vtGAvA6Sx3Hb`;b4tjJg~m{&1|T+;nHH+c$zyi(2Y zdsy+{u>cA4ZcAL^k4I7r7Ko~`m+H*X=~N@8v_z)xD#H~Z=0%AeZb;`()g!wpSQ>*@ z=1|(a!cY1eGK1~_`1tbx$F;vVbfqw{2V;!mQ-NS4WK4I2jbRTVj~}Z zD=6{)yFf#%md?aOZzKj`l*oCjZ^;q{5Qss;_GI_^=MFoWExHuTKI$I=M%$9`|i@pMK;4K zJBKV90%rf+)6p+hYlL)~hbm2MHtC-d$@C;|C6sU%Ftu38u)-6tQ42(C81IopGB!=s zzOZrXwWoo&FrijCfFQK-J&0}d1$LeHaLgfzl3&DM&>IMp_0m^}QM0D15K#HBh%*PY zWl-f2tSq6YXKF~30vb+vsm$eEVf!HT$T&k}x;Mmesu-sqo^U^$IcTLzGB3CPKsQ5Q|-gw?_A>j{x8~+e}MZr$NAI=04)_95RmZy9=IwFc4q$pUYGv|T@4)# z6b;lbc}eC@*ht_)OFHfO6A-YW^r}(uXWVWbZvO&~;!pwo&u5-Mqb=wHGy;eQ ztO!ua{mA^bbHexoOoDhwrU(=e`G;vL{+#DS*qMiY65!;(Hz4LQh&hOLbUevEzmNtn3Ua7pl*@#t}6C*=Lm6CCYRjawQ z1T(G0g;GC)p3g997ud(m>D*bp^K4vc9w6~55IQyVV8*JJftuE{j%be_okN(E#lX8l z4t+pJad~(_EMmd=(BzYJgNIvFFU5s#<8!$Fi#Mr2wJe$}*S0mZ(?+N?xu`q1#)jHL zCxiLaqBL1dxPVqelB1YlUb5u`q>zO+Ohcwu#E-NI-Ao#uet1v$J(5LY3tEp}rc0e1 zNuyLyB_*|f5DYfjP&%_s2YRkzShR^)19970!MRpgHj$^*71Wm94ZN2y`rbV_lg45zTd zUZxPyo;VLt-4P0qx~PtLXrz4O;0iq%G-cuXId(d=2hrTXSyA73hK_oJ=-24%zgax5 zaQ1i24p?0{y_*_pFj`-8z&PBr2juq99dyRnL$I`i4IkeYz-W@&pekG(r}#s2)&|p* z;@)p?G?pmZg@hKaVuyZadTMmmTE{u_#jxEvS=hEJ5*0S$kf#_>)3)N#*OnT3i;k!X zI%y2&ao1ym1)I@Lq&WN(m=GEmv~0~s1I;Xl9NwLOtarTUes$!bk}cTHux zuBK$Cl6q=CV~r{Nnm9r{5)tdgv)boo!fK)BB++C{2y$~u*2P?GT(Rmbub8y`!#;@c zS`2yO>{vtmK{}jZiQ`Qmue)Tydx9tpYh*#0v}0JaDRk^o{;2 zq`2#F+(kS*=?QoAY?hhZ{T4_&g~_4jO+u#O`kxGl#{D^i(M)~;J7 z6tMIV0a3^8z_#0K0q4%k=p?R)!UnyzU5eqVVp>yELgMdjyTMdrSr|i~}G8_YTLa zo!tOona4f8^Wuz+BFQJ@X#mK#YA(*utj z^6lcH52Z)=nJL1)+ac?-@)-TXR*cicFLcoEbXx9bqrs$b<3lQo#xsk^~8e1^gm5 zoI)r&rS`XrV0z=EwgzbXhKPI}7MY}y$?-x|f3tCq(sH*c*)5$(Zn~D>oH3SKySnyI zpRbuN-fvaxSanY!tE)fri>+=kcZt;V3L_wVBe5?~w?u_Yc(yj$`a7Ch)}PDpjGZFT zu1O`I_H4Pae{ z*34Odu=pAqJWJhSAO<(%b=ok~SL|Axs^p3gn?(;i@<_I^ysr+lpx)T2b=7p{hpJHB~-NE=v2m%-D%yBkNwS%vD3EG{1I zRmREHQI$BAfVEk2x5~s{@Kbv)sn#xs>ImqTOVGbHCXD;fP$nMnki2X)y9&4-ru zI9Rkwi%W)Bft=l++qaDGClF~8O07u1CSguDl*3*YL1mFSrS7C#(203SBF>#86$S?_ z)Q@B`$LH*lYGgAb5=9PDY|d@-Um zrb1&2xP=eq`BWx521(G5P1c^^N$jREDbyckchOuo{M>!NED}sRiuS3|**>wk%4)(j zl8RS9f#FsibBhBFh8!IAh8*s(Q*?%I@4CWwWgfo@_TfI2sNYii>1-afE#6J<^PaVv zd%AJbr}=o@HlP+g0+Q!;hjp;|qc#5U4Omox_P#`KJs3wt%sR*Rx2V+4kphIl8O6R z`I4t`YETB4ZRbRYmMq|vvI!8ZHc_i<8iQ)i`BB?f(v+?hMV7$!My-BxB8{!}^w}4!NzJl4 zb9P?9WD~cpm!$UCVY@g2j=^Qsm_c5WAXfVmCr6qnZ8knt&G4bYS^OvvM#5}VR-ryo z7lxc{dtZ~-juw1CK4>58Qd<+9`E6+;^M2U%DHX7LtZSpQT&3O$8oqfxLBsU?)>U=OAP*s7r~uwxLv`60cl%KLx$9Vr)^3bI zu-Wc(A}GK*93-sDsp7;XTL*D9Yq--fM2{J9~Y9dJB`=3yZFWo>Kly{ zw`OZ5rtM6Ry?M(QzWCGH3lQKPQldPrsUMYjNRTktYJstzH8sGu0%d`YAAmklnCoCT zN!*hXQ?Z}Ep_m;u3P%^yg}b6>F#JBA3y0%efxzw2?cHRVIRqtTf-d*>#(WhQTW1?? zTB~JhKq21C)v=E$24Sjjla}V=erpiEk%1dnmxCc|jAn_%^xP``L*^`6mZ8+?K5nftuM&-IXRElwmhJ3C7pY1k-FD#FPR zp%O!3&%}KRJL(Kdn0*v0_K}u?9A;+L1#SOWJQYNa1LF&zb)FkLHbyvoc zP}RGO<%@^G=rdqhVFP<5Nw{TztgTSIWiw0rVQY>Fe683wS{_v)iAH3k1kQz3?&U<` zha{&>R+@%gvT}mGTQU|keIVfTTu&m9(p0#JrT&is}Q+9 z9J^1jZLb_J;9hXv-spQef~#ocxbb{@h>y2_ZIHI7c5*Z3nj`h&K{6U_)=%WXKq1QE z74DPyd0=)K*-OgXcC&Af?IU%l+OOiqJ%pd`sXhA171QyGjAuH=QeM7DQj1LV0uX^mDMs!(xH$qD51CEpqAnuC$7EC4L!JC!!vcI-rzZN{!aq3K@Kayjx?&hTEk3R59pB zRig=RYNs-*2F!|!+K3~GuDdo9@MPDOo7Q3P&*-1;;T}skBsUc()WvxEtd`lJ=bx+A5IuUYbOI>0A4rvcv;rO<@ z2rP(L>Y8iadBcWw6HS`@9!H%?e-oCBiLLD~VWo3PXOEz>@pG;Z70i#k`E&9Dh*)W0 zmN9B0Gn`+xk!1sv2t&+~g1t`R#iR9P%YL^gc}Ri0^2ERVr@?2U6hDZqfuAJ7?>4&i zLep$wW$^2RXM=(>9Lr0LN(Lxo1?I=_mk~(kmEzJcctwa4J^_ip& zH6GFHh#v3cP@24Phuzrl%>uZv!~YbrZSv>T5jn%NIv2tQM-qXDm?)Tg9*9H7!XgcF zN>T;^eloU>SUvxbR@q(fJp`AJS5M z!g;*i7(|nq^j)w%)NAK#ljrQTwY4@p-X0tvwSc4%<;jcDZ=tp+|J((pHMzYa4GByO zQz~?f)JYRog!eaD)19Yz_6qB!6Fz>>p~qiI=(%&9M!CwSE=w5f>hy^e52N1jn zxmxcI%VNwYo%0A5%OD1)6=RJ)kKT-$#<+0ZPqGO1b$Q{oh3Bv--op$CJjCMJNgCCy z=P@FFz^J-wbB6by(hoEuIoyRqN-;S?26rMw6B4j$p%_?~;DItY2jM)DpOr(3fUNr6 z_UB3{e<_ewl&K)H~`?O5mKpwX-RtRI5;e zOD{oOkUov>YEa+sS}tW&D^an~TXX`tCP@$|C|JpyqUq4~5LffCZn@eL>5|J&TQUn) z&nvYSC%8vXCH2T&=8Al%2Ur*L@Gy^B7GzpbJ7|_ zk;)4drjDaofNPLpiNb*VP9fI7kik<%Rf#3R0`?1nMOlg_J znYkb-qkCJY8`eis*P-_3hYHUxBO;(!Stx7Fnp22TfxMV85HHA(5~P{(_u{;up!A`j zT!4bj%snej-@UHk?dsmLw&L@+Foqr(wWIl%?Z zM#@t>kF9*nU+Gc6irLBa<-sTGsfCLIx+?MDB?QMz%poaomF-ga@zG{AJx1!ltF3ZY za+eN8H0uq&J9TK|ui6w+PthJb0T_9V$?;v)QFHGYnFskhUQ|0@oK77p+R>Dd%)4{N zO&Qj!_{|h%hi0TFQJPb5^CX7dkf*yBVAXdew0XLdn%pSfHuANuFdMS@fmAOQ=j)L^ zb@m?Ay%mv*QZUIxtZXy!nvj)Q5wmDg43sOKFZbGaX*6Hq!n~_PjECe@Le?h`aR8L00FfR&r z>NA>>Nm`bI+UZt9AJWwM1XwWy=}sIuQc=`y!cbftXq(aO)ZEaVtK@@*vhWg zz_v(VQfi)DTw13Wz_1d!X?X}9>U=sXokmP-Y`jAb2F`EjPCT1nDcf}e0Dqi3)RW#Y z@CsupP?f0j-nN|y?_YZ|iFga_9*S-3sa^k-RjD)ts#UWK;wSy(Nkru;|LbE%2TXlH zQbCJmXaZ2On9k4ydoH2HJcwyd$qoZ^3<0HPR~e;d51iFMeB~}UoYhWA7;HP9AiC^y z#16!!!WHbM+!gMo;+0RssuuzUZ=VPS@4yI!>`t70KlbrFh%O?!k3S^=Pwpt54xa&}Uq%ISir6&aydXYzx>7VTy# zpymk=lsU&{Cw&P$tCEpJ`GNebPO)@S@(We-EF>LZR-M~%_Qf##_yt!%WFU7e%IcSo zR`zkZ5ItnZ5smDwAx%ok*QAj(raRQI_tqZl45x1Y_m28b4&nsX3{tq{GZPWjWu`Gg zA`AAz$Bg!*dN()Is41RQ;~Zs0v~mzdvQyuIB_rj_G`o(~TeQe5PSM`!WVmT3A2rczO+qTS4i3fFHXIcDL7=bBWqD6+VTCf0JWdV`hqD_gl zkf7D!9rlf^TbLsFR?ro|X;Y$V1HiOXcZoDpw48a$Lt=A1NQ{>0unu3@UtkB%4(UJ( z`oWa+g0%QnNoQixm4Nb`qByO6S<6t1qZ%vYZc+k9FKzmWXyDj_Kwwb7-J;sM787i! zu+dpxX61?V$Txiwn-jM$d-j_*i3?I668h_7VN3K+kei_ynTRVY5?T=%bzvZmcG$ru ztbxdmUjj_PEDi*jsX~FIpQSs@ zYb2u8VTeyr2mPf2^wGbY`IzXUBccx|#iL4pmJ0zPnVLd1%jk#ohQlFPMS)62T$Ic7 z@&@m&zQv48<54a(DDlC*a-ZAxUi?@bO9B&VmBH}WkAqR~PZC7*kmth%qktPYRxS)B zS{;EJ^+xsZZHWkA3lfA)^$6tysF)R`3wYcS^Nr95YUWz7L(XWy2y()Ls6{2ip( z%C9iVb?^<*w8ky#E`ar$e(RLRr&7+4Q2!3_Q5!X3LvImR1oRgj7uv1IWRIntO$LCw zC1@dQ+xlusbtRS2neRHM=Zk|fp6zenV^>(aiBU?g$JK!<)T38Ajm~?x3}TbUM9tE0>R(yOEUvKM>8Aif4r=! z8xBZD$X{MrLhJs(6}wT=?Zi-H)?&_eq2a89V7l1Z zw|KilV3~PC{wo-wCZ2cRdYN+=UbjB87`HE00vm;TpimrX+&fpEC(oQGm&X$mXgq+m zur{D`eh46(8MRd4aJW{(G^;e?67k&eT%=>A#4#baz|X<8aI%!Hl!2&RIQ@*SD)AqX zjrgbpI6|NX_QjI+_@Q+5kkBAtApT&`iW4`^_wMSy_GbC7LQ!2TiSY22!@B^dD2Ob~ zn-%9lo>#J;m6P43CWjTB$LJcm8qk9y>$g}9lj`lNN{#H@xeQPslhu#eicK~(qraW) zX98N3H&-XJy*8=BBdDjTBp&!BNeaL9L|GX*)KQTglFQH@tD@uZ79=5I?QB%1vVGH; zq`R16SH_LbR+=vu2b1)%()bxIQr%UnF^ctG zppc22@;Z|RSqJJ388|3+v38lm2-rn31vGwM&CR=AH^Qi6(D0TgLAO;~|Gv!RKhV@Z zY(b82BPv)6Hi9HRHd5%q4z@6>+AbKXXxCI|PG%o0ZM9%UdVqwaP0SJbyr6!^iyb{@ zSs26$i>KYs=ix?*JDnOE_0_|zgQYLrIH9Nmu#}K*u<9}#A525?;83+E4&M4AJO{)r zko+}9y&J!nyO#WzS5$5z#@gT<{iIaRRItpEIoAFboNE%G#MgpckXf2Yji5jGJ!3_2 z{1ig)cT+11pGBbnio6;il}SGR{^3Ih^+4fPzyU^=T3P03b|!B2S&3d%q7!7hSqPNO z8f-=~j?9H#f@)E3ez**^q8-+?k{y*w`Dwp4rHZ&cD`6!VN=Vi#~2 z-v#^ZmvZ#c1%PuGup!|mc2a#%lsbbVC_ndF!&C0k!&mGC`mik1Scx*g_oXJCi{Z{O ze%Cz>GvO#UP{%%;se)1q+7!jXQ_Wf zKN?0&>ge0i+z=+A&f!H9lVCkG`N#x9hEaE}Z`&z0!lGmIGyZIz`J(*KkJ(i2$;0hY zF5y-f*AFfQsb2$~O!_pu101hssC*ffrr^{k;{hmI4b@xh5t}&b``8ouFCN>!_T%LF%?PR+#RoQ&_%Zvad%hwrvij`Zue#bAa z10lHc%BG~;BPek6;#M~c{S@mC04)cEPTsytud#5mx^sg&8ogP{T(OL19V1!d7hTs< z>o*Q2^FX}Udsht?_n-qQ_xnpU;W>$6lQ6HG_TGeW!7HOl};zfCo!9TqyfTj?Q z3m!Fj`=ki$jLbaGBcK`J&M{~-frJ7UQIXZl>op^0GehChZX8=VGpJ;J|+(W z(Zu}1L43s>cm<&NGg|YW^BVq|cH=9_7OcBEc07BAM1!#wVI*aO(;2~$;c_G2rs21-%8iCf68flf@*&wnF!Vnr|_Si~Pc zwy6G#!K(k7F#Uta)ge3+mzutEetydi86Obh{c;2H<$;Vz{KK8qETJI^1AQSP08q%r zOc?0W!WwE@7pt0@mNc4F>~!JJHH5@N<;`f!l{YUwe{1OKdfk-GtgNq_AQYZ#rcK5} zdjZ^i#BY9l`{f)yUp9Zv_`Izq{3xE^;P~7J+^ezn4DM;W>v`1*@3~kd8PFB0+X#ZH z8ws*GsFCpu>*DCc-^ZBOqNA7zgBl|Z(uNF)aAYVvO6)I6*uY;1vP(QEmQSo%FeQsF z1VkHF%!5)KJrDulLpO5n9v;DCL6mYT$|L-Ni4=cAX7hetZN5y82YZ$0j`dc?lU(X??Ni ziodES3|^3Ke!NnpwyLGNW9zOBrRR7c@n!Dg#Dxm3GV}5xMaHHHm_^`2javtPwbsCh zIS@B(?i16~HBoL2=i(9~C|}K4`Fx(syNL1PqOoMPwIuy%Z86u5YvB&+6oHZvcRD_P zo~%X;f1b$`;R9}9va+;7ZLQU)?>%)!g*vT0tHi3SWbmM`L=zGECRj)E`D=6hAQxS- z76M9OXtdGnkOhifK)eck>AekxG`iO4C8CvGymv7A**0`0fVDAl_xia;IvXM<)yjyi zx8#s&icVT^GW>PJKVW%+Np7ycm}A$qjEAHr(@HKXz|zg932G_pqbNmhXsKo^r4EkG50_7bG4W zf-0HIqEX5B;!HbfKt3DbqRTe9!{UUOHKHlHOyquf&%{m)JIM_1VR2Kea(bLLecPZJ zP?kxFf2r1l3D%o>0s3tnW_!unOWh&S!_8h|$nPeit@w{Ppd~RW!WBo_n^K)zGJ=jKgfkd;n>_@6?ee#L9 zb@yR!tO_AM@^2f(@FE(F;5Bfe<@G^mSrXLj27MOofg`OgmyRRU<=^E-iX!qK%7`u| zR&Fcl5HZDr!rpPVqYY6y29 zWH#?&3$u3`2~2|C$nnvaE@slX0XcNO+^oqRmQiL(hevZAEov~7XIt4iMTwfdW901E z7KXQHj>J36Ojg`VjE?RiRG!)Pmlo@KzlSp9Tx!xAO@sY<* zK%g^;Z!!;eOP@z~B@;oIJhW;!4|gUZzfYOqEu?z!Xu#9=A)=5_oo6B49__6^|MaMs zWleV`;@Pjd+SeK{-1S7dCB&NH7?C+w<(MJfvVf!C$0^+om6PhoYDIU3yKXv9`a4bh zW!@`Lv4=w<-H}(D29oR7e86LDSeENnVa|f_lN@~VyoXu|4Jo%kOnPIIyYzX173ot$ z!>oa4EfZhN!^gH=rMPTpGSDOOLF6y#vRjY1thUPX#113U?tq*0#w-^5`q(GT19j(A z-PxaRcNlY!3EBC&XN?1eC1)7Ve;(J<#Rhw1YWoXK&Q?gdLu8Tp;3a*sS#0}rbTqMy zQ>;`;i_uI=#DC7q^v4Zor6)Y3Chb{d59NgpsU$gOX3?0xg-dJ2OqbKb*uOwpg{V3 zNSE=n?#W}7a#wsc^&WPc+9#|TsF5(+Xf<^A2vN?g3{ZG5RB8n+1efHk{GG{+=ktR$ zIp`Tryu8WddZHY)srG3 zrqgcw@ql>$lM?A9*PN&s`~G!WpTZ#y*6FbJL-7Oqnc8=-DmjzNh*?FB!>+EM#$bXU z!JzC`qWFy*o#9ETobw59JvqCVQBPr_u6pZyWg+Gt0FaoUOvfkA>!Bej_rcFre+DF8 zm`iw`YqK-++BXLB(7y-MJXAUf;{SqYNG=NzaB+Q_4N--a65rFz`|ViE1b>0)DA3>b zg$K)Zh$NEj{+X32c!gj+SU0Xwavd5xPf%*hC(0p=!P~=VEnI+sUq^RBbDQ)_kg$m$ zY?v~v?aShm#|2)e6XT1l_3&cZS+~VH7#0M>%+FINS=QW1+5rIx@4`SFtee@r z$_EZk*bF(e5p&;eZRW3AyEtDiohsC|e7}do4U-n1q@?LihCJm@{^I_1^#ukO9c{&_ z`e2{_j1`olbiISf=#cgS96yJ}FFNE?WH^wly|S=|BI~`)^y9UCq=c8Bz;?*AgDn83 z=s$n5!_%H*2jAFzy|?m!1Tj%&j8tjsW57hRzys1v=+b4H)+AP=T+o(1XBBHE&sHE8 zLO7SZKWw<-l|303gPWk)9imoJ8v)`REa$6C1ZKrK^fexKcq#R3B(+p-)%W4!5FiHc zyPj%Qh*sMDX{7z)2@FgQd){2ROb!$c@#bNA%u9$1#}pWFq(+^?j?UE=6Ysm_n}9DO z$Z)-u((5aX;Z{QhU85!jPkN8f_u*CKdlWUR!StH+&7GsoD8l)=+4DAt znUy8h6;#PDFZbk^W%*n+$CAAStC zSoi69v2})J84B=5@3!PjSxB}|d(10XI~2}bH@)P$VnyGx7dkoeM(;JbZ!;B)-kx`n zw?R38($zK1S9stEi@X((pAQu3U|%@6XLXTh9mkhXo{-yb1=8z;sQ%QK*jVc#zYz|a zRF+|6x!O8+DnzF56j6u+nU|p4ue|4YmoK`rZ8MiyUTmGHAVz-4Uq7k7Z|}PH#!d+- z%7~qrFw8r@^0Hmn{{H)-BqDuEzu&f=9Iz_(rT)itvm%FzNU(VzmKDZ{v-&)BBx-z; zb(tD-!V|U#S$-2|Qd+`Pwlr^cXimF2^|wE&1|=IIZ{*vX5z7s8BPbvDf5;K+_r$=S$M6DNh@!U0=C&Ynu zldA>G!POm2%OkDM3!I=fLKG?Y7OC<6Z|SUZYe$zTjtmPpB5cQ>#^`Z=Sqj1z+zkxsZEehD+$ff zWjw3}Fe7jJ(uD8AHQ82)Bp=@rCR0?o^O3X7wUhL*Gv0~Id^Qqwlqy=;5-sCsf%*;TUk`(9^ZFqB*hSX?3+V=(QV!6rcr z6;ygE+l!n!1IrN&tg4WYm~IQ1!qbpJ%}4&t$|yPoqiF!mv;Lsv{;$5Sa)|9 z>9$&qu3Sp;M|Cr5kZa6{mIfA3 zYb1MTf=+Lb{X{Us z6~v!tP3Puot5@!AlMk7K3yjH~km{-tPmtYUKnrnVL@wt-*GsXx)wun;5abx%+isBY zlfDNM7U=#P#tx80RxiH@=WnU*!rjfE4lGc(>;AB9gGq=Wq~~0^xXvqqHCndk(aVO$ zh#QQ4ytiqI-lj+5!7IQOvqtk`O(FIw7DUz#uX@TaK?F6ju;Yk|wN0w^t=u%_=)QCOfP~Zj+DekT@I`ver7RR zlAn+m;QKZhnp_Snmp65XOVXVBLQ#x=(?oXkWzVRk~Zl zL$YE+k;OwkqbF7u!*aN+SNVGd>%Yk7$bA)7I3Z)pjl`p$u?lMU5eQz7J73+VgW}{w zVlb4mCP624UrEqtpwF)a?TxPbnLwIQdvXr*8j@zN0SI>7yrH7W_GgM)yGMY$<#Qz& z@3SE$9}fG&8SM&pQ=~KlxeMwg%5igcSAUAyq4IVFIw_&kezFGU{qE@Sqfap&jor^A zc+Y*2*#OqyGS*-d2v>nKoXt%Du?mrcd_}J%ddP}sYT)HAxxB~xFRM@22 zA0D_l_2G5;ZQ5XZ1&yWI#jH%neBz zbiU^VC?!^518MWhK^MaZwpc(E1o{`bmIcj6@)2aUuC%if_rpI7FYB>`*!JD_N_Y!F>#9mEEjOlW<@3PqjGOl zVFWu5gu0_tMxc{vup^`?&h3l+Pk=?DI2at;vjR=NObpN=U+Bqst)^a_=#u;gOvyiI zyAJfoy{2NdQ=f|7*!cZv#dKv)q-G01MjJ-!#Tf&zJN>%`_o&CDpuO=$>**xMLJ;SIJ1o=jt@g`(byPgzXv7-uaGpQ#f>NCnK<0p(yzizb(-;{!O?*B+?~r;~ zbkJw*cq5>34dX@xjd&DFM%0nz7Uk#Vm*w?lL%5)Y@iCS$MgOE~%AdNc;Jfc9EMbQ@ zV?-KU9~qDh%%h*!tu?Ic?T+ID%>UFr3$8&=hB_G-0s^hNb^#gCA4t;Y#dH+9&356+ zJM|3l0OPVv;GiV+E6cz&TeTC(43=LN@F|PUYEWu znv5em-8J|GI%#5ZDmFvruG)bZJKgeqAG+!|jhtb@;I97-+Qy`87qP-Zx+sO3{H=0w zj?^lsH2BWQW}2Eqcaie}-ikgXAc-Y!IJ9)~qwR{~0< z40uMMR5_whL6U4-JynUA&u2)Pu+&wmnL%VWUD*Pr^>9^*n173Y^M>6s&Sp`M2*yh( z134$ZLHSR?Qy9zQDBl0a@qZ!kCwRjR&9~4G>)XHb-!aEOoa0@}7P1S!kiEC9Dz{4M z$k0lBOGib(kmdP>ZyESYe8Iu*3@Bh09jz9ufDQg2eIiO@i%9<|Pjy}CG2klEOa!Lu z2NP$TaiDeEdD&ck;nnQ|pbH&BPq)h+0zpMnkF0G)7KIW?i>hm--jl$l*GjUBq9;4x zIB1Q87{+3-9v_`(9a^`7NI)zG&JPMnNH%~B?c`f^hVeT*1oDzzvD{LhJC^7^s*D65 zTz2f3C=I5Zq)_^)UQL8wcYa0!z;1iEiY~{SJ13cJkTgsz1+_R+*&eM*zN=94VqqQRHFOTEpKDzvHd!nakv!{jW7ES0dx)%Y`8Xb8X;a@CtbXm%-FB zjp;}CBYSUop!l>Y+m^6_(;2uqpSYE@5XGz>w5T+n>&HX~Pd4jqQjt(kP!2eMv!_bX zU!yl`7Vc6sG@jFbs~a#tMD5i0v7*UMP3HRc(IaFwm1oDdk)y#IukA^|rWHWmNI@J@ zO8`6!6_-TSJ46pwH^dv*(~X@7fPIQnbu?+7?d<4?Z@hy*ac6j*34jAgrv`KnMdAxu!bVwr)wk6vrRZAn07cjf4%2^ zV3agVecoJeUR$3VF@BH&BF1xx55{vz@e%epp#9R6wyDt*g^8gj6#B|K%^%_tzJxf3 zC*!JNSy9GcRBH5(O^>Gpub^o24^0nOmMby#cvpx+3oSo)2!$jbmIJwO*d4TvhXG$` z?h)4L3?OBRBi&Hv$eI=brG&4g?&1foOi?5Mf|Az%C5c}YE13^UR?+oZZ<=rOOnblPC&yPhoLR!m>dIB zyTrtYCsXX1Do-fI!X>HyNC=lQOE$4KQduMb^k?=m!_^?y1hLV!V*(TOYifiTC?Q4^ zVpbfE1j3+J2s@k+9Xbe@8?~y-I&}89`(|jUo>76vpwBHJsv}|c^U;fzIl)Gi4K$-f zjKe_fBQLyQmrX0%_1#_Jhz9SNA^|TYmeN&(jTOz*D}MyrSR$;)ywKR}fCJvo+j&up z>=0ERmAc_tw-9mk<6d0`1}Dvy>JskgnhKt+O@p06CgTpL z5ZyNK9G3Rm8|?&V{W3u$l=Za%RBS}_4}`KRp^#=V`Jhf;>M~%)8reRX@C$Q*+W9uV zD94<9ikR(nOi-$`5K&Lp1>!FcAZ}%! z+3rID`2iuopv;}2B#UDf3eyzfl)&194faon{|buGU_tlMZ&2v}*PvkfCn&xr27iZg z!PXsH_2yOi_}f*pl8!KYFn2|BrV5F20|7P*XW}lS&c)Y3x{^`2Cx_&k znr1V7#JQr|i(j(m7f4B^e|c);W9Qc$$kZ$2V`O@1^A!ZnSObhZfD9GcZ-tl7{djJ&E)(3xpJvta>D3}44kXCtGcwMaBFQ0zv z5_R=rM;|!ANz$}Hp;(to)iX}mD-p{A&A1{>aJ@qcbzP^ALbdmj@kJFyM6$fy5I4!Z zPzjxIqVmjG3UseU=wYOwhrl+h7-|;sfOv5Xg0J9$Z#eieC zN0Th4s2yC|=%?wzQMCqf6o5{2rWqxA&9T7Mys=nZF|Z{~8v|{|po- ztQY=Dz}W0AF~tO-XpW?Pxqx9oR6tk|zzZ95L7n=n8QQ|N*$;ljyenJA^5LWY6(zPJ zDWCwvtp{RBFzH>gkUWf1@Q_a36$M`@_rYM|T>C7H)`0iMaO7M88YS7|2~WR;6*volGwJsd0CI84UyC^?Oq$a#yI8e|D7Z&bqzyOq0ZX zCe;=JQV|gvE6}C@k#B_g54aYf%|30vX$pI^QXG?ecUQjfh7At(zHKZsXd{hWcW6zr z=aXsam`^y*#cgI@h-jtG=huZn{|nR{oMeHV?q{GP&R z1G>N!jQ&s$y*&`r8bg>Dl9hGOXm!&i1G49c=8@;r4#vsK$7{V&;V)4CN*ZnN^YF9( zD|E2@f6xI=5fq#(O3>&Ajtw$c+)E1Rmx#KUOWU3yRjsc&&GuBFI|K>=tltNAD<8^9 zpo{=troHNL%rosZ9h0-u4Ro5n*W2G7LCB)DXge`%h2>(oiK506C$BxkL6ild^e%cY z^gC|Rz$ca@5BCNtXYA zv+b;G<>D*q5zv7xYKEJdX_B^8fkI-zy=4KxwbPb1;v@+6#yqa209d{(mE{5Q=iN!K z(HTPlnI|h^%hD(G+;9J)7)Gp^ugjs@V97}CfVB&T>i$bj6e@?{69>?et>3_RC_!*O z2$qxJ)iXd}q;#j4D(bqwqUw75n0aWt6ks&VKPWg{w>f*38mK%`A#zl zzthbBF3@28Cp>n(-xT=IXZOc-d%htx`SMcatET=WJPGJwQ_L`FJ{V@M+vY86_mGt? zcivYI*M}iAq_F(}A77tDyXIs*LgL$6PR0(#9nS{F_xG6@-5)Bo*&#vi?jCY{unz~N zzxZw7pi&2jpp>DagD?ZUdIKa%Fv^9>1NGc3a`0?fcgs(j6Gm0LV1g;GkUaD-9b4Q8 zxj>soV!f`Zc-{Ks%0KZMPc9i!r)sGvJSSA|t=4ZwPl0ZL6-*#N;GEqKEj%1eNwe`7 zec754Jm_*-g9 ztsB0JrlE%Nz6WLve>Z`Gbd;srhYN75ZFF{JZ)msUK% z`;~hW-zt5&Qco^gB3qC<n5|P{Vz}w{MVpl`~QKmsxDtizH;3nsABggAbq+B z5kzTTa7edROUCw|Q_VKqC-ye+nWSnt%}r{6ePxowX7uw(7u&9jMDnzN(SJe)gsThuTIXS_Qh51s#zdOEQv0W#pMmx1*rPBHD{RT zlCDAO98VouF~3a&S--(AobSnIHGd8%1lyi@OAjvTQmbmoAiB?}-Z*d^jUJ<2fXW&I z{lPf7?wh!In2=^-F!(ZAzClU#cTh4${-(vV{|l4>{NJGDrV#lCWs0@Su62oDB@aP+ zGG2_?G>*ygz3XB!oh$7cW1{ReAdCjSGVh&; zH)1r(qtou6nqFPn@(Gq7kS@lQD#0N{PY^4YE_=#JrOi2ICPuV30Y#iYTB| zXgv8cA0P`uSUSC3uzEv`oL^}-k;||A- z`q}Wh{M=HdtLA={TSR~Q`0_a5MY#c>@A$j0qcy9_WA6lg$MbGTDF1aA?p73IrjjHU z9D-{yb0TxX3@VPWs%>bZT`kV2P>r}4F8HnL_+x1lE+ z{~la(c;PskG{?COQ#g$XiEH^Vx^gdO_BW!WtD+()aPB=&i#OII`WH;*b5qnOQrt+k zaN4%a^DV1@S09ZKr817hHF4uQ9fl}T5~$)({+d)BNHovpnF`g*Pq4l7PJk0dm&~Gz z3iLd)$SY-}HPi^)9eC{;Bkay z)-7!c@UQtbAj_^JaYCXYIX3+)#`lFCShy~otXZcM>@1E+*`Cab3$wE9O%TjRzH;w< zBj*cZNO$dm_Nm|P3&q*C1culv$(l65Yu}i3cAm`-BA@j|(Nm)Q#-zMCEKL-@38ImE z6?}_;eY9!Y+$NaCF@0Pfm za7?O=ClHpn@y(CFm{L~a0Ezm6adH!lVFpL?j!RPh1I;*5z(LhEY1z%W*5;;v9N)m1Q3NM#JKzQ-=6Ql;``L*Z%|f!J2}|@t19t7Jdyvb@@FYY z|23x6D`V9T3tK}%G8cYaG*>)*S-dA#Lb*&xxLiz9I2TYT?yqt&oAVJ{C|+;QE;t%( zn=M5s(Eg@wuMIzVsuPSrW0EOs2V?e{oA*QKK^I;Q4^Zl`0Jc{vZb0O$h;B zNU%7JA|^BpNbqX@k=iGsAXCDYq1?E&HXXDQwP>Y_2J_z533CRaAj-<&GwBQU8#X9P zk69B&V^r})C@RRK@(6;?+VNF$E-?BrW%UZ(D=ce9Ki!tfgwwj=ML(0}H4{fCL8Qh+ z>q?z4N1!;GWT3c-ORH$A%JD0F5w1ji1@vSgN!1X%T?8~E_m8o8vtXg6lj8^GZlrML z>@v#-G_F#{>*eO4vlLhn;)u}+f8;-WGRC2bK1=3on>S*1&C&grugO-4Krn4L?h)LN zbwWQQRkxx|!Z(sHb9IYLh`F|6QAQfKnva;419u!RIQH4{3PR0b7&(mTOAK&XnKli{ zao@K%g6Rd$Uu<2_LBEm$^ zz8nh0=5nI~<6Mm!#FZC~Qk`s_+pFE*b3|z`@ii zrCr=ldn4B+Bz8#J%{R5ME?ntRs+95!_vxk#h(?ckh?Iy`011*3FizEqxyn=>rwoW8 zJBOK{8V&)CC{ELR`VR81sSaGa#qPy7J2%4q_`&+WxeR~j=`K|ZMXYaUFf1|gS|v>s z2~*Xw2E1Tvpjr)xe0pLT2<0(smb&u7eNTsHQ~$)PH<`j z4O2Y(2+L%DRJ#27@q93c470D5!ldg2HrWu;{EAa~0nK_KH=RjpFyl-uf=wO1_TnY> zPKBM~NyCf)UH9~^WCGp5TBP26l7?HvhMQG|5NBLukwuZy6wBcH#v{9M0HR}6NGXHX z=`m0M!VN$j7|Naq|g!q{~`EC7}bPMO9jy+hmlVm&@j? zuT)D>0yR|tl+deRbX1^I+FPh3=9)^F8m`Z9%|G^jCXH&ov5Knkuo39OrAnDMxJozNH?L-IX; zwIJpT9ta{`X8z=dUli#c289}l1CAD7RS@+ueuQ4QvD9?2*>OAxcRf!0v-k?|+P7r! zN)fz=paoZ=IIv=EUnPs;oPG)C^8c{+j?tB{+16;qHY&DVF)Oxh+qP}nw(X>1+qUhb zl2pFb`}R5gcHcYhINjs^`cD7aW9*-M&u2Yr%{iYni#O24e8y6XkZe&=6_ET$Z`A!o zVuiO5XPo1RPQ#c*dhd;S`lGB!H}Aj1+rd0TOm78X#H4SDqb;CZ>y*52TgI_hy^;D| zjB-23IGG<}ueyJ|a;))b^nY8P@jFW?YymfvYVRGHN8n4(YlF=tG63xblOe^Z2SWeW zT@nJ+!Bc8R`m>Z+uT-dCE+yX7RlDkt>jbU<0avf*PG^KcPX%qKR=f!)fc<-h3CJdL#^JFzcGiE-5JB-iXd_(y=DUbe$qyXI0*{DWw2LTP`wI69 z%{PT*Wmckl>?P?tdYc}Uoo5S1%{1lwP6#P!vnY}$PLhK9K&T=s0!nCbGX}n45`3GE zhoUmIAAQ+AXQt?x%#`{^6_%>Vh9yK@HJVRMgSC@T@9Qq#H)4iZ>Ka)n(@kEyb`0fL zlcv;LdJ%Ta%=b6eC`S9b=eLiRhdf4_NHi>9NFsi5#lwSRHwbC=!nWl(3p&PxJuRx@ zx+4b15fA6s5OATx#@%E7<0ZtJEWUa9`2)s$UPS-ak0@bk|F`wUnST@T&oneRtT5!j zWiDm#AP~z5@Nv`>`4oM{P!*6BJFLb>S4NYEzXE$J3PAaRefNpx8(+05FXEi$beTGL zIm}31+4y6Ey#@xtgjsKp8KO>4S|hnkYcbYK)wQCJB19ie$lbdPjrKcAg={IGwMgt) zmGvU3DVV0Exg1>M+{^}gNBP|Fux0?<}<@A$w2PVHt2dMHcS9tl#%vF|Ev0>9dK zrPC)IOxHDC6$I7L1mRoV@5r+f+zL{8ohsaa`ka$Gyh%HtlpSxJJE0baW8Ap`?s` zN3fS<=e_9RpBj6PEX#@?pJx&N6H2WAQZFMXqwC;cX!p0r*pX4SR-YM}0>+=4WQSsB z=j677;!Vh7V+cTq{i3Ycl$v5agE%;FlL>HRqWNk!S|(5#Tj?Uw&x-9Ihcs6J~Z(0sVvdVdFaQ7 zGdn6SEINB3Fsz%gA$e9gbl0Ii7zZ1Mu&OnH%iCGXNKk)>Svh z_6>FU0QLQ#&ErJ*RDgme;Qa~$YJmHFLi+Xr{Nq#U!hO_~HB2_t)R{~)W5m>D5ttx^ zY?sUyl+-O7FV!m5DjR7M30|gJuOf(eEc|=!dkHRTEKuwV~m7tZg8_20u zu&adAJrrF?;gvlUj?&Q&kmzEHVd9b+mV7scTk_10QY~{M9Px8VVmOgPtFRXaQtQHp zZMkfl8Ejk-_s$-MyGrqfltQa`_aR~%6vcYqwmppHriFhXyUc|_f30+P%H@p>=_eG5 zwXE$|@e?H!Yxx_eUk#sG_hcbs)-#E#;!rXlE3)|Mm9dW@XV_J zOw66NJroc5OKhMR%LcZ}kl!VZ<$FAA<+C}6_nr^b%ds(v$0UIIO|u1VxBRs$bL>|v zqRFkhJ-Cx+f+o7#WQ8|<3{Uq|7S8-#N>~pRZTV|QkS!jWueA3<`EINsISZivZY}KF zkplPNd_Q{~b8|K;mR<;DLAK7lWa~?bBXUwGfqBqW6qTFHbVqhqf9_!@QD;sfu)6Iz1>)ANx84_;Z*QTONTb0H#N^ zdDFd2*^0_KB{pO-B@l`bddsTvJh9 zTeI1Lnc6Zud2xXe&j5W{Pu4rfqpLYkrjY4*3AA%YMMb#b{*ArT+F{8({ed`L{k~Kf zctWE%;CsNuFAE*Z2Y;VZ21M^+R6wGQk}h(wRm)KIz*)qlyL~Sch7kocTUK9{hnev+ zxHw-FWMW&n&PhzGX_o%`9O-N|%?_*{HOUfH+g~|axaL}w!O1SlU=GX?F;keVo0yMx zs~(|VKb6IQJ|YnCeSfxTF%9QlMkJK0NjopaKYhsLlZ)JY40NVZ z5yQlPotEz9j=SZZeN_u1+%yRhG~4R~uZRYqU}7t(8Zj0X-sI7#@N}S42wGg!~1uGw?yca9oWw^{%8JWSZIReI{_PY>_JJ%fI?Y{XxvEr=SY< z%e~}%%AL8FZL6#koxO2P|Tnw%hEsA zLjVc|cu^)?N?Z8;EzM7wgoz_nA>TFaDI0%@s=CtQ%L2TTHLFA`i?LwY?hMAX|NYEt zU6fs+qhpCF1K&ifIX*s}nD#Y@AOEdM(Qa5CGKiu!)xs&~} zB_#wWiT8bKM5c9#sl`ZRB4k1&v2vK;$L5{BW!I}J^*9lW7PlwVvfd%>GMM6tfd}SM zi*_?R8zwP2FvGl|{pC9u^AGwykcfi=j&Qs-;uqn8eGU=6Lnm;P(IDUpzPYQYh{cjQdd+jm^wII5xhU|{$TFy-)(LVaQqDVg1?{+*UKgA z#_@bk$|;6Z1&^qaxC48iK?kQM-~M@jIQ-V}>_Xpp%Zw2f{M$Qwsd0>6+E-E&91C_s#hMWh(#EQfF>_zF%QAY2VRo*Tqy>wcW|?6d z7tilpi0Euq=PHmh>HGQ`PiHr8>|H58pd8a^bxvpG`tz`zOcYE);sQy6fuU^(B^krM za1B1zKjH!FE8n*RH4ozj#C8FZI=&yha9*ctYbA^x(9}`xoz^!vyy+Kz8Ntv_BieZ1p`M3_hHk%f>3+UZs$^i#xFh zLn&1+dCJ0Y|FDDk@WVB$fx8q&o8y*OxF&@82*ag(W`W`E=_Z8!cw$4)m9ZX~40{2R zbW`cm%ZS=m!`M$+!-i=E!ncm+u-ME~Y-4&u=AOH@Cuu_~)k3oo5z43QbQsB~Bk$P3 zP1t)SBSDP;z53Cf5Y%p~6xg>pQDFwt-Tw~xOTG{28KrR<1E-%x(ue1?!c8rZB%tO# z$D)d*PHJ<~;OS5uK}m8sATtCdj6@-}sHgs#Ly{HEoxN6+s8e|I49044`{)`<(uBa@ zPZ>^JkhSgmev&fzB~z|SO=yCGzT==aH!M}hLBviZQ3+6B2c6- z26&Q(bPWE!fnLXuRgtzd*099b=mX?xt~au$>wFC)kT)spo&}={QR7x6eh~7v*pwz7fXXpqI9pmvciA{3zaY zKS(n1_o<FF}o(Bzru@1iW3c^yV-A?)W z1w8|In>L>O&&F4@+k~zw9N|F7I;9&j7^}bwjP;)AHC>j6EYY7Z%qQun{drJ}~ z5mtup6v`_1#K_fxrrP*>D1bnTvR_d38D(h(DfF=1kMt7|5K(bpZBK@TCU>57%XVQJ z!qBQiA@m4D%cg`0BCfn!J&ATES}2D_Z|p(&4q~_5Wsh8sFE|7J=M`B(Dd1@v!^6x~ z?d}`HFz@qLcg;@gOKMoW{A=x}_ZHt%kTYd(D+6Tv3#{tu;)b`g^CB^2*edh${GdRT zqm_tHkbIAd-gxBpANwkV%Lr`AQE|H-&K_P7Y>zBWbBTloSBkx6s3M;U@G$7L5FAT+ zN?)##3pp7dj9yFM)>u9URTI|ll!M8}U&o~kb;_Ou!n)NrxP0Qh3S<{u2_Nc22|e$w zYIs|ZS8&rX3`!Z96hQzh66PD|!p^l4(VuoV!Hum0WCeqpBlgo@`*x3-TqIcqRx`Ff zlMS`5y(+g-XWwH%5#4yA>(0*&colmlh>{x5`MIoM7nN{Vn4udBWlzqowKgh`A4TNH?)Us^_i$Ia&DPyH~%>({)W zeqC+e&ExEtlIsTw{*n$RCs&vjK6`jGKTNKG3TC#OBb6Q#uXSymr%<(X<|98g9P9k$ z9h6z5)uki*hHyt?qXTzgr;&UVNlS70ktwp}8)v24@%|1|*qs~fJ-e;m`J6^kh6At~ zB7)AP)nBh!9V1esTB~DUGSV&d3zf$F+Y^4!mN`t{wwcTqJQxj)__=WqmL6E1XYvV< zb!g$9$%2QIhF_|)Zupg@bA=DocAZce8uhd5BbK39rFMyX*d$(H+KKS}nhosXI#i6X z^%At#=OC1`S)9^6S~U>E-2fJgn(Dxp=WauF;moSrR&IyBky*I@px*wx*AVz`XhFTk z(?Zr84Z=U*O@d)DAgIp+-M{QtAYB&nU*)#~QGxO3Y#mOLPnxa3=pi zsp}+8jTnxRo0u2}UgvkP2IgThbN_L%^0A++SQ`+kk(n_Y%dkKhlgz`p(rlJ=HQ07n zR{n1Vp7t#N=;$Ok+Y} zZE`{R>41uKoZ?){i95ff(uvNB9{{)zb>^jSl0&#<2N_GatwF4d=}U$-(Dh9^`ApP} zrKqJBC8xxr^H=%i7QH7z$M!vR*oGgk>Yc2vJR~))!ABcS_4vjFw$gn85jgclsW+9TfRU&?aSw^xCt={wih3ddx4oc+j%jjv$*d z+Y|3}>k-t}qOKj5qxrG>eRktd2@bs>LiGKyk*H2HvKMr1K#&|cCCSyhwW5Ow**VoHlDo}s;{tL)9Ynf_E@y@#t~@a6E{@SMi(N zKHVueFSY0Z%B~rEt2%EDZ{|8#Lu|P)Bv$^=BfUgL^ZFy!{$Vd!9%m!{V+Q6(m8Ys} zhLhx$HW9gJV&t(1@}%VZRyHcTy&8~5JJN7JOKU%$M_;csAwUW!@2}?kogAp z-%5HSr+w0q5bTj7eBp@mkwpA)M~+qaV~+%%%aJE2^mK#g*B}yt*h4B?&>}RmQwAm6 zxOl)Mi7r22voY2QkIYoO5|jP{3mt)E7?$#qX26UHXiVVJ#!HO|L_ywk8jkR6 zC0}k~jnw>L?90bI2hmIzyPzNK#?J;L+d;U^2V-S3V1L$Iyv98HA_f5z5^c<(OEXgE z)MXe{=r{0^skGia;K!IggkL|KWo{XWmAs)k^I%v2{^r>8C_*zabN?2U|9^z;O z4JKEHxclLVT=FWwQ2N?)r#-s0Vk9=UO|O;-vO>0}zz`Mb*f!83`BGni!8s+-a2GS{ zOe?+Zv?v#xU1`z{c1;=mM4{S2|BjrcUEHPI1?P!RJY^$3ib2k%kaF7Cj+nD)D?0ID z1GbW~Q5*dgVD`W$!3c$;VXCaDieVGwt1TL`wDQXRNMh&LG^(2M#EVhJaU0SEg(644 zEIc=u8Rh^{skjizO6qh{5a_0BtZ77eeBe3*>VzNT_Qg6+ez0q7D#;4wSSTW|JO{ZN?6yrd>@N zkWCouWq|5ku4~XusH;8CYnFB4V(tJO4>ZzkLRJ{uf!1fV$-W`kA?|HZ4}_`yuN)A^c#Y?T$cpKbx2v=@l?b;#W1*&AR zSR;=S8O4WM6Yjnjsj2n3+Hk53htiW-Nb^%Fx}_pd4d!J&8pf_g#XxYRyI@8_+F{>( z?+|TV__~h=b=|I@>ll*{+q3p9^9(O;l3Ky`B4*%6eTr`?)}3h*aXA%Ab`JabSB-we zU?79{I9?BqZ$lF2t_qTv#a&_}>&qW$sVg*~7kCCT1UzMvVFg3qQyqPf8MeP*3E#cT zID9dpV6B1DqvPq(Xbp72R1f{-I~ehyhf@iLJ_$#}2s10k_k|18nHPUK?mItcBjFQX z^Ny?#D{6a4xWg{X)}Ds27RSWiy*ygV<%l)NKpRp;lAqFa1YQRca zw@!L$RmtkG+zlmKnHnRZ+w+0p6&{~D2Ho!03ewDh^E20ftPzDObYZ%gd>K@HHg zNI(ad_lva1M)V8Mhg`A4z|5~#b10dCpe;9L}=o7kUNqJb!__wH;13m zQU0lZ`H0vO><1e_$k|W^&J)}gY5i5C==4DOT$6K=4X3*NnWV``tp!a)6q&ABT9LWa z_>vX)w{LVR6~VE2s&NJAXtg3{x8GH}L#XV$sfu*WGRBxFmeT4+Vy3PW)?vO!ry7cV za-4f3_wCMosW-Ie(l=G=UTkA~b(=88Td~Jv21i6qK8hLA37TIB`vd7TH3U{H%;na& zFvX`y1R2$}f^#x9%of?}cVJERIrqd7s3#`)og zbX*~Iw5_)-$$f|9rku&HS2}&I#UMDp6R#LQfNmxtx&ST=fnFOMY1@ePG-^O)&mD6% zV^6kcr{c|}$kOc_z_t)?IBChnm~TL-Q|VZ+d8ePBp6tgxGru^}YT)7hx)?_k=Y3kU z!bR&-<#C7;y9$)B<=zhk!_(#j&L1F@Aw2W zcq4*K+9gV5xYNb|>>-w00_u#sKxq1XUsfojq@Ep!dunW#xrl)q%8S3~)^ajUE&Iw# zeAMrK^Pt!%m53C+|2j3_52MMF2Y#jve(SQJGhYo- z6Z7GZr`4TTXFgRh4bG{0YYdR8w~LxBdAhF6XAcO^s)Ef+xvKdm#bs&@@1xb`K7ShZ zD*7%trtsHMMm}3~l&UD^77yCDFTQ3=4tLD^z*!?}F|mml3l(aq;*O@+*ZlSp$&HLl z1su68^n|U5oqmMAtz#AZ3bB4sv4X`bv zDps;&&yzV?T@mh!&*D+Tqu4|h_S@_&2oCi%n$SQeFW{+T^$9Ln#W=4ZqoTCEd@iA* zJ;|jAo`HB;gefc#r;aV5koiM9)GmmdMH}9ELibY%ZdwKBHvoq{cL~JY2^8%K3ARWN z4v>>R(7kkE#&N=?22JJr*wXB}ALuyZGYpZN7DE&nf{auJAp%46D*UNw8N@FOVa_O%i!>_u3Y@SYw6y z?_Ow)xB|LgA-0klvcEwmpwig*de8)zn{YLwlS-q1t}ZBHWoPGn z&BuBQ8kRW`zq5I|+}Nl$mcD#{KYFG8B0emPr}rHa1`06_5j9_?wm%t+^HyfCCgOn1 z64&;lHlihh)ZSZN_B8@D5#bIuc0fM_B>`|le#JyIE1+z9dLdZpF>Y8R>=-~u1cjdwW2{13 z`n8=@vj=Doa`mwGh+4CHqeirS6{1Olf;C&)&FntX;|J7)y$(qJn-B>KC)mUIBXE@t zA}z9nu4E6)I?;nl{?2^#%Zw&SA6o935f;OSBK#9pFhx2f;(DkftdQ(R+1gUUN(B~1 zo47oc_CkYBt&x4<8q={rVVgiRcPdRa^=!V}iD%HF5SyZp#dWQ1#}*C2eOE_?^r*ss9skeAbC z8U>n+#jK&Cl))~Mc(Fwh^Ry)z(Y#(|?{@%5UpzJ*h z^KRWYhW)see@}A;NURuMil$JZGj!-1kDL^IC{-!)^~=;wmvQ}H z4aj-zhJuqAJZo#8a`5-hcV7Qvdz-zXjkd0hjh(fNwyu>cjf0DWp`3VhIvsr19i>o) zlQOviR}*PkFsh?qS;_^4Fc^srip3JM;oTJnP=O!?A0IQrmN|)M*fxZgLg1=COb?F< z0zD<=PjGvfdczQWr>#GM}O1CKjug3`+nK1oSq`n_iq z?Xi;B#bux^6*vcs5DRHxx|00>P55 z;X-Zi7>@?YgpENleop$@4ufYX#QAK6&4HI1cGvHQap{?SiRdE#d`_)&T1HV$-hyL<~{eNm9_zPb2f7d9h-;jw^(zM!RhWA<`2Q`!J4`-zL*}{w4U^|PJ zzRG*NVOeJaB$h{QL@Y;Kx-7bokHRHaJ&it6SITIvUW0FQm~Q>61V7js&;>}D9$_>L zIRi8qB19}}JN%?o-HvdZPnqIC$_zvpp&jiDO&~xeunABgv!4oLWk#&+flN|!#E-8+ zA$(-U(qB^GVcrecF|#xKG!6mfOw|eRyAo&!36e#j#4WpiV3oS0iP=rq$3TJzVum0< zS;>{69yfc?+r_d?ixWpo7`XB=GK>ajI@B&FHQ$7}Zl0QD1|{FL!4F*{xDJm+lXAl^ zAn5isGGk@*BB_0SgGg|aQQeUZS0oS%&ehWpOck#}+%asr@qK8~j6Yts?Y|>InzqLU zUC+f|VU|ABcyVIYph+g}fOru|AE+6#aS3$Hthu{ds~I`<9}R3&spO_Gtr@&Qx<>31 zbBX9V^bp0iXq$Jy?Nh;^YF5MY*KE!K+ zr76WdzAf)yk0fcdXAe5}d5cR4?X9@5_bh-2#H+h-XGKKu>P$>Wt0V@||DYpYkS~z5 zZ||HBgy^yp)^AT!}sPL z#KfG6>E8B0x#rVueiNa!%houYVw&RMkFCdU%YtNbJgXRL9=O9vro9SXD+unRy8ufX zoy=RPRdy^mp*)ouf3?%HZoM}zqq|Ub;G5~Q68%}b${u+xM6TUD!-W~eoT&Mvai=7a zCaiVm7SIXVcwJDJcvESCEVmN`zv}c(y@MfyEHo+VWdKIKYoQ;YA{Q(gGFLPz|KmdA zhSS>*jdZ>H<4w|CpmBN1_64&G647u?=CmTKS&AwXiidsO0JZq-3*y_Y{)}fMD>M#q z@Q#@awDC{hAx0gQk;De{H{dJBpgj4OeQg8ZGblH(9kV@3bGd+-=bwneL;J>{GZSnA zOG_+s+C$v}^>^j!IU|q5_V-Z>uGi_TyN&y3CrdcJukYBpkuwI}vFDg0TsGd_k!6Fz zja#A%&2bAfoaio?`e3!J@WpWbieS4gjyfJ-yZ5@R4(C&tKiSi!`nDA$WX`P7Mx5F1 zo5R*2?q55*=e+U_8yOOVFH)9qPw`_%fo$FU*HCoQN4>BB;cmsVzi+}WJNPw&fO>!L zbG8ZoxW7cE>RQp}X`XweOLCz_W*scB>m@?Z`sG)}%FBYyoz8c_IGJS|R;O&R_|>JQ zD zK<2kBnCkLFpPSVMh4xmi9YM@9<7=IqvzQ=-7y(Q|#3f`j8bOPG#H%Wr5x?t=AmSpz zyFH_qWt@w2pV14U=)Ud0tRVSa!o(?nCVxL|ruw|{{+$wLWM^olZ}R7@H({0WdFx%t zM?5A7sF%1|NHeY|$`HgX7R=yu()lRXXs#t(KW6$C3Q~MEa6f!a55;x5{!(2ga8c{0 zgVz8ann?T}P})a^-8%x^7RQSY;~dJm0far{I|Dw*YmG%OX6j&b$`0IihAI#f$$u^j zh6@1RkN$lu{Qd^K@f4ooAelrDSJ4EWtYNgzWL>%hLQE-9&uqna)?tR04~uzLQH-VE zoU}NN*$178eTxF~n?#RPzv;s6*Y(sy53O;V`dV8LsNFBz;K8b00@>)NQRa`$OYiS2 zDJAX6NG3=+*Dbz-(TJ9Kr3K~9nQ?9Xk@ekJ2}1{=D}JOA=Vz)OD?AlFr9mg%9R3QS@C>c+?{l2Z{YocKZ;M@@d7= z^g_b6XNO;YF?$8AM4f1xl?&Z=QRl1|1bGtRp}0S1g(zU5?Q>CQ-8BPl#^14xgx!e(4O{|6@j zm%{`q$540UZw>VS*qZy7hRD=G*TPiykB-PtZX)V;6MaN3bYke7$hV;Hp4T24)I)zQveqamy4l4*)F5);XEEjB&2ZBPiL;$5HjhII4$2oEqoR0A%i@TZ$iJM* zt4t9yW0Sn!?!HaPPKVLMdK}5mOCAXuCB?tpei;T{W*fqFx=rYVW$QQfDEPA_FpWJR z?5#0$MHsU3OJEXb#Nc~CTCRd(tV}tq$eo}!%5IHp6~P8wbtkLY>KCKWpdfK(#1y`a z{dU#x?p>*h^E;EE^vJ+Hb$Cn{LoD4FEKkG|j#AYvt)(aJo!*VkHlN>JG?WQvvI&s5 zp=RfW$O+=t$zOIhI765rY#;*tvmCOF=r_{Wq*pv1vrYgG@K)bY6!V z^&YP`6zXkS4#AuDYTclA88;_@qjeQ>nJN~=LaEz~g{D8L^c}F8t(dp1_r9har2Hym zHaEB$1DupJRUu_7c){o*c1^Pe-lwMSy3&Sp5r+*XqMWsaeFfsYtS@d5c|y;2iZKv= zjy00TM@P9!H-Ld;zS^z2*@V$^tcXBW1s&9&deXc zft<$?{{)Udyt?8wErTLj0{?QlR`PG)d^LXkZ{S3H0w)4CYSMGN-H8uak)t2h@mk#n z+BQHM&h@s%KTItk?rpyR94Ju8hmRizbkB=#K&FgJv_uiA;3Y3TfVCo#QgmtDygKTX z#0Q;`eJf@IQi4XR?p-oG+eTRF(Utz)LVw2vRu8B;f{-e^IUD#?%53rO?B_2^jn;N~ zhUXtLC;>a+4 zHH!KBm9~x!_Gn!8Ri;g^tRqQPUpMleG8U_|u#7#r{OYL6WsFhR%6LgwrA#xvkD*}= zRi42-yS@R|W6gEXTVbrc*7?}WV=UT&iZ%sV+a?)c0=SCbUIiy(ZSL-Ule#lV?%4s4 z4!$QJiRT|J=ITFz@FF^y1C3$O$LUZZg;gOD%~FZ#>%5qi{1Z5S6co#8Rql#}^M3=5 z;~&6D0-Tc**46kEI7*+u32&lB{}VU|opvSRMh|~k;rGwT`FHA#y^XGwsr`SoFaLqf z{}R}wC!J^g-q`Z(v*0lQD+R~UMOWY9?=;VUH@vLGGpJ=aYe2o_At zp=P|tKWHBDx76Ir7LvC2$jk1Y#5OQj5KF)a9G2;4*<2W+Lu+0K zD0jHHGG{x+VFAOCI8k5Zm5c5|?2#kf#;QnLB zTR8Pg?cLO2@bD=VX=UUDD*tiGDq)_q8(g-|EMc!w;y<2(BG!A5KvVUF zcqxYntT0zDjYF)gV1a;5r6Dm3yka^-SwoEhG$*6^*`+bc$bMLG1RrUTL-$^2ITL6l zlWv-4sw`F`J+ov8w%#dmS}-~MW}TU0 z@udJZH-dK{7h&nz2kYy>+;cv^W*Y}lMqD}Vb=W3~J4h)N7Bp_oi}vW_#)H63Q5-rhi@ko8C12^-!iwJ z8#0%KlGf4A7rXtZm-qHjR3c3asd@~=7h52jxGOiDJkDLl9dsXG63&hV>hMb*)zH*t&UhM=s4|^q%4vl|R#{374ZS02bXKy@l+y zn{O{OMD%H!T~PdB3_K&9THSGKpD)~I9x#=^Q`jdMm^HA~0SV^AZcVb1HLIf3UDtpi zNnw*9r_fysq`x||^CiijG4Pu?&0K48U?kuG1m1#rGKIrcT7KYY@s-5#swHX*s}*1; z2<`sGv88U7byH13s=qPE7synw5s7i5BKRyFh%bXzy6{x z{l2$jBbNKzKM$AUCwclmUaIi-!}XU__4$DBlXUPrq7<^ijWelN@U+MtHbj{RFK~$` z3tb&fQLO=FZj@Y}=oWl0_{BFw)vj6!4ly{M!FDtbpDkbmxFnY6q~gc2Z5~j76o<23 z@rFm$+k4-Jtc4CE455t$6ll_80<53QgbEbKxT>yrpEa3AO%O6l&{Wcy4rJ4h@O>=# z+AAQXAEIF?pZSc>ti!Zbs7gfubz)VCb#rZ58CME# zzGLI*A%GEj!u3E@_}Xrirs$FX2`M^Q7%8EVjWBEO*wRb#7e{2f<@-cz?_e0kW<8+K z$9LE`JbP+-N1+rqX6-@{)HggUU0^RabiOIQP@`Y-5$VeN7~!)Z`7c}+Hl4S2UC@GB z(a5JFD|a({pVK@ho)1ovoJ!gjVAzGN-Y*l0qr+iBqD(|(;a7y9b^Z1d22YS8d*U|Q z(tOhgadlva?srzB2u-;q@U{X#lWauT{ObdXJy3Zr=MEIT+5=wq4@pLnPKblwKqv3c z2{embg=PTb&H=m%RtBJBIP<@^Tw2KRFe+XnjoG%eYp%+Irz7eu6h%$>J*< zqEy0$&*oYtLfJbC)IifknkC|X9euB+WDLtcj-RbN5$_$mL|@|jXS_^`R8+7HwOWe^9BbxO;CEKIops0mbY0vu2w}{8wiL9VEycfq z=zpZq*65%==iZQvRf76p?B@6-l9HKT00L*hsIZCUehbm~{Z`l4Sf@Jl6xtx7+gHN5 zU=+?Dl!_*Ri}2L_sQC76yV-R|tY*#8;#3nT-fjJ?@dqxVqyv+@qzxYz*PKgZsv zKgQm{_AY zHfghro=M-_qShEO!Iy5J#_c3N4YRRU97~|6 zGfd=s@@T(=tPNzberEZNGu8Z1(_ud)mx4n1^+YUiVwPAmeyFA?|IZW4U-{O511JCC z(f&iX{?-itznjm0q|yGv%KvX*<+=X#8Rh@MoBanV{~M6?rhjkb;{gqxm}}L35Lw-04w=QA{2qZohaw% zsoO@<$rnbne3Bk3j47EwsU^Ikz=inA7}(+^1q*tbYQ1$q2rhXD_6ds;UjX~lylOQj zs;lr((fNoZkOWpJb>)Q(Lu^`;`%y z#fRzbnkZGp={U{nVQjKfF1(bCHhq#FmV`9hSuPq$+N9mAWei7stLjd_Fwe=^kKAKM z`AltiBHQ7i#N|YlwG8~m;K33d*-CJusYBJ&rG9l(0V{Ai09lbw4=i$*HV%MoRhOCd znvWnAB7LajdW(B%0xw-*tk9g+k58kWE^ZZ0&+k3pxbW8Tb&=GfSFZz~kuS`Vq9+zP zjqL+UaCiy-L3-p1m3bcXc@9xT-2=gUh`8OZnyvzjBiG>mRu=5OUYHNuOg_mB5=4NCpGXoP zM+zRgn)gY2K+d<)SycrA3q_G2wbnfFrQ)91g?dc66B?u>BG~HR1aRQ2lA7fzwUegV zR23Z6nuDIZ{CF}&T5p?V9Hj#ZItO|nT5G=qRVlEt<`1hYf@;@uL_^tO4%3p;SbTi~ zW19c5v=u*_W-ZmgkAe3l1lHTW~&pfz6#(r`! z_`=oS?L5`F1+T~$EA`FQgQMZNY3er1%GRQ(pBu)?y}sS4xV-`A!AeV08N>zFkW6}Ua_%6-HCh-*A<4cy)q49DV zb-&s{j=0+-c@>iqPCNFa9hMx&$MMF)Xv?}w9@3);OQCG3GKcKyMcvpY&B#$h&{kYppG?5bH;J+?<1W19h0X!tfVXX_3 zlC>a{T+nO&e8Ooz4{0W<(w=H8|1hFU(5$~>@z2ENhuQUUczc`ciT`VQ{cr9CE=Ciu z=JSjnL;MT-sDE=WzlqM@0-L9jr1hE*d?(bjH`;RooT7z?g>)HpA0JF9T_WiBsuF}& z*v7F-8vZkF#&;SuWKlInQyu4@nf!;2lbc8OJuN9Vkfv$ zLliKBPcF&00O}9n_2x{CiVCWUVe8dcWe=HEo;BnhF`VTqoX}T^NlKY2l%}zZ2@5f_ z9MGW{*CXf@D78Wg4sWKsURYlH*h)WIVoa zIbSa<@iL;JXLjP*lsmo(Dk?q*)@&@1L^3N18P9Lna(Wck;_Tv-VO16udCH0LcV<=c zAn#KnFxX{;kK!7#R?>kQ6w=Q-CO-aPwug6EJ#yUWh?G6$aR+LYCSyhGrwfDI_UGjc zbLTynF>zyeWepVezq{*kVaFJxV++n7d3IsMmK+R_(xL0}ffL@_!@+BeLflc*^?)%@ z_}R4E@%>;z#Zuxq^=270WjIixggr5dKv3iXiE%Vq!qJacSpF`|88$a)*ttt+%)TKRQ#26FrhV@8HNBNe>;$wCM^UE-rbvVo{e32 z#6-zRZsDaJ8=062x{L_OSPXI&x>yWw+;NKOubxqbz$Rhl@V9fB&c`;rGn6~%6uIVnt6in>%BNs; zmhqMjL*6h+`zGkiZ*I}#=s=ay_Ey0U8Z)iLsdNOn`SlOCKb;Rf-t!bUt9l;p9ucA3 zo3;`kqFHRJ)8+Ss1;o3%1b;Pe^l5!KwvTVI7`*FqI7vKhHSfO#AG}>Xc2-(t?~dyT zc5it=s=l{x-W`(nWq*5P>(i!tBkt4w_Quq=MfXPCxApCftB;%REn?>gx?AU&G|1aZ ze=8^1qK`7jTle{aW)uCkPraJKKRM<4%mS08V9gQ4*deg=EV%C@dI}%OVT!%&G{A9Z zAb0aYKsn{rq_(ymzV!jbR0@xjh*T+qjIFlx=H}6J7dJs6*~g zhx0K!VmXBuN)bf7-KWF(R1Jh4<1%j72F~M8hqJ#e*>8vQj4Sk8<)`#z_J{O^&Ewnh z!`LZimWy8$6VE)~`%8Q#53^Xbhn7%Y!W+%tz)f9_%Jy)}GN&ABu%vVU)H{QzaKhBE{G zEqy8fA$?ILI>I!O7XIOI?s3hi!aKx5o+=-JNHO99rMS*Jr;+~Z_l_|%$9OSM;A*Ua zxrH@YonfwY&aG)MwwQi7<1Tf!Bof8&eJY1)tZY7Y;L$7&G&w2hQFU;i)oR14NBit+ zilgM8B-I(fr#EAn2&7;Dw2M?w%>v}p?3I1jjJO%U_ibdaX0*};d1 zqencA%MyT%;jjnptRG;EXawo3aD7d)P4qLL*Vwu?FNmV4Xic^eyzgzo?qpeLf7a|1Z@vQ+dN`jTyOXNglqRZdno)uKm1fosl;Z#0jC58iNqX zBsB?rtbjt!$>Lad@j=hh7k0T#%VIfG+afqYKrSp^m*H0b7R&31gPT40lnZj2(4mK5 zlsFTgI7UroURo6RgYTO%W}K`8joo*`Fo-Dj_v?;u9Z?1%RzU)O%2?S*M2ISS<_VN@ zVqyXUTcMLMJ7Q^gNOGp@z8M!Ax1d9+T$4cqSMUn!6g3mPMjb>;fhGZaAA)-Hxgt?N zwBSfZQKJ0+L)trqXTmmH!X4YTZQEwYwrzLNNuJmp+qRPqx|1iiZQJIbcfLK>e0%>V zd(Rx+=T)m})vCJ|%dkcCpb^))1-$_^IcJuIOV11%0^33k;E)4Ldk432>(Dkq)4_{S zGmu-72}DZw`C?BOVSbvo?bpu5qZM4Krdd>*5_Rfaa7inQ0)`TVK_$B}Kx*!GY~`m{ zXN_>58p;&a02=v0H!dkG;z{E{qY|y(+NnKfCYlL#ZaDqLJmCW)aSib5Eb~{3;C&F4 znr!$&W|lef?lEQpx|M_(tQlIvG!DBq>oOE>CVcPst|@utoh`PI0;3Iw)YZD?&o-1; zCn51*)pZPzXXGnv=jmR;K)5lg%Zp?(yp>@1c@7uO_K%=KS zY~^sArTkXw5`k|S@`H&J@-C-36*Nb()3)g|;p5uiHP_r!EE4rvv(cxbGS)37Du?Qz zJ?Wt`OOZ6HN;frzD@shzJ_6`D0s#wue0jP3q9K8^)BCs6<^k|`xl!`_&WeG5QE;gX zW)U`flbk5AvI|u~e*ip!}A0bfprO>lHO2d+;-d##z`hbBd(rcX|E~xUiDpFFZ1YjX@aS4sg{>Nu#6l)kO zSFH1()FMRLaGA9trtz(I;;W&ZU`0^;QYmS1f70JS8cg@TGa#{;3Z`U ztRjeVy8tBXAe)W?-Vq*cX^owBVY^47hs#HzODo2G{a;cFDxZug(5F{AO=FTTX zH%%lhPw0ghAsgQqa;aw@Wr|$dEXdVp(!djj(6G~(pWH2YQL^j7ElPeyfT-3~%6*G| zJ3^(7Ie%ZxIv0v~w}g%LT{GBhT~1)U>HzEJur0r_!=$3isUCmU-xe}ZAMn@!BZZ?t zT9m;6rO5wnH1*iKk$miWrEdt*dxw2)WTM?R?1s50X~`G1O!+OXF}tVph5d%I)c=>@?^@(QzoB=755RU{Mx(V~ts@iB>O;1t!~H#|vu~xmlBqHcV4myNJ<& zyOL!!-ck2@`g4Z+eQ7StY^(^FLGbUJUe|B*Q?u><)V#Ah=8cb40^7g6X6(3-Yf=j}EwS<= zXeinh>X_>RsIYZIry9~}d7&387Bq%O^aN971zDotHH@tUKRKB3UP0xCN4o5B%!2W45gS?E>=z3`pBuc?a99Y3(0#xT+20S9^ zmK-b@R=Yise|Bq@5H&}AcrlB=!+AA&yKvSxX!XJUc&1*Z@)qD>ud8ldvPR{JXwja21&s#shR|&!~}@qtCc|J zV(yY^z^Fhs1w`*+AI97JvR8xuv@W$m0A1kX6Wa7;>lo!i`{zTCaIz`1MsN(unmqX3 z4qpb~4#0;%3OIYMh4Op2F2% z=6!a%x_)-aBa5alil}uZaUO_srtl=K@c+$GiC|9B(;+9uz?sPi?~zVZst7-^kRmHw z3Sz{_;7?f&nzd^~`)t_%wdh@0F?X2Fn8682z$H4i9eU%GoQoyoTtV~7JzmcCiV=&R z9Z5!QpFiXrkDCiNMz2g^V4WhJ4~p-$Fi$LSkwNZb3Gp0Nfj0G;j|VLmh_CzJzhLo) zKGj^CQCz}1U!lp4PtPEshVFA`FoRR7OB3dRr~F<^S`7CxmYB5wBb*>XL3|jkszgm8 z*D5J=Ph%SY#^No@g1f|^Ifd+A(2aN<06KWzb4&0velHL(A>+_BetG(c*XCYZyFNeA zab@g>;J8@nxiO$y3#}j2@jF>B|pN>V}ww{}2-Cneh9+xIY6%iawHA0zC$jW6TeL(Ki_x97LxxBYGy zxEE&8gp)0`Y*G$WU7`^YB79=qz~=if+BzMImRNn7Un{Nv`Cl(TgZuJr{!`J%RdbVvjJinQ84^!9kb*~Ey zc2Cu4_H}nFDe5z&B~>en#>=Vh0Jw@T+5!EtlVdghlPILePo6gkS(Yye^&}U+e;415 zq05_K1Uelt{UDZa{nnDt>=kadYDhKgNz(redHvJzKQDk)uU&FheC?<-{!ffQ{+W~f z3k&{DsZCn_G73fh+WbN%tHk;_({^tDBNt9Sc}SDb!&myL8y5Xd%53U2J^I=+L9vGAI@#*h51+G?JA zBj0HkDKDcNRqZkBv(0YD<&FbNpmK1+zo(yr&lO!jju{d6uPn}`y>(xvnlBq`xJVuM z8G0OD?&!U4Kb*^QN}P`-VL>RK9?M&0U3($YOKGFv6)q(uH;HsmboeDH+u*m#uPD(k ze78Qa)lsl7NBL39x3!iAUW+G+>~mFz2Wg!7D>`Vqu;&B$>-%b#Ljbm281qu_xJUpU zHe|4%3exX)u_c%nUHdI=wkqIv7X^Ymd6C<_di{%=loZq>mGG!6DHBpsI|WL%uPvB4 zwi*fo*$H<_*cIDAP*d5&NO|lZO8w*AW$~Lf&w?7GrEd1hmHYbH2Kqi*>Ty?7SNA2` zy*P-7{CKlXdB<-jxoiXplTjHYf(?SD6LoTgmWYFZLqs&ZKanjxOxLrCBTkFD%z~{o zECPG}%Be?z%~dbBG1O-J#@ETfLqIKoAf@lFleCw&pX}n5J=@E=?EA#8%EPp)E@0AC zFfjVc6itXH36Pul)NgE@x|sFM6^7P(sqnV#lz3%{7QoZQ@a9nl^T~etQ5^#paO~#p zHu}^m)!Nnhx9a}CObR3;81t#ViXr!xJN5raGx}Eo{F?~vr`qGNB8=R1i$Rtvn)LOR z!_@^(U_E! z5h1RJwvGnsj}eN0h>bN}2~V^-jj2V*FQ@IWT|weK+@!rc_B~lwlZd1y9eUZQ`Y{$z zIrc-I)CKr&q7$|+$99Bku|_nki1o~jFqN9UCF1|m0ubbiOq}V<*hht>;rA5(ci=O4 z=#ZB~sLRwS&_;qxkCi7n`OcZ(JL+S+`fBXw$0!a$k=1Nr-6$nH2G@$ai#T=ys~7)- z5?CDCL8)j{BU~!o+V{alsVM)W1q_FK^4i+u5lup&HrK&#HvUFa8ogjM!bGEK{U}<% z+zbO&R6tgx@GJ4+5c1(GPAyt*jEgj##aP_>#|yB#7@4a#4?i3Xt1LspND z(()w)P~f9BZ|lqypz9s>PU#`QMo0XI5OCXFHdVKHyHF05!>5ZBDn>gXL3&L)Ebi)= zaE|gI5G{-4ZLXK>=tlAA()_)seEJbNV7A|~lqJ=NkTuq@ z4fMPg=|tZxYFFEvaREWq&hw#$FZShyecw&z(tP)ArSOmHB%L~6bj%7}hSKuX+zr=~ z`Q+>Cq37){)y+=?;#2RUMKKPv07Chm+_%n0M@d(zAdXt>6hn5aX&rBD;k7($luPI% z?@>sGRf=-Yp7St1Yg-1wK&yG)tA;qkhsuxg%2PB5?O;}M?_d}41`$-{(<)Il_A=o+ ze@^Ii@jGMPHI{I@U^_lSeu@HxV9xLgMA8ihqSclXo{lwl`e)zAXTL&;R9b zgW=0Oo#@woBm(TWZ~r54|6l3%pT+%b^`3wJmv_C=LG}`6N!Vb0-6WvOG>U;#MDgyB z4nohPkhP#sfR)j%-;O)x3^T!6n)P6kaQvvBP(r2PqETXJM*g#XH9m$n;q~V8t#(^f zTo0EpSluWUpAsVK%CHPomt}lgFPYUsgBk`XcjQ@~J( z6Ih&anC)){G~{h%yz)*M<}=AgM*0 z<~QfXWbJS3myB|=7E%9Y+lbyDZgrq0MVq<`XaoVY2t}0o(BN=Y`gyT&;;#uez zVIwUl;);v^{td4)yAeU!JfFQ&YMhA7KuaFub|gxk8Ry!-ToCfac|E=?#QbPdk0S3^ zHy(2o)^W|Nu8yv+5TT|zhY90;!pw17wUck)?}^?<$CIYx1-^7=Q>E%K6{|U~dJqjG z9TZ)o2As;W;2OD_*EGpuWruXaVC$9d?C+fJ70o;*=YCLgF*4AUB=W#-ij>>z{FJ{Q zXP;L`Jzc$o+J9$^9n3Z&GuCe1xjb0#<{C^OX9LYV5QG#h9b*FvEwICcFf+c^k|Ble`VEAaIc& zdu(uol>!LCu;Xa3vC8qml|4}*ga2Y9A@r1e_>cDM+pc_WETz%vn%dfKHR@ucbT+qh z>76Uafy&2~VEm4XOKxbqP${ z(XmE1SL++jGnTl!*oaEUl{(uCIAS@kusR6ry0-R8R`xxUSf4&;c_0@RV+{_+L$YHC z@TpF8I-Eo4Y#6m8eHv+T%S9Oo*+h{bAbqIZIEE3`tn?awX+EsHz=NEA*b0G!-uzZ8IP-R(ja~oY11*H# zTWUbs)g+apC+@V0bYJ8GhRzQMx1d5%!1s;NE8E*`YehfC{}ke4pFZ3`oh|P*{H?T;FP% zQaOScM=areq%Os|l*CuQ+-Lt$aFr62@;$EAfNw?Dtu-q6<*?7ktRrUjsPn-prtBm? z_U%5upE>;wG`;XgOWeObw9+F#&Q_a!3!U-Sn5wol@xF6a1#Ox>rN z@Zkk@ST*{0OIe-E;2gM1!g~tw;55QAO?_IV7zsCIQ*p~VD}+8)Kju~KzjdE_0Kc9R|A3Kqq%H=Sezu5Bh+8=x{QRSZ+ zpl%@PjNtVEon=wT;{L`t7SK3264v~xbkHZ!xx3MMA7_6MymZ*`B4N-1`)mFthuP;8LZb#-*uvQs|!tX zJb&BG9GS17n}Bi+i79ty`pc=2H5iXG;N|w9bg}t^7c(SD-j(%}ptno>ul{&go!Te8 znWc`<6CvWO&HZ6u3Ff9ccGZF_4P2G86L?NxRXh|m=l+iqqxIt7uhgc7M(yhSAhS)mRxkD^6&^F;?T-j` z4tgM&uXR^Aow=`Y0ixusQTIrdakg#QhK7@=r~M&FmA2f53_|n^QS+$N6l1BLSGy+9 z#-LvZQk?rpn5e;$Xv%X)D>8p%6eogbp!ZT@<*yAPtExH=n}XDDM2Jr3?G+3a<#*$v zW1}e0vRR)7vKk&p1X|>9Wj>RBw^|Yfty41Ak>vg!*aGv!qd7y)%zHR6l7uT5TDzU4 z8;fcKH8y3)z+$>-S{uM@bb(hcD-e@DI9D&A`W=3#@YvqlBHx)&%jQb00?L_CCd5}3HE4>au>%64yNJ-Dl1|DIR$1_OSmA;dp>?Wc=h|Co*N`aKnq_tvw`b z%aH*cJisxZ{7DmzqvwyV7V6tvVbHeCYqJzz=X0YJj}z(i>1qGCiU0lwk&pQ5EUx=0 zbOJW?W|P&dd-gnoM@O$8w_2K(Q2%*e?YgdF$6=76WM-!Xtn#9Bh5SYVzVdVdXo7Wu zh?%aLHXm_K-oKyf`RAgUBL$1x*cY4c|6=p3|E*O?F=G#N7bh!62lM|hmsML;L{moB zFJ&OW)@4*zI6!}kfnry#qSToSw+3Z8aN|zu@hF*)kNAk(+zO_IjUYELc&FYK zWE0c1@y?T(w7=|HF!+(n7VzQ!36d91fg!VpF;)>y{N>IA>rzaYrphc7UH}WRsLuN* zpENcT)`6z2dJ8d_lpeT&j2LXtlASS;xweG*+n5WtW&dQx;>g`$UZ<1t&b*r}>mbEG zVuw`BceqLZQc%o|Qq?$|A(0Izz1-Ayt5Haswb-dsny9wS>DARspn3rWrnQ>?h7U2V zM=iH$@`P7q+qdrq`f2*jyUJI#q&=){yKlSp2;maTw>j=2$;grErJlGin=>t0omTT%+;I;*7F2l&*DW1E8SrJsfbpN# zd{|1-BO_P}il(?Fn|1^A2-Np5KUbK0TZpO2FBYv4YNecCGdD&sHYkpnfSO9Pj1itX zkTVBOgHIU$GH%iY6FZQuQ*pvs#W3}{`Nh{s!oO|hP`O-{X(D!OS1nco(KRctNyd@U zRqjocA(~hPF{}fvRUF#^lhtDe3YW*ZA6Ix3ADuVrrX4E|O)Uq-WZSvPP(5TzrF;3n zjjz|?u2%q+2@Yg_S8XV|TY|DuAjrQaKPM!Wr88phfJ#}HGP6gTb`1B+Z-iEy=9VY? z8H>#dU=DL$p$Nj3-(nw^$E4`%kWxm;2x~Az89g`Ia>b**fMR(1h8Cy_O{{61MZs5? zl1r5d@Db~qq04@ad6FW3%&#hjd}O|3%X|%aVpNMDIG4Sl@hi$nXiH{{b;~4+foqe7 z&mig_DB~qozk|57Mnb0t!0s&TNl#~g=wP{ZA`lGjGrxbCckU!bh*NT$?V8=PpY8OO z5_T#OeTU;;^#ZmX><-VPSCg9MK9E_K!QG@Hpt$@M`ai||pWM(Lkey!o$_vpiror|< z%ng?RNRDI}H&qGr&`+7Xb_NkAaVN2U2)HHyW)dxQifn$ohFxAUI%sWet;`BL3=;?4&94%v8)N420$hFs@LZQHl>s*%W=krE3pJxi!<9_+(qQJL2 z?A2T3L1%AnLMmj%v3?nDZGkLN?qsKo-dPw+5;>q)d_I3aB7^tuC1VYrYT$k)WRMB37w;I=h-?E%Sv zRTxiX4HONu1>_6zHHo&&DH$!fwlF6qV*+D=ZNc7m02DM5Dj_MqyceJ@@QQkyrB||d z7eEF59W{rPU%@N%ihi4?_ZEN!oe9l^YCzg4za;M!az(q%(R&JD0B}J&qHd6ODtLum zF>VX=z5=QNNYF$tSIUGLbITmtrWCnlvoCXDlfF-Sd7fn^4{xL(ICh*X(ZXxe;-Dmh zu@t1c;4di@Xx4+$+#HhprZ9WaaTF#K;2@44b+~~B=EIT?4{!sh8tNs@Jq?z)2+nd8 zav74H19he+?W4=15d$-zfkrd2;L%COlGQ)c?d>OsvVGtEm2h5_n* zl|%KYC4AFUZvl)hTHjA6WT@C$hRHf7NW)rDT;LmvXQbQduD9U=JLB<`303J%H|@I< zXtRlE==ZpVy8ASz6Ke)dprK%QkDW22{kwR;S7)Y2pq=7NJ&mX?(dPaUKwgNkS$3W z;@&fzr1fbrn^YmE2y`i9S0dpm8`Fm03!k&&V#U`>Bsd70mA}{HR%yf&_8^-$p^vG} z(xmlF6&U@_&=qOt1&2t6hk;OsKc_XV{^im9s?+@H!4cECF#li`Hd=ykz6l4BLRSGlHRps`-(3Gq{|woKz_0K3@<2^4gr46w!~zuo{V z4p(6Br~5j@z}pXBYq6DjgxP0X{LSq@wPCetYqH{5WxCZE%i+;zQBZ3)dm`P#>Z(B) z`Q-sA0j&m%g@TH#X?Cq=tYqueFTV%xwEVnVk|Xg-)Nv0J>5lU)K5a4Z%9E0}Dz%<+ zPr6Sbu7q8FEwf?AZc!7x#>L zjE{8Bq9UA5tF>aH2zHg-HMo&#Xm6<>9gE-6cC#Bis`!OnSCKtOLQG*5P7#^b!42GS z;Dv3kap8tFDE>8*7ssH?Pq79WK>?z7JE%IN(>k%17{iq8nt(fF(AEc$Y3@Q-0pacb zCU`;4FGVA749NRNYrn;52HU4G@Ry-CO3-kV2{{EL9ryJO(CUBDb&`B!>mVjo{rGCCPv+XA@8Rw>cgZ**ENn}iboMD zP(%FHg9E6Aw4(ad*FMrJgs~mh5%*Zxi8v3I)F& z#_8Qxp>Y4dC={&!Q7BSi+|VVELqBs6mSvZyTfFiL^1?w-F;Uf$MzMK7WyDdzwzbma zDKjZD*UddRNvLzY@^<`os>{5|IA%G}oEHp+EJ=wNsC!THCUX|WtKqa&$S`CSwTwAP@z&2!W%vb%$gyuqXAfcyP zlWmJ};@d{-%?5Npd!lI|YoKbNT#&5EwZ%;-YALkkUVSr0*cRy(1BAiY!kj|KArn&Y zOL}Epfp5$7`h0l^mBLIS=TPuVdF5PzewkCs0a9V`plgv0C^{vVq`k7QAh#8IbpZ;1 zR+vlV4T?@FuiPt;ZLwY{KpadivLM1vqaJ(N3dfc!MYq!Y3u}07(34J{?)}opvKWNf zvtDCA{NT7ayWT!;y|^1d*ua`K!DAetYdXNzBK$ClXM&}a1~$a1WV zfRRJjj%q$len}!rq9wboQ~3S%Gkfo6&CP@&6)a8=b(Pn^%FHx_>8**>lQv}#}cv=XY1q?ADw_f6J z-D^Fk2?g7o!RRhHikg8sOtYRt=ahDO11znpg&sQiSvuMnL7F-g-A(Z9z-=sXa&1o@)Iv zUrBTryGtuBJM59*P&pg0QtCeODpEr(mT{Fd0YUO#L{B$fsW%ISBbR-O_|V34$nE~8RmA!z21fRQ@qgLiJG)g-M^a}G5L6=?Yr zBxPZ8{bkFtjrE4x>$rs5d-)`mcNL)T7ij!xZ>W;$K``s`$us!q{p$M!+kY-TXMe}r zI@UVWR`0cBt1gI+uglZjS!L6^nH!|ov8J-VZsy%E?;$(xR;qYrH)~FH!0SQlpyMHv z6~)mR^|3x3%c)Ak*P~hM6xIzw!1NR8SLU7V6x$!UMV{m6ihRq4AO70fSdvFklppUP z;18l~sQgsk=EQ%+%Hkm8!Z?g`o=tx`fN6?V-O10;Hwu^=wkZ+8PJY8_@ zBl;Y7NgdWp`WN}e-BI8IJ zDP)hnXTzr&v`r%(WtUG%WKSA}MM%D}LP*?a!7Ul0MVP z!(_AoF7zT0jOJ0c&g?0stQtGmRXynZv9$bgHg~<2>%*^_3gYeU6 zY!Z%RsP8B!#$%X37OAAa=xEAR6-E*1Wmuec3Btiv5^7lh$$D%SXOe?Rx@qzh62=Sh zMk^`NDlrxQn53nj-X>`H*DNzTcx@(dtR{E|cp^` z4mfIz@q-}bA%!U7!FIpzK{$7w?1mTsbFTi)clVznk|>K%#q-6)eZIzr68}B6;b`Y* z>0ti9EU?|IP07Xn^%ixvurU7*H|$~+U0XB}^bZS9S6wd7@_HTBW}CTjPLD2rYBls2 z=)gSDB4P;hhHQrxJC9KdvLnYEksd9jV2IYqGlMpA=4+imSIlFJG~(*+br)0wiMdTEFYV<+*@(Ke^#KnMV#7{=DM}{-Akd9l*5KFSuEZ0y)0ROhnu` zg!j>(K|0OnM9Gu+U{yjjeRqeme zDxv#dEZA4kF&l}QqbV!5-mn@ZgBL`Q^--d+P)BUTrCv0|xG@~_CVlonDG0}~ynXvj z$jCeNFyFd^>tpYF%yOOdo^Z|C@aKDX0X2ezb9N&sC5`QDa%+z+Z;Gx=`&-lm%OXF> z3`D-KXdXC12igrg(?N6(j#p5pDRx~fA*_t{(rc~NuzO3ON5<}}+0|>f+ilN}NzfWr zEOT7407Wlg?=$<~AcIwk=tDPD#xX0$Us{|DukE8q-zf(779c%sXOMy-$>l9UQj9M- zx=P2h3AS0SLha#Nt*#}-lqN>@X<|MQ0Eb4;q=CDP`>er1DRp#&6oYoxEy<~6(2nYzw~^|KcffZ3+`l?lPMY!dNABi2lxwc9PQ+fHiKn8f*FIPyQe)IrysWBlE$J#(P zHX#fBCsGJ@jvmede0~S;`-sTfN$-mY5Y0W5+f(14Si)k;wfKvsuXgm_Va5ai;GaWE zn8p#w?&A86Elq}t&=aeu)6|j{2yb#oIkO?wgR-v&$C{1YWg4&%=?a`>KBhx zdIyuVsbUGP7+MTm3&0Y9MmClHi2o1?w#;&OjG*OJ+PFuJ$k5gt;wiGT5v14mXFT`e z8qBmS2q}s%^O|j<7h&0|6u5~TL&PY#^Ff{Ifxr0DHy`bjpawq>BLHqw62f-3;o~>3 zrpLtj5SoCvS;0zx|G(Ys`3Jl6cKZhZ!EU=R?3Vj~$&c^uZvVdo8FiQyMi)rrc1F|7 zXo0B(s1OV9#Q**qB!MCgNG&dd08K{5qnw!Y*k4L84er$p6o(KEN7@qm2BY=uM;}2c zI=cI8WXNIngn;YC{1dRY^%6v{&jnFCYfP-4<~Tb=iX)DVyRx99U?M&S-&0H9qHPXQ zbae~Nfv2}F$Y1Cx%HAxhD9HDhg5sbNq4HGeqgFrTIIdsjuN7l{+*|qQir*-N8 zOQ*x)DMRu7pf^XtB*CCt_7j{AeUElnE_nEB-%i;rY=>Q2!O<@8IA+AQ$Ur5lmpvOQ zaYf4PDuP!~6&}9;cbg@chxqzHxd>k@!p3yr#~hV1#XH8#9nF5&3mNN3A_H~eouTxE zX2H_~lAm>0Hvq^j+5{WBv&1PtB?7y=Jkl{%(OIx2uem`y>&qhYo^2!)eqt$F9hd1* zW~p3atG%QC3kUr~AT~t&Jpy2xU_)t zf}tw9mkjHf z^~%#s?zHq@#seFTmXjAb>jFQzUGFe#YsSNlb*`u9fU~V2!Yx1R;c}`x;Vu zw&iU>iAsj7(d^ZTE_Cb4U!YtVkUYY)8xEzF@e{8FixQ&Vh>;*gZAt<7D|V!4{i}9Z zuu@14`*v9cw|f)4Mj}cn3UaxxqoH%%jcIZcyZmYQyd#dKN&G{x06&!9y2;m+F+ebO zX$>@-qwBuvMG2Iuj;;-P>E#dscb+-)MT?s3D0pJMoyI7ttU`88mIF=s6Hoq-URtv% zUgoNYyF>vX$WJ7Q0so9@>9NV}@<7J+2hwcbRPR9cd45gK#*o1R{A1MiM2++hr0@2A z3i4PUkDQ*59uS$pZCzg64(-nG__Vrc<$&&((q!A^Vu3WmDd_%uaoN)`gv&)%zxsEX z6nfa=-TJ)?ElLtsRjb7?)U2@qC0;fyEWC*Ru%_Q$K3?3}BRAZ6{ina`=ZqLR%jVOq z-I0n_GjhVYoJ#8DDLuH;6p!o0BfF@RUxRv@QQK4ILYtEmi4mtJz65(|8ydp0m{~by zQ&W~%u@&P7^aayvF@ky&wyK?{wQ=Z5Ix#5I*8XUxlU^Un1YA3!Y(GU9Y9`CGXnxURudU%~SJoU%w{aFw&A7}+ zMA$WMcRw%a(aUJDO&*WA8m!?W@`T1YYL^$p1Ait9o>AB{mxudInx|%TSSKl^q{)_)i?kF_49aA;U!mEr!cP_zn9*k4gRsZ|N-@{n_Re0N>bQgeS zE)f}Au7$sL1HkcQ&7XhlgC5}Snv6sXzp-p)jx^tp&KX8@_=#K}j#vSYSDO^U=yZePnlR=KyIk_>>l@k6NmLNXHrcI8TweJ96pXP%f9xyv5>WOb(AtK zh4__9&xt*VvJKDHqxFEg*QI8;(ZEex{G!#9OV&(0CnBhejsApYTP_^LvXHs!e$dvB zk2mIA$z$LcyE>L|2@|LIFnTn^KGYb)j~W+SVLi1vhMpHu9wl`p(6pOtWigShDGH|( zqaI2<+vB{T=B1}Tzb(`;j#>BP9AmJq@3Pqumb)|7eAj8|d-SsPPVZq0T9qZ+8Dpuu{gnIr)5Mr6UI4hzaIXSZ)bq1oUojE>}3v2bi)d+g!lvsV|bmBye9F zONpv%@$~MDKN6J?*Dy3H>|>YumNw_NGc_8PVgripvvxOG?YzK5u)dvM&V9pyvGJ@j zu*ngBLx%ot#XF3wvpaC{dY?S9T7WBZZ;hNk#Vk=;(0sRRx6S95A0Pa#igwvGptR1a zDxUI+*A{TwaTnL9-IXQ)Y~143x!q>W6)&%E-seo!lv8k#^lpWt+HUS;!~Ahm(Lq_i z6gjL_W_j4vFmI8reoar_Xlve*Wl8XC#Vdi0oPXjDsm7H0O#NoiUn$$AHu>9GkK#I= zt-SuETqsubk7jl+YKybi{7+Wr?q#8nN<|%euh>g;E55Ti=#Y%95={C+4K)?MRz>L3 z@XRQmX<=h_74Y+>Od*;F6Q*;qEQdak-!PuD<6iL&JwS9IS`$&N55$H`p;tTl!{{AW1W#Hj}aBR{jx+!>z{~?4+QjG zQ5QuW*3lRFQpW~9kr#!B$NspM!E?I2an)hHgdSLg)n9uE{vp*s< z*!5lj(h+t0I<}D7E&`wKWCO-Q+!LJ*As6#afqj3l^e?j-IHP86lL4}XO1^1on+E-2 zq_-O&nA_|H=9-cdX8cOE|IzIpeIcuDY_l>{$k1T+rWIKRnCk=_lMydphPH;08m|u4 zx+kYCt>Ywb+b~|$*cSQ$&+rkc5HxU~Shixq)S8RHZ3iMKRJ)6IX$7x~e;{&;`{K;Oyw9twP=e5hVRn)4~H(8O&*BR8&mb1}= z=!0d?9)dji!`q%|99!nzCI0^H>U`%=zF)R#_ZKs(F+xR*cj;t_eYe8H|(Tod8BTH##Pi4(Ziv*#RK2ZoP#fCj0dkdw%D@q zS?q`vf$@Yg;4EeYZH|6I*~xLFcy^97`H3?B^bk!Oh8P=thRF1p<#uo9Ga*V#c%AN; z=dG->L6^G5ig|HZNKPj+x0KcnO(!-`F`*?YF&;xK4n>Sfbv`_7lY^7aT`yWnl%|6n z1E`SN77?EL5arM}mx)yPojp@r6%aL#v=z4kUrX`ST*V>TtK32J6a`I6@01oK6poN^D1y8(;7c1*|d4d2`)djlhy1=Z<+ zO5=Dj9Q4@*n;4KX1jZ=;)kEOCYD*YYcnJFZw=Zb_P%PIHNk^D3iZ%U3v4s9x6ieLL z+RfBT!O_;y&C$X_)zRI-%-oCoKZN<>L^($^7UaRt3ENfk!cY~1ZS}kS8^0b8*F9*)fo$ev?oz z-YKuNTf>CkO&fE$;dmnl;f=0*R3e))udcP?OXoGMk8Z^X#e0$Ftcv#1?v%j&d(G3X zm7XTOs)DVg{FHRgFE11#A7b?ttuvs1e9Gcqj!hW5OHPO8gvCTT~c-m{W zYgqs2u02w+Pvy5JHt0L}RGUQbHx<56%dKp!X>&?3v0rq$OnB zK?NqJ8{&zX|2BuGJG_tHzK&Kelcc`Wt!b7vHyl!u@>ug(Dl(>@zT;*u^F}>^J=bgS zonhCa=IjpgBOwceYf7oQ1t+ZDu>Lku_BWc?-Q?HXuL6XLb#BQT8P+#`i6?WI%2H*t zpn46b<(!T-QH`3Lq%uvaIZbr?oza*Bq&+U_SmiXx+&3`BPl!}!gvE1j9Q6hl>aEc6 z&InzN%>jZLh!OA<>6Bs3rgpeKonpWHf3sZpC(1~-bngYfBJA$#qoer$LzIcS82@Ac zV`^vY>RPO}sfwqL{^8(%&S^&?2_0nAtbq_g(PTrXAmKkp3#$fVe5Q5U&`zFj%te`r zi1Yyx8ym~^qI5UzdC*{hdS{osTx4~ku{3OGo51X z!_Zyc%1SszAmdPss=sh;Sq8g)I~a31A+OKak}NUCPYR*rjm@IU z3Iu{?kJecAQj6gT8}$_kke)shi@Irj%hK)jJqts2gho(gY&oKgRyOZsWh+y0;s5|K zsI!CC;C_Qi<)`o;WA&ebgHu#fukp%USJb}|?nuq^plA?W=`XFsjIS=bjke%xth`qL z((s#Z5tt>LZwO0T!)dW!F{bcq2KH?PB4Z1%bAcWrd24Llfsi!?AbJ=^^lcd8mqa#2 zF+zC~3)}}txhv}VwO8@~KonJX)sDwFZs-a=K0Xc`?1kR^OP)K%Owl33P~>x5-L+An zx{K}P_S&vnM0JS$p8g7LPDuQ=;U|7Ul7aGwtSY+tFd?XzE}G;*i1JVsMb)v~B1mui zQv(O2wETLZq8zqv0jvrw{R}BwvZdjV@F(Q-RZ8#Z2mE^Q`O*#a3WIfW z12lrUn+XC;=rRO9$~W3`ZGNdd_Iqg23`M^(i9L58IHZhy4r6kY&97D}B7riN>4)0J z$Km8TW|Lv5+yO4&_wWekO4?c=!rwNuli%P*mR-MxgCAer=o#-*OXV zeFpPT-`Pff7$&I6wM5h?Sb@EfwxYnqAvo-a>aqZ3Co4*tqc;mzE15C1GNhkEEE>*^ z9m=WF!LMKvUy@{eLsPGKD6b%-j^*fg={n3$1brOlvSGXAO>S)GJSZg6dX<5{o+wEWi189z7p_ z{+B_#x)jqo-4{Mtf8mqp{{ud$e4QToFX+@TOnD4S6Cx~A{zv#GnA5s{K}XoC4i|4l z*2YH1ka3j44$mWfJ!U8RGk8*P`>tQP9E?rW_Wgbu}@8 z#N!t*H9nu_QvCtpj_Yv7A1ns>sFAKDuZFPh!UL*f zTvA*Kj@-NjM#2XF?$Os=q7)0*C;Uvp%2=~Quc)z4iy3vZj*6jN?ElTY?%jIgvTDxl z+?r`y0lbgYYPM5u6hs>bV#Apvw`KrPvN`2}+2(C2&rD0V>t?p_vcozk@O~IT^hMp% z(cbR<)J#zg%i~V%-4>F`p5mPv97KCL2Je}X5}GrWM84R()#XTYE?D2-Q`>?(-P6;Q zq;=9mu-CQDcB|1yu}-1vlm_fKN1*{mbgJ7V1{IwZ2T%?+I0FS?DSBb2 zSEM>C4^evQa;x+~EciBu*hL(7Gv`vx@ZKJ<$JARaf<4K#In5- zQ`_~62zR)Y_>SzE5G}ri+RmK_vdvg<1}bI1ba&H<3C(kt{sff6P4>eg`6Z_qGsErH z*OSF>N_Xlo;je=XIfLH);8qXhd0FPUaQTISf5ro+Z$wAVt*99)+{j1s73uFJ7}u;f zS+!o9`nIwl-_Z@#d#qu}+1c4M=@8@s-YoAB1^Qmd)T~Ry8{su!Qg`zD!j2>qr6 zKEjTNX6bK@Yw>#D!PbpU#T&nsgE^nPfbc!GXz;r(K}Y4Xo_j`O?hfBUbMc3erysr@ zAE$hPIEPCd%01Ze{C#gxcMC;#O8QI39P+UM-tm~AJCv~xu!9#Yu8*LfemCW=mAV(G zo-ZwOd#*AH%fFk=%f}giKPp~=?H!%{hLrlC3R}bVjx>G@9Yn@NVp9<NKi zWP9E#`fwV#zn5D}=b!R10iLD;N|B-?M2y9Q30%O$9r`BNL!!3d(De#=1?@*1W4w6o z8UD`~Wj8B4Z}oq#$>|jTTOZ#4^+Nt%D)d_e+9&xa{AY=%?#8<9%2kDG*M^(B z_SRKHi>`LLXw&ye)|jLM#^;l`NAF*s?UNV&5$+w&iz@LSw5g!@Izj3!uM8Yt8^I+n zEjYb%H}+dEIey>bSv%Gbne6@!2XSwo`nGx;w-liM&-p*Zw>V38dMzHpaQs~l+TC^@ z2?^{wm}*&bsv&jhD%T8;W3TA2o_OOdHVryNOis8BMb=v5?!uB*`WM!8(eT+uC0rFdP^ z+NPe~%GgdXFJWKh6v3WYH7&;HLuNgdn&NBHpLCdpichDd*lC(d)M%eu05of4maOe# zV4MPptbapE2NPj0qtMuLfsx z>q3rgF`YI~inSsxHCo#$)MbjFI1=p3L1B%AD9n<55pfeCft-&qN3 zsSyP``0&M`2|3m|FmPGSR9kY0bIP1bX6!iDziu}Xq#HuqsA!@wKnKcJuH@)*PVNkx zs7skRMygS1G48HmInFVY%n#W$J}kZHT!qYyeGw_MKp@VR9MK6Hf z-8QXp#Z0HS?xB@ZHA&T2G&L-_L4bE?;WQqJfG{ok8QhQ>8Mk*z$y-%_Laqxd@`;*w zJNK5rSYiQw$N8`^J?_gi!Yc?F$(AnD&&tk$AIV6Zrm@ zq}>u_!IPbF!JS~~$^j2$lOA(pd*Yhi41KRc4bvpSooVCfnu(%23or2SlGKNiu0qnr zN0m^ej}$v)DKSoT=pk=!Fn0K@SOsRTw9hM7m{AFxcSZJTi|(?th=vk3s1J%;%?+Fw zR|Ta~%wr2s`S=3~9vjgJ$HdwlM^Dmhdw&Xj)G(9`Oem>bWd9?b^hI zFlFw>ijkbN^02YS7PVi%(zX;?Y%`v_QPs0O+SdDI4R=w*sAk1P&U6VhUPWUPkTr>uhk6r)GDVh&#}3KPDZJ)~gbXvofpbd@ zXLW3etwBw{S>ZM9M1 zkHicEG>RFANt@Y}bZL!~;zSu!0e>ly9SEJw_H zuXq6TNzW6wVWUe@!9Rn+9uoEWRH!5$T_kvcHf#Wcp|sX~Jc*~l!ZQKZTsbhAv-k*h zZp)ScRd6uS5H9tOWl4m){8>Efomf3p!mMKDKm}$%1ce8<`yg@PZM~($QgXSD-8emv z=^}leF1g>&u`-CuJGs4Zk2HJ#<}SeC)tjjTCW)~`yq1v+NTCT80}0pkbvjsS!tByA zotX%rpZe8DTQh!wnI*FoFT>d7R)wz$0wVi25ZomQJeAMWn<0i*{Hj+Q{wV_ZkMLQl zL#3YK)S_cN-qJWSh_7Qi?#kRh?U9^y5AvFyc_~aAL|!PM;HCt=q)kP{6}FcOU%ZA# zG$&Bm7T#G3UVbi#hB<1IEWm1t#o53TZ#D!_fIz1Pg=K-$@L+NTLri~x=&{{bY*}w^ z@QS^Obg70f>BJ1wAna*FDqhi@AvD>i*0CLhFWrpbmRY0WV4}@%YI-}MbE=|h8$(y- ziw>80h3ZI*8^0>`k>Rr&r#MV1-6Xmy-K>}@bCE9da@eDs8K)DD+s#%!T#lE|y2pC0 z&Ogtga&ggSax{FaY$nQMDUrY4pDE)2qXx-{_Js5KiWimn;06BJZn zo3TnzoQ!FzFn-w&8jV?os*p#Fd89YfI^O|>6`{A>Rap@+ih>rTC=v`@)^gc;3oGB{2cTCB;?ErRiwqmBYA^m$2 z)NJl^g`#lnB{wys86Pq86&`KjzkZQhIB7^^{{FZ!wYrcZuU&jGYPigrbm$(OTCoY2|mZC6=p^7g}oxs^O~LB4hF%WcN5Giw>% zm{U!(s5@7#XN~|xI!!`q!Ur7Y6g^}1H%_HFYYYArIkhjU*oTpq;xFbgKva0O9mzr} zgxxo%Zj7cDyG;QQHhLp7BMFMPZY9kYz*jtk?k; zz43| zfZMdfdC4|?4^of%x}_IhZw}k}QJcT#{A?JxL)nPgQqJIRXus_!+(As9TrId4YXU;6g9@Mq^Tu7FKG+|kGTAg-@$l4)Pg3@ ze6hY|K~!`!_}l4h5>QI|d&`xfQVZ%Vm@k4q&4M!i^LfVlxQ{Q+xKY7+z2O*~&jXL% zElr3e#ucyfVuj;31sY_KOanJlZU}p<+^vrX>L&KbjNZdw&vO20mw1EKaN+BBZ_e3j zBabKT)pFN{V6AVwesw#KCkRGvj5B%eNY2SgnIBU6Jwwx2>^z|zeLwyCnkc!VJxvV! z>Is|98Aj_b7;aDS`hR9I>tQ|Oik(4KnI4XwD9BBSzdm?FDBhWTYm3GSyySnj`e3{| z?27FlRB4Ppb0WWxH!y|hfWU+pirP>jLz)3mO!tLaJQ`GFvKd}AXuvHJg=~-s=u<3L zsTPn^uq4K0E)y0UizfSxnIXdu;d(}o_aK=G{8OFA(xj*oLz#suO=D?^DWqR)er4U{ zV)x+9By2S%r})N~yfbqVPL$|RCxx4a;wGdVdbaqetBpA;(bP?7aZ$ssN>BU45g-_{ z*cG;U+>)~Inmu+KI;6h;!I2sGbQx@>N&O$6UQYd6!;_!Sapk)ouo_ys-YBm$m(b%OgU=aD8Uxo5(HD z3!5p3q)A zZBV0S4v*(M%FvcpCGO6cT}|Vk&V7Y0Q>H`}FP7N^G+PTeYeaS~nFL0LOgNi? zG;`*RE1;b+(@{KpmrBmA+{M zY)OTi5#z-#@^6oia^s1mkf@5sXEP{hPuFya=PiR_C;md?wD1hbTDwCkik)I!#N`b4 z2-xMa2|Tfe=&9XRgk$gntu-zt<`n8}y~nU`(zc?j@W7V7`3Y*}U_I9;NbBF&y-!7p z_s6p+(KOl#5v~Ix)M*E^C^_0eRS1oD3g@~>j;Z*wC=_3Cw$lx>#dgj5fhLzs37@{M z9?>Y&_inHYpXdjE2@47D)kwZa8chC>rxnyt=mIoKp z*)wTlnEhhzRdv$VI0 zn|UllG6>^XLdSUCOXIn?^F}blt1^;%%XaT`cpT^>-NBrEI>C3`L}cJFCAYr+h!vhJ zfjWMFXbP!Y$Q5l*RTZ$SpVjv$E*;fl8R8gHclojL8QMb?6+G0_&FAq64r*~7zMzlv z_?ivA^}ct91%BsCc}Uqq;EC(V?7gPaJEMPTyw&){T64$ar(YVe${iZe(d&O2oK3G5 z#vbn(F4d4w#g~@nsvT8y(1;yIp#H5b%vUtru|oD~zg3f^4X!^jpTF;{f!Vf`gJxFy z+}N+s3u^JuS?4Mp>e3ajJeQRyQBxH}&|T{c`A@PSGn~(H%y1 z4_Wx+T5UGo9boD3`vaWFGZ^H&E@FP;dDW(U!)ye@7QtujcyNFnbY^w)A8V)Yg1zo= z&B-*iM!?Eev~gOE_QIBLZT!_u8+citL(Xl>QnKOJsbdK{8q>Pw)N}>cF~u%#m$q^! zr(JQ`lrjdQ-N9p96>q;reI(vW?b)YRqc@Of0WpzF_yxT~G}97t>5g?%CWXJemv@FS z#2F?xkp!b@byd$(A;DT)K_T0BAv3vixc2iS`VrzT8;voyulH7jKGz)o4gc(@0qO<5 zXNGxbP?mPaB`@vQngzH?Ft%nOfrcMWqEwa3n4zRv1VQ6T!HB!2-f3dlS%Q~#ERTS` zI<=i^gQ33JO@>Y1J-~0!+qQYgSq-X9xzoP>(kqvp#&py>@b52E0`Q{ZLs6&1f;%O0{86n*7kESZXc>XgMGOXWKp$Kxds7YYYg3Ee-im47ez$By zaT;5+DrpmXggNJHlKmRQ@Rn>EKB2&U(|YDIC481+QtjG1Ob$I$75bQOap zx`9cisf0UdN-Habi`$P7cyuJ2qDi2ykl}jg;JifS5`iXD^9Og&lpC?I$^SG|Tr9gg z%mKnr4(S6jXJ0*Jl!o=Q$|w8-TN?V>>jNGBg;#oL<>mMjbf;GQ3~8i#u{q@D)BHX^ zNjBalQ%vnGtd$uoXn4@7m=)fOyAp(DP1Cu3LqPc&r?b=d=-Bt<^6XGO!H5uOZ*!zY zY6Cy-Fqk=sz1Hq;p^-(YA;EQwI}>QD*O)t;hWT6^!=4ns>+#qB=4by8ifcf;2HD-e zW}QRdCFG=s%?kz&|POUEsC4xf&2K!37jhM9qFkq$jgxs90c1y8Z-R97+_?IG_bp zButRkQS=#AA&w-%rXP`lQwDWXaVSw%v`fe(!I8N!IF8AsB=5pJZ>TO!patWd8iL>v z6kVRYs>v$0o|3bY(dSs!4`-sES;K^}%%ArWxv3 z@EvdfDKZd1KraJfaU-iK^{-$$`ZRN9#kOT~@|LbNbVfIQKsIYz*x1SLl)J#kz*@mh zdaee*IByYv(#*A`Kg}IP$JkI+Xe~mVj!PIWN9{qJS`x(P4tf2S+MZOL{Id@xLqL;1 zcP`kq5&&7F*VQJdmD?J(eagodR8})EpmtLJdnfps=+c!NaYOvd4zdK)!Zmhp%I#zi z!a)WPd*8gIktx5Zzchs+iF#(;>Nw;Ii{>J6#E8%+x)xK-X4H^UzJuCkB3b81Xyd1~ z3lkA<#%O54_Pn2kNo7Z8W9PiheptP%L|jZFRiiQ=Fz8yI5C7!?#Wu%!rVbnsJc+3lj>5g%& zIKMrj?tTIaeesd=Dqyrbjk!NC?L(MAkEF)uNU@r(pM^;3_T;)(Pt7Md|0 z^L%AZ({|Xqe>oh_ab{Yc%1$psJnkJmp~G)){KK(%ZDy2Tp`50XL#vV4%P*z4`)58v zFe^J%T)Sp2g5(&An{Vbo%dC?A3HxBJL~!`E+u7S1 z``O}pS;IDr$cV~n)^9r{hBqpVr-4(pe)GP%g0ZrVFP+RmqxeO8wI<{9gkq03zJPYC z4>_R`K5Afj@dHb$i=gVxn9Z+R11Im^^|c|)`aFddRpqLy&nyib&pg#*gKU_dsY~!$ z4!CL`DbVuC>=o_K>Ab>y?KPr%Xr6}1hxx^hbtzzP3Xt`m7{8uwU&_Ha#XUh)reK*SEfPyB^<4-wgqME?U5ErMSZaA)4H59Lqx5p(O_&tC|0 zN4A$2;xB%{^@Z|;{M|B>cBAQEyA5O>JYi3*>Mg{+D;fIl0#g(z~pbYXL zfD<{U4~VbwOdMOpPcpHOyxK-iLF@629Gf7)#;iVEmaKUT4n$!y|I}KdPEC0V`;$8< z>MBVlJw8d1W>aNx9Jdlxl5IEz>r#60*{IdU4Ro?|gL!JF+I#~DLOd9xbRV6{=DQ;`YI2Mv!jo8u#PV0`}ZzK}HW z^9z*>`q3=1)Ui@ekFEM4vJtF5LrN_rHAVHX1?Q1PKX4Si+*zzfuMzyQ*%Di=ve=3( zcz*t`ywxU3MqFj3>cAv&s79oxyN*)HFD3xhy)hL9y47L!nhII7N!6uwRONZ&jcqso z@;nJ(gM5>RB(yCY{MnP#+x|wSL#HyI_FRzBepOcJvq6%r9xZtz$77VuD3*-1+Loues?LG3G4Os2P;E%V2~0 z2y2#eHgh0ZEE#9&tV1pd!7rS9{z1UU3Xj+iwC9B)9%J7c3Fmf4 zVC2`&4Pq^x&e&;0%PhpWL_7gV!X5E6AIO1wUD89y^rRKW{q6@Q9%Nid+_Db20BJ$RP}=+-~p>3Q9;2pwVhI`*Jfc0q2&1V&)P`APJrn&Sy{v*nPd;$Uw~ zf!i(u;@D@l`N)vTzXk8pox8_gRns1j*vRVzRhMU9(OvWud3{5z$6B@W3dOhk^Sig) z0t(D(i2nXio~CD#xNbJ5y3#LUol$ZxUo=-afB4q2`U$j^lCdQmEH$@Y=*chL`qw$C zqX@uK3mCJN;>=&b&(}vjT>*QWij|sVO-Xl5Sv~wHh?2K5!uOQ z1DM{LlD;e^vyrhXFLG&4{0xiyo)Yo-Y%ut|z%LuTnoWYl-i6k)tU~g~@wH1?!2Ylu z{FGq8x%ar?8*%0{?f}~TJFMp8XSz)B9ZLIfdp{0Fizi)Rv0EBvWB@;jr$o+%L_@nqm3P(xG`W)YQF7?C8skY7ouA;joYyZHsv_ zCkD)F-=S^Dd2b@iC20sw;3jjEygXi_1I(nXk~F9r+-p0Dp!%M8G#? zLi1bLAO~3w*_}M#oA%BYcq8!?IM4MygQF7fYlWRipY* z4NE5Mp=IbXZPSnwny9(iZ_Ogt#rz#=wYk2ITp96hb9*FuA=cHs%Z-fHu($8V=xZvi zWzsiSGU)%uCkY{Hnz@=FG|R~9S=*j5H9Zl zG2A>67tT~zP}*s1ENLz2F6lJYoXAWaPCczu5XB_o$F+s7vw}`*3$fPfm!(U%PnD3B zHZheZ-2}uohg=}fTWMiysWpqx{hWdt%W1$v+p@jO^uYKj7I8#&rF-RT3MDod%?3rk zZ8G>=`!ZgWgR{>I&jiROJGYB*tp+|dKWu8bJlWb&G@Pus{I$u%+W=T^;pT0vZ>>o> zDea)!tM=Q(*hbFa7YHQM*4VxP`kM<;*cgpjOWNBqu(SDKgdWND2uk8{rfZ}A^b5&~IU(=_S5Ymw$~YT^i(;Nh_ZWC+ zH&&|S_~dR|VNC}$z5|1;siPuWIMevo+FmqV-9>CYC3QLNBA7ed+(9X~9ooitMHkkn zDM@}jQUlIceLNwB{;+Ks3Ciq4?^bwzVzp?7DTw;6XrikJK3T@Pws?06oJwt-&;_lh zy`?WudFO0n>V(bFDscm}<6kZLcn)(40rH#F5$h^@32{BuspvZ_l{~%A9ist&Ta( zTUe#7Z(mFFZ*&)a^KSR)srSJay0UnZ?zOoOcD+&Zc~c($zKivskcFmR zUSJ9RwO%aOEWg+FL$8R_`YK|ilUP@~^|_+Bz)Sw(SVO-2#-y>48)?V4!3|-0f6joo z=+F->Y!DM11#ii^@suc*{mIrWlJ_ckZrzwwXMWv~?C#Lw?{e<)OQYNLG#1IGF*?Cs zFvqSe!3VP5-#-0aU4rT0-Zuwqxxa=;Wh5$}Y2CBoc8{}$MuqYwKpO)3LMnPBE^;k#D#Xrkp@28ks>&J(|Zf*<5vfsIP%+d5xYju%mGN4;VX4%Dg`bxAEi>+7by2mFh_tHMQkX z;WfEI+SL*F9pFAU>f!x-v?jLlX0f7lNmV9NF7Xxy?9@2z6^{jZOL`$J>HShc8e=M@ zbF`E7Y?B8tJQB?I$pr2sv?7^=d9I0*G!(& z#&VO4L#u`W5lQ+ZG~~W1n}{FAoYx)c>Y@^(Ybg!ib`gE}#C$nJMNk$*1I&`oLzFaY ztc3U!2QS1(rDSkqH#>`}s)R%oM9u`%T{)E|bag#K&#fjkWm%evWspppI?7F5XX)9Q z={1?8HJJvfE0ksNUB&ta=$IXTpa&%VcA-Je))%qMb!AepRDkj3Men$%)pS;JMrFW`h? zg3NU~r%lQLb$2c2Q!#u-Cbm&oX&|b~vg%MxU!qOx3SyU-%I)+LA{CI2fJlI_ChH$2 zF(__wY(exJId&4YvO1rP#e!a1tj`ge^ur@)>1^GkFpDs<3zAV>Lg0I$>pn&yOCBGT zNjO1k@-b>nKR|IF;>k;AKz9(JC&gB+{#30bvTBe1Qp5{-wSnd%nfyYgKPe644gI$d zjj|c3EUx{tNyAIXnyiZYZ;DMOvyI3oLX^J{MdyrEb;;WPs=2t^okckBNxNz^X}Txu z@ifqB@9Wwg$BepSZn6AxT4XD-TH)o$C{%f^a~t!X{A*W6rqq|j+*R;9iji)0$@dEH z!y?kzaeM}fq64N=si;|ajicwqr+kUwfEW=2uc1VKd1Yz&@Ih#V;oQm2Z zY2v(BV`r*2&c>^h+niUK?P(3^rp=R?k=I^|DjTvKncCg;Dp^VF*@d1g?W4+|7v2mA z#pJ1d=5`H^R}GGxk0L2EwZgGQT$CAQK-wOffCm~+JbZ7E{=y5#55isOOl873&a5KE zr{10Tk%_4(u5nF1^#nj-a{KWj9UotFt z(D3#H+>0bT+2|!hV07hw(II1q7_XO2cwkDz3gS2fXo^JwueN3vk2kK1urcUz2~RAry7o zgJtG*8-X;8=HWIWrvK3vm)kvyM!9=$!A0@(>c};_d-TaNV4wLVKf9iZ0 zGUMc_R#*Y)fvq4TKYA6;ba|5mA?TDh5^LztZrJE_DF#!}f?6hv+F%|;u&j7(5x9m_ zv<2V(W4!@xdKk&YfX&5-#$`{86N9?|vQ2>DxnHgON9&$wJ!oCP!>tu3L0zb>2jb=M z`<{>wZcl)GKgOMBJEs57wB5R0=@;#G)SZBdkbsF$oLZzahZ0Ok^(dQmvB}W7Nbpsm=syHlZ*Go>wARh}y;DQy{3|Gq`W^TOpT1?AFh)i`73e&HS6fu)KQ z5KQX5Wt1t!^ufIkH;81fNQuZRvGIf(?th4t$*f_qWcT@*HxErfNs9}cH}^*r7W`a; zTbhBGRqPQJvW6sE@(m5rGLHPJA*uP*U(_6H&aBkLu|8z}b5WRt@^=B{Q5IunqKM&n zt{6m22=Qs7MJ-t-{rN&vFi59hq;$J4QfW-_XKtacO~2LpS*Ba3XqNkT?PcUgb&Fg^ zO)bt3_q$I*vBa-I$FYtpX@uXDbcf6}J=uoprp$GPI4|jQs-tNPO9da%trj&Tm}>G? z*Lo5#rQwv)hn>p=*mkZm;25QX%vh`ivnsM2s$5i+$lSH{SMqRoC|f*II-<40>-|LY zmxk%vh?Zp3Q&&ubgxi2s*w8+K&XFg|Lk_I3!qZ?z;Xo1Fc-UZ&wia!hYb7BXBBj1Y z!Oi$pS|*ONd8w=wt*kL?Z$sJyX?+;-93XA+ds0}}s3^6pn710#MZ>%{^m&O-epc(fV4kD zs)pHZ{YHLC4rHzQks$~x@< z@Nf02j)%1-%@tnZBcNd@b^fd-N?GpvRUIDFo=HC@)`^*Q%4|cvRO?)vxAhC)zG0Q0 zPy&HXwipkWd!WFj*twNBDBm(vCcrkdgVqiW69mF-Rf&RM-5poVUmV0Sk4Qzn<7N3; zPgcl6VzFAOWjImy3`rDxc(O-Z12a4~pC*WXw+L~-gpgEDN;xQtH0YKdWj-Lp136wU zQa(suUdmhmF%#NU56NywU}?^6dBPKJ=4Lr{IiI;!!qzlVfCZf^)a$R*nDv-gy0z~s z&9DK;$RAEVTAafxQM0z`u-zRZ^Q(NQR3V)rr=4Ir$23oYu&*~>H;>C9;)t^Y%@-Pt z!x+Hb1TFD^rtOn1$hP{n`haOx2t*yB*~6tyoF1~yN9;YG?PsqEwbg>%Xhv`4YTgA| zNn{GW#5qg8NI{4uoe#{K|7-H>sLG>;xSH`dx>0a%;X>u8)rs{GBMa-Eaq;g!yUdE- zxc*mp-k=sQR8%%o^Kf*5k8Gi3o|wh0IGT_WG-4%G)cgluN(Jqun6mc)mZ1&Mzor+6 zq++%s*d_@~I@JhuXJDm?Zn&JCxUx0~O*%f2jh#ms1+C|^DBh@em0{ob#r~wJ_Tk*z zMOzf+@z=#!xCAV&Wv(CR;)yJo6ED}<%nWwNt@yVY{hgMGQFm7#YA1um>O@WVrdhx8 z>>7sFrcTCgvfV+10Ikz@K-S~2QwvuZ1ho`eo^p#=B?Mtistq=ulPb-v_%^bN;{FpO zvVA~>2MO1utU~B}`Fw9izYD)kK%3%{ANOWRumd-KfUpPT7QFl1)~&4vcyBPW&ySfu zL^gv19%y{gGyBLs$OHo%caA<7d4CY^-e0iz$b4Qv6T;-9fF3G`yDWu2;;2sa4LWPC zK3E&G^Tbjg7DiqC@ExD7{$XzLKTyo49KB0rrN;OX%v0$TI`saEAi(y@Wdy6SB}rA- zDK+GLj~)F*=(_tB%N?zBrdbk&0G!J@3GkvgY>fj~w#>Zy&DgEDyoI_fN5%uR13lyr zl#p&W$K5;B-;2PFFn+qsdy%8euPmK|XyjW+iCa3bFW5w~dw!gVWOaWbTwzS09;}hx zdB_qq&JY0yK*uYt!F@o6_oCuM83gga;K&bVsC<9JmF-tKV1EJnAI-Wz^@DGAZ}#YX z@V;X0^97$}`}qqHcic7~J6DSnd>6{jv-p-0`sWSccxSglLqRyU9uHnK3CbQ`TMhx) z$S06*eK)LHy`}?C&&f6#w%X<*pDekbFyDeJ^Y02F-yxbW$hxuw+<^n z%~u4wEraL@GklgypD2FD2fAaj>pi)Jo($B7WvMjFB!@pTs(MGdukVC^^mDr3#Xz1i zerg)(*7Rp)zZe$A`}a#$z@aE%JPr*ku_h(iCQO5?T$3u9ZUq1}YLL<(Cm9Tuje4|n z${V+S&(_3d)H;4WTuA89cnH5{yPe6**iKopuqlUniLLn|fLtBe7S7Y$4QYsmy zNdz-Qxp)Y?>^U+awL%#P98x$zEY-EP9a-8>ENrKmpTJ?0 zIf-Ex%Sg^7>bZYS9!7WgwOW=wcWu;&n^vHgn*D%L*>b66mYqU+EKgP_y7-ZzW*t_h zs)`YL7Ec^$(47wANerbtBm)(>#wa}*2yT=+059EwlWN65yJV;F>tlO{#k&74^Q5bK zy=>m|rYu8Jz)?e~knfTzO6#>W&9;4QoCD;m`>5gGeM>3P2m=XvAa!EFl%e zN{(8<%T~9VreQlt$$XH4JQ*}zPIi(z{~)OwdW)Mx3W8q;pIEi+Ftcu|>*xEFdTd=| zTT?Uh&pPupNq!?*t&LW?aT$063Acdm`KWx$bNA(cdB%zs+n) z>lu!}7){A~bseoy!0Y3P?f`~hSXW};I>xHjyDcA(9yuz7fpJ;XZFoN8D2m)ouXIAt zNM@f`F6EwP@SgQZ4jmMOr2@hi=gLuql|Jf{jC>7{HB0G@AdVYS1D(*zdP&lsX6an> zjPZ2$$1O@aBW5Cd-hSoAq3mxJoZEf@!p#nprb(aJ{TuoHo0$gXbV!L2o=QZML5oEo z9x((4P)$nHv0cd~gs1@vANlIm*AW31CFfRoE|jVek!47Y7Hy+m%VwmU6R{2Wa3|D& z!+?yj58{|Wl7hEbahWe?3h7GCU9P+)7=9od65Tx}y>(rPTIapq9^}O86nrgd7H@j? zvwV3RQQXy4_;ru^KKSX{h2~!^Aj~Vz#tn^4FHL)9JM%i}r+S7|W>Nl@+mY-a{f1um zm%3;DqVex%0KSUjkF9|^R5p3pT@#CTm0MZKdK+NxVF`s#zOO-K(l=)4{S8RyPTKv6^NaY(>pP45Bja4q z47oEE+IIqs4(k(`z_kyYv**`T<(%2uqkZ?Yz(gj(lPUYu7ab**AY0mj@N?vrAtg>4 z1c^-K9)*J>BE1f2=L8Ghw`@Rb{wopNIxv)qw=G$I_p9d6>mC1tiR;+O{HeUzhU75|iX|*9?XaGxM{?2zEA_$B+T)TCtSclFT4T88~@ednEt8xzCDRisnA&X}z~EZJk$<@=xB z8UFm-sag~m8rA-&kuh}nc)DCtZ648#bIWoJal;%=h?;#*3k?3Cfqiffm2N2c$h2M6 zJLi`i53Fs}y8gVOI$U;7@r^?~+a&j9*=@(wL2>pBA-0b}aN|-3yp$^I#1*<=8^lXl zA8hh7cI)4Chbz%|=p0SOZRzJ!E@qFP-HuhdW|ehLavZ94`BmR3S#rc;0v{kc`*HEK zdf_g2Gm8WsN7B4v4uB!g?9p^gQ56}k!U#OKRtEoWp2DAOdDsJ4_+__JptIuV zfD=xs=d|^fAq3l}LmfwZ$}OYIh$+~RZVK|`1YaBuc{(SOe%88xYXZM*naJUPAYY!J zt^r1Z_92FCf_WBi8Xbx|fH*YFNy)^#>q3Gu9s^z9pI)wO0G@2Xhpy2dTbev*PhLUD z!gH2EAPixKRpz{FbMHOhtda}M>)5gzCV3c~pY)ZQiAD2SaGljEbXy2a2GQ_I| zFE~ICchiDuiR%>OU|$qq!T=V>lwpzylQPVzVJt)8Jmc^Ivsg`LwG3e6CM|@lH9zA7 zm^7jv@=C{p7VR*o=iEYDr&$tA4BQy6zH633PF}g%%o}n{qF*FIcLnH5Bis!eih0MY zA~OqicX$^F?CroJR-~{h<>knTW$J(Om`}P!_zOh+NBkk`soY~|vEdS}+69*e=XQRj zM8spu@O;uD=9}#1>+kkc@A8Z%LczLJgy1rQNx)#mYIQXLRx&oB>PqK9TMb9dU=0H( zna4-tts733E zlX}8Ab8EkO;*H5wjq$f5 z6h6lL7{QA(dK@{}Cz6=<}s%9O(=!>G>_6bv(#3`waf|~ zQhLT&ZrdozWZ}=Z_fJAy=`;M*gWGECQ^E^`Z(A2X;7#lJnDj|=l8LC;-@ zc>~-ydMo)4Lq6CSc(|T3n{@}LzV;M&f6`C-FKg$EOZE%Mhv>};!ZB+}RnzX(tBQB+LHYwB6$;a)VubR0sT=t4esoXS{P_asQ2h^?&31nEW92v1X z{4t5Bm^)wt?dZeUJB9Dn1n8LF1(WUgLc{RMf8Px|nDRwdC8B8wM~tm068w`Xt-TGH zWz?6S0WDPH>i{PMcE8x&)$0~1l`nm|+{!PAK=G*LSstxwpW%R`ag0eL!qFaq$p#Wi z`TW2mq`;YoN^Sce-((|z&y^5@N-dCGvWu)|mTZKgY}ve{Nq@Xvp*Yc-V2Xt#*#L3~ z&TtTH%v~dh)ybK~dkf{xk#F1 z2I|W+)aMygx4ix@u9mUnt?S@pm$TjcV9R8t7&@7vKueu!3mY|7dZK8%FKa{@ABRHD z@v@V1O_LPu{Nx}LDu*)_h+dT=)I?FeF#R82|HD*EQhIEL|F1l+4D)~M@0T_F2f0x) zbg{HE7j$rNvNtrg5VbS5H~Iew(CV-r$ww)Ey^~inlksr;GK{2w(-m-P~ zzOiH2xYj~Dd-wgGWHeYEInm5@_;Q|h_wM~SOlPcY^LpV5M5P}LA9-}*>JPEltumeU zBg4;FdB_bY!jG`>)a`+DIc>(^cbD&xVdyR2vT;xwNG+`#?Lx!Xjowr#J#Zv`)R5Lm z-n%>P;?Vmn#H@K}CHAHr5^TPRe+3gYB=;G9_zJ!LG0L)XZw&Dm|^=68em}ikQ%6C`w$!Ow|ZfK z?_Ij(hVNaug@pgE*^9&eD&F&F{iqA$VEfP<(5COc>gT4RO__rbC;86HP_|CwGnT7ak6J)r&-j*vp2sF`u)(LA}v5o2kCG zw@Vv_9ppW88~!t~O}fWi;S4XE;A)Ljvy7+5yPlgEJZ-bb{Hha#%HrqrwSwWOu%&^q z`{?=~n%y&4*GG|7SCK9+FEAY(VqV?fRlw1!Z4#aYq6xs*#f%jr zN*^UQrpme;iF3c7GRBZn!aVSF%dZ7_CI^JLu5f6C?s>AF3Zbj3E)M6Q0}P&6fywA_ znUr~LGf^Qrq=>til`)fvbkn4IwCf07NX&{mO?4@%A+eRH`K+|)6J-wvB>B0 z(Lt2hdadPs9r*uH_D)TjMcuY;veGu*w4GIH+qP{Rm8!ID+qP}nw(+K2r&jD0C)Rg! z_Bt0cV*Y|Y`e>uI_Gl!OGNcXUC~J893Y5#~;P`91&z_Sb0W_--abx--CZ*oXonY5F zm%(k%611O^#^rVbKmQ&Yqq;RJqN4y5v@j;d;H_7Iz40*vGf4U`sdaQ8i2z;2w6zxX z=qm;+K*Pek)>lg@!ilHFRUEwm<+x7e!MFL8Z=Et1l?kh*nX!vHzHElA(Q_PQI-l%$ zlvuoSd|R4>PkEviAPc#@%z5;F^f|nGs%a~nO7AIGHd=TQ#x=<>8MT6`Z3h=`KT*;- zd3HqkcK3pWXTB-p3W3<>3se>xN`?gPhUXKzI$25heSJ9 z>hxlf`@)%fH2OD;M?6H=7}%6HOehv%f3x2HkS>c~w|ZO9$uNhihfabxdAsHe6_%a9 z=ILFwx<}9|ZAmz6YS|+!q20s5VZv76tdqVbG&Wm7>R)z`VV8WbVR&X`usbi&-s!jr%gxRdD<--pDL z!jtTi!;|h4^=aOddbC8!n6%b3q|Dr3xy-k0xh(GKP*dDfwQ0G`xlFgeD5s&OPUU&5 zdn|UW_>6YU2zVS`f0cJ?sF})b!ZxYi=^~5So;RZMQ@eWtA zRDC(8VGOc-WJwMg)bO~+r}!#;`GsA1)aV5GI=5tm2DW6|Er|w8v~gr<`*kz3oaevt z$DE{HaGu`ZobF9V`&G?o?II1D%VIrD>h31CWt1H?8VFKiZ+E=yk3TdMJB-#7aFw~t zCxlLCdcR`Gl;Or#jv0zfK^VVHVWx0HA8)$375XIFp6k>kLXg*$ zFG5h%RsS#FMvwIyRUTjoKwR!7X(pHX*}& zRH``IAo3fb*vvQBCL1qSfTz5K!t|pm=?Obgww@J~x`_BM^Q3m9D5M{|#gYviPjG|e z+Q0@}9n!jsxXV}#ccC!iHU_}yLd#{WI8~ff*7n)z1E>~Sy?pNe4){>iwSD2%-q7i{ zO1;SmqU@TaM$CEFG6uheIxI}MEh#{r{JaC>rn6I&ELLMhb@4DBp zJz$nW1~8RlAAlAZQ1xDVo^5anx$k$W$#CkFfcCGx}+W0Q^$iR z!D{p5+@UD)cVpAv;Uj@}zZQG2lQcvjDPf*^oqI-@Sf3sgI| zrO0G{VVfZV1Z5Y=tST+3Xf6>`^D?TlT2eo*LZOg^PivYzAg~Vegj`_6U5t8yIc)IL zC65e^_RB?+=slAVcTUwp1k(p5%lx3QCN0d-62zy*)OIXe>1!Q%;bpabkt3~}e9Fpz zlIx;xpSZcjcMAJO1L}tlH^C=FmvxM_yedOIVPXEKZKuo|&z?QiSWIxE;rF5}d*lV4 z=__BjDF>GpgOwM2Pb+VtSJ#gL-mj)vz;F^bcKq8q&8o-t(#iaMaS#=vC-_z3@8Wj5zXJg#%yA*etB}JlWgB zfD>c;>|JBp;g8l&1Lsd117oM5GnzaH{UD>wm7MnU<)6EXlZzfj?cWVtu_X&>L(1Jz(V&Spi ziFXWFWZ{jKy6YPm=2b}T_$_eR-hfqsuzI6&L zK|-{-Tja3%`3`egF9E#lku#ZU@D|zA-k&k!XE1Jt6DWQGD8YOf4#^+f`Ji?q6b5uG zV}FgPKN>`A|G%JTMBo#Vtl*%t8C+S`|>_2I<=(ui8m`~(RjA#1a?>V=`n+QHZb1BWu zBkyUw1&4JI4t-i_%$$LwTeT58!QNP2W0q4JwTGZi$IyG)9&uTCwR_-EJ526gfx|#z zCp`=r>3tqig`EVj)>JX!3^Z{9Tx zf4nb!y|#Uuetb?{!)XJ47w$5L|G9#hKomf_fJaA^DX=^gYzuU%vpi(r-u~87PzxxS z)e6Ho_!oPCmt&5CHJr02EyE~GqeQhpRW}ZA`;lz~&%5*zVV%6ain7VG^PAr~bn0(& z72$%LYL(?n#VVb4Q~=`-4b6dyshWQM#(}YwI&giZTffrZ9*C!%WiI=ZLRltJVf=${ zDHV>fn3X$>oa$^0l@|V@`=xXEmRvhlt(um0{J1!$^tLkwthYWuyVuHWw$9%QODg}$ zg*mz=`!D^tJ=9Dw+2=dh3+1)~-i)v^hO0HCJRzNZ^I@z?R(lH$@?#X8!m<)Gq*b|1 zjKMUjHi)^sUEYHt$P4Ipd{pbD7>q;UPHANkY)aeuG&dl|5iR;Nt=PCkur6N_WIA7EM(8nVG`b}BBJjnm_KM+L! zWg>pWZcvwk0|9}<00CkCUxgh0-+06Su@5J!!#Sud<9yF_pWf_j+vvebHxLuU7)Uh4 zVMi%?O6mxO1(BHw|JftWoMxq?=rnW(2PLEe8y0U4Q-!G}Qe6R4^0w8wHgFx`I^>vf z$%;ATaJ4FSvl$)L*o+a%{yyEw?99YIOLCa`n)Ul0b^m_I{hQ@;*_k>ErV++WX@%@+ z02-22Hl&8Z40Rw8)?atlvR=OpgF#xbN!*cL&?)Ppon7SKnRkP{lpU}^Ue>9yMW5te z*(M(K5@uI>_FVp&|F0bRM%6Jl;zN}u?;kCIKm`~VK?ny2CGt`i5qR(s#`J*3P0)PE zj1kMN7%V(6Qw9jVek}*^8`rru*V)hm^aDYKMUP*wlvtNH@WbOF@^9pAD0+c_!0w=3`MPk~sOf$U zLgtQec<~lAYTE)yQ-MEbcfPZGu7msjeDq>&o)Y@ZyE|CBl9*I<>;584E|(d5aXnJp z8PxRHSNk67E}dd4QawnXTRPGh#C5~21no%T?@cHnSq@#KCAM(lp@+U;6HJ$=n4bd> zaPfov1_5AFK-Z8%+YO0T*VmhwzVd>mU6(N+_F`qr8j(Oa`9GN8+%atq=<*#7@ci!k)I8G)4)I}d*PvK2q|_beID^6gjT@Vp}3qnObZe4!FH!3%d(v17a?nb%M~Ydr(RJ(=K|R&f1Hx8|Z#{g^lSR z{;FgE3(M6Hu?y~LJqNBY7FyRDr~N39d;A>A>5-BYx1a4WjBR%$dIf#*A+rju^ADRv zl!8+md?CqzevLT9I!xL~BqRicpyr+ik)|nFlk|9Y(|r$3vJ9%o9i@~t=AvYnQq}>> z=zSFk+T($rI+J@J{1c-PpJKj>5qe91_NR0p$)Emc3c`~PhTjQP>#dE|beC7RH;Y27 z$?QjIO6^yPxNOhGVLm_|;)IeYn@u!`S{>-Hju`a=NT4c3bQ>VYm4Yf%ERQMp0j<(W zrKkyQOI?8tI_`0Eu{HWdZS*ETMJ5tE4<@8D>Ml(yzA%M*hU+->td>Pwc%)0z<=O{u zl9j6s>dS}@G#33|WK;z^D1oE$?pPD&GnJsrY!2xAPD?1=adr+csq?Q9Q9u^lRr4rw zrNTk!rbrK$l=9vXG3hY*P@I_y<~pkn>A0N5V=Tp7@bq`L`(-ew?5^PwHp#>trT3rl z#UbRZAi=K+&*RcQy@8Xd0bP#kR5o_LB|(IuDYu?f)N3@XETckGuG4uc=DBFi5&T>29U_ z+xfx+1LB1+<3C*UOQ?fLEc4?Sn%rRXF@4OI718ChfHY1!@8~*`Q_`8#B~M3?E5$gP zhefGi@!JNecq)v;q@7&BS;kwpioDOp-r?%NGU_8X4xSjEzbI2>nDDX2@SdT2YlRJD z<^-cKyfXLfW>FpG(F&XL*DSWP+ansdr0)ptF-4;bmnW+>Tz~CNXg9GZgO^rtyx%mf zdJCTY-@djAVy)4?PW%%iq%q|=3X0grig<@7yTKntvWh#^9)X#X1*L#mfU z=GJ9=5$ItWdE7P=smOYMh77o#GhDqI5nLjI8FHIyu(Z5X zsHt_u3*`n!R4wsBnds3H>8UYHxu_z%h)wJ`!Qj3odZ81Y?4$Cp}RK{Zw=K)R3W zuafi(KCRvoTtKFtPGZcY>)qT-&8!!l!k%q8Vqib&sP+-_!hMQxS*jfmLpdo`SLW-< zV5xKQ6)piYSdJ>)yWfC_AILg-WA4xO5=(+q9A2kf6MT$TS+o~pP*r3Xq7opKnnxn+ z?#HbQwi*Sw89=@nR*PCd>NUn5SzME2HG!x#qTCs}_JDIg(7hTEC-eO0*TA{y_q;M> zyE5ino4t1=r0x5vLPx4w_lQ$H1gRVxtRjf5Gvk@yy5qPUByNEWUFYN(=No2zW{r_% z;2}Le2vYfzsDvUX?aM=1Jp`u&!YGw_m*9dnQk4DL+=Ry{?FGa;hn|s=?4rr;vsNk9 zOWhg4Tk!Hwe*d*o@cz{Dh_jQw@#NJGc00lP8mJTca`fPY z!03ePmn^@p{KoRl&>J{=`~ocgMCnPG-M4;&`&9mh{d+>wv#-f93+L!RYY6+oj8|(& z(;L9~>U45csmX>^r?WGB?-?e0h;p*OsR6p%-}PyyHuO?wx+v`rudh_NiZ`7QcQhg{WONW$+Y{%1Y(D&N_kGqG4&aN^@<~-jKsevprS& z*nkl+qLnml)0|*XJprhaZI5ieeAz>8I15Rs&vH{W19*d8U%9%tFIL;^tOeX(-hxT4 z2Vz(hbUDz%2!r#PqNy#=PtNDL7+`FFz~UxT=*TBUF9Tg&9@zS3F5a}7P>YQa(zn8f zvEn8f1dM8K=ZwWO0oRYamqoo!<~d*d4on$63E87DTO_5mc}6$hr4Lr-j;fw~m2PHO zm>iMWkaFh1i7ZaxY1eL2yG9)%duRRje5!Ute+~qHPWz!d7@@L&rP}grl0!= zf_$_{!Z|pkrL>~24m?-+GbhdU8&c`p2{!Z<#ppMeKm@GM=>$U8D@+plqA|q>HcyXH zcULk#>o%JMl6<`D@*cYaONZi&-JIbPUJD(zGd;GmEOx*}K{VxBRUAb)Zf7nPRz?sC6ot>71w?~SR z=r&LX{fgBit3AN+Ot$5mS&@faEMJ-GnkeWpQgQPNBlq5ti2zfLzhza4A^E^iv2|G- z+x~`$_4X zP-9W~oX$`b#R`~WvTc;vJPScq4GFs+k?GP%Fxh7`$TVy zy>v|a7xF*5R>$rJ4+{S!k1+3V|l&nl0CW<~ZU7a*{IczUZD zE>=zzt}PAH5Bn9G149Vm9QewR=oy&gn13M zDsFa6uUoW6;Ko&?X9${KnjW=+1G1%CVP1a#E;ly_0T(eNY)|tsX9+fhUng+w zCItdBi0_got)?~2%3wS165u#H5@th~8VlJnoAtnYL+({`gwin>H*-`qtIT9+sSVQz z2%k|nwSx-+TJBPfG0k)D0JD}2W3`{zGO<6+pHRN7I`BBq2?Y?KIt!O?TJV8kScdevD@7m1Gl`n82EezG||VjB5-0UDHAt zfzZN9Q2CGF@A{T{wz+slc(SwdeS(Nhi&4J<|<*dEd2VlOkl6u5tb#ZsZ3F| zLx=esEMAY+JbE2JyW`V?EmLZP)HPTp8_hUd`GU*nTqd8vSyk7N#ClaSc6!0M@lY}3 z!3XVd?80Mw2q}&gDBNXJfTqjkYjQC93e&iZ7Jl|x9-b@tR(y6)5;iPjBbFL&C+g;s zb{3x&dT2*Np~!4t6e+X;DaR?PXad2{4utz$7^3x99;&^|2&XkX_t+k)1>&Lg4&Tar z68JI2iwlkt%6`K5u>r9@le2lpij58sx+GTvom`XPo$Rp#pSrUXy8#GF!q@PHe7M}%bw!fzln35$cH%#qqi zaWrbh&ybZA?%hvt2wPVqMv_>pc1UtrWsQ;oJB44bjGqyPr$;~d@y8)b$jpu{b(yha zp60|;CcJ7$BjIi3;yea}dO8;AR2OcN+@2Ya%Q{Du*6ey5>zss_O&?I9lG~~ zUy=i*KE|%?V|-}LBYWxvzrf8@RFt#Glj`6($$RjMqCPOmzvm!J#1(zN(Z{C63+q^9 zhDrV+x#V0#;gD|hJN#N9O{_}Xkk2Tyw7!WAS-HvghzkDxV6m(ULBzsIG*4MlYW!N2 z0e?e2L&H^q^L`Z-Um*Pj$F>jcqSWStB_O71Or@^muLQ6skR$k%V8;~<)H`d5QXvpe zYl1TsG@X8EG(I7isD33v*r)ZU1~}S15ky&d?{5iQ9e_9+0{3hii`;-<3#$g4Wux)>&T3(i1yD;JU^G*~DqJiomy>R}7GE*6z2U zrq+!`X9^ibXS6+1jaWp(q^i9~l3LlhrwYEn+oHx#WO)3+1#`U29N}U3fCn6R?=CPv ztr4}J_8zIqBgz2w!Xr~r52|#!9uw8Kii%z1jp|CLI*^sEok0qd1(*pZ^ASFJLMCcov-pe>vsy21{s)J1am!vhRsxwnBfFg!vx}YI*pN<=(I=os( z)Z6ne2`6jA2YopLno}g2#0p>(Od{tTmK;&$9Htt+kMrtz@-hALvf9yBHn_XWQhHZl`Tx3;zza+#@Rn^~}QyB~uf? ztgC7djSpt@Wwh0xaK{D*UnB*!gGz}(O?=X0yEXK-Qf=iE72MG5D1U=p*dV zh^muoxMI|0!~#7a%kYEh8`!?33UJWhQU#rSdUG6R)=@|KmxX36>&)KOM_rfJ1BCZ7 z?gMkAvzY_Kt#b7=`!+AW*dzi9gZP`d6Nf4GOf*w}0hj7&pzX)Kb;3`Oi-o>$`4E>3O3^$B5 z!g)x`G2a4H(Xk~g5f{CB023>$$^xx(_{Xx=YJEGwu`-dmKN6$U@|bF$z9k2sv)uuH zYuKwPQC{VK6UHdRrn~)y;>6|UDe9C_qq9E1 znqkyFbO~McbwXZYy!0@Ui?8_bpT`e*YNp%}h)5%<(G|VYn%^DhJe1K|{|Klm($YAM zU}+=SUKZikV>OhoAjgA#;YW-;DFELQfU?{VBN0ImUt*@b=Pr;H=|;pQy;#&q(n?qX zC}x$NI4eeYSVU;z^4Mcu5{Rqbc|%qPR>Q79Fe*5R-VMUm!0VOmRqXwSob`~AZMI2{ z_J-<9?TF&;31NKFq?4u9KVy3FVb?#QeWi)L7tJ~P=uE8z+ImO7Fjphpk@JmhduZ5> z;w@vgpZEUfy0s3v$_p@*ZPtGlx|6{mxNtFgUT52we^tD)pcZwcsEtX<(_ZL^ z#Yr8ru>LB}2;tyPwX>e5lDKP{Aq#5k>KdnA>iDH-xG#_Q@X%3i&ib3M+DK)Xe*6e7 z+vuF6?~Yz}R{MuCsr$j2ORNe>^fdi>hHHiGDMsSdG`(%D(3`5kfKoG_%F6h)L^FCt z@~mo|Op2LcYgR)NnM*6hhQ?3H!&v!sYJj`ed=VJtEy8zNPA8K}migh803i)-dXwGH zFz!N3x|YoC)>ZOXIcuC!2Vcy^rAOxwgYCNRJ^+|v|E7m{|0Oi72e={511x4;Szlj5 z6dr60F=_ty@*e7j+jXg-wnw85JWT3{sewr$lj|kYc~Acg0?i zLwhg=3_Wn>rpH5Fo@Zxq+waq(tMMg>W7O-g8};C?yA^s@cxwxcnia|ORE+|8LX6Gk zupYI>dqa@cGRraseJbUyM6$1(TDw$4dPSpCxacxI`c1+0#!za(VQ->SLwZvbJS4z+ z`|Gkk+B+Ggny(2#yEP!ULX*TfS5e|Tr5gjyY5IgeefH8!h`!FBS4&KNU4ADjN4F01 z`WCgnD??%)RZfywO)n-RM^>6cB+f4#FE@Gf>g20hbtDyheuy6y25MjI7vetCOD&MF z=tp$d>68N@y78cSBNb0>bJMh%Gr^@|dwiJfXq^bj=6bfMSi;-oZP={A>YY zpan(>xmVM=1sLstf$X3#zgR1>i3-tR>W4iY zD94@=7P;p*;^Iw^m-3pLwftYYqMb#8>C4w>^$=~&G08H3==)8z1dO|NDm3ZBB3wz@wGa#X*2b?Y3u71|s8!Vp0G!hY8px;4OeMDV&ry6y93{(&o`9g$l&(?A6rLwiC;lDenow5uK+a14>;wB)ptPYZ7}y6MAxfZXVci{zjA>JV;UpI zH%PF1wqYMVrGpCOOeUA$MkO48+(1;!V~a@03!O|M|FMqeF~0sh;UPa#7v)@_4ouL) zP)Du3u=*xxi%nvq8>Wd0>#TGQT0nm zUB0&>K8?fH7f!&BG#6I7=bh8tkH6oWFSoMauf4lApxAw}g%W*s0#KO8aq)vn=!hwW zVFu(8s%;cC86FG)Hs}arqMjs->~K!1NrPB2Nis==79jwC%F_t^oYX-$MHWL@Fx^Bg z{UliZgi1#7I}9|&3H#$dX^I}J18cDA#$RxU=9DEA<}-9MrL(!YJlyq6&gUeQ{%cFB zAD*3z)~D+4W?c!H`kcgb9BN~!yxh0b>+2DN!d{>dLh2(B1)JPp<>f+_#j^|>>8hoS z%45f21D@mKRG$&u2anU}G;ieQ(PFqx&l^dJ`am_vA+mfq&f$c_dS3Hz2K}ldUiQGnOftBudf~O(PWGu5KTT*_6>W+V&t87IFWKo{aZkCM7 z@S*PtgY!?_lXR0pZ7VaV^6xA3u&gN)a4^wxQR>4iH`C{;zGA&}a5$f{*171S;Ml@N zAx17)@9hD0hku{r%up*GPdFZ!Y^O8D+*e-=j`}g9DmAggMVD@abIfTH>akRPnrn7( zkh%oK44L;osJc@?cLEh1WtX)mC9&+YRAP6J3w^1f7$HqtHyu*cx#Id>*w|^nr*ZtE^kAVSqU;}=S`TobN z;NA#QF&_UwQ?N32Y6G!<%XcBT{9S9WpMimcMOdZb+cy6k|DE95hR>je2fQw~(~Ud$ z_+J5d{sN*0?n~F|D^AY)b%x|C>vSPthCqXyvD^v@HSWy=Y{IE!Im6sX{$SeE7M*>d zvo2DPw!4S!X+pW*HFkrFoA{-mzRfK* zYXZnz`q@z73}o)ng@K;o(gHFO?7u7W)etuo%06SSRyTA=jf@Iaq*p5iA) zkG03|UMa+gzp?f=1~@xAfsJPV5c9l(XIT@3GAfKJ^do8)&>wPW5A?qNV3kG7zl^ z!3j}#j)8n;xR2t&sH|^AER;iE?-Pq*yJvl^r}2$?jivge1j5`%emVxdfv1hD%mUI{ zEAm35`duND?qXH^W$@JnoLmDck>#AK6&Lz;OPNsrFe=D*%%%LsidUa+3lDkIZ~_0g zAy>X7YCybXb03`8@ijf96#1kE_b8_L(^9d`=8Y=9D5PZ>exhq89+(9{axxoJp+;*a z?p6f1Rmn$)DvuMocY}5KmL#P(T{o%l0Yu}i@h{YTfuR9pzu4pDnysai5Upj+4>n{) zG8smjSNjS(P%p>Zj&GAT&ClkL<+CU{U2j?xehQw(DsYV_lMUFgmaP*}wZA7_WK;1?=fY^E zaPs`Q^EyL0;N_ti@_`V({K@+a@x@J80 zvM>0^8H1{Ks*jBK2NHX6YL3-koGQ2HLI3L9!!e4C6ZUzYUVn|Ne`!X5p13!F9?#<} zhi8GWE!(13{#y#p@9_QB1xU#HNKjQ`8>h=IILVd$yqKbG;(K!w@GPnsH`v^_ZL$2j7TrtDZIn}H4xiZ5~mmPa6b(pJq z?SE6-C?o-q)?}5-XzVq3BsJ3`&GGCve|^#7-*OP}ckEUacao3|ErbGz;jhprl+pT$ zQOI-Y;KRi5v7q8GW!w7re8h(8s1OT?5DjIU_C)8kiXVP;eV&3{?37WQi3w~I==7Vm zgjMxhdW$Kx#y;>YmM*4hdZ*9|tDae&i5>b>q*2tQz2eu8b2?q{G4|l5-lIY6b`9J*r^BSi2X4ugW4gxa! z0|bQS|IcBq>SAg0-`ab!s;u*(8anT6LiLauDr!dDN?O9g55J%^?2H7iASL5~$iz9W zahb_Fg(Gpgi!lOCv$Guj`5J7tZ4<#x=<`vRl1#S}zk}c<(rw5$Cc`83SQ&o6kAqy`dP&n-qIWPteCzx ztI5q7ZQDt^v99fnb<1|ZjjQEpW=iLFbBk%u%0-9ko57%aMs|U~lAY8fMw*=Zt>#NL z5rh5%@8~vznVuUAbf|hT6L(MP+#}3<#)4`(UW&Lv{3f~UU_(!z!gT8uqk5GaNLB*2 z1kBLo%y#EOVvQ_=^|^W@v~-fL>nVnQ&2}hwKJHH*qPvZ9n9g6NDPZ%-gli4g+)=Co z427WwNc5P=%7oX|%tP6w7RT>vy#3y*vBaDyHbh2s~T5Zpv0-2yEA?q%4iF zNhxabZ4S6n5Vn{U`ze3eWt15W57DeZ#B^)u0{#ip%4oTU10tB5;H+quYshI|e$EfM zSJv7uMbj&0dg+Cf7yeQB&v711S4(6iV#hSjXXjEOu!Q_mdIxBe&#DhUvgB0X{mViwn$KoeB z12V~zcqqp0V4WY)>jXYv`NLM3W{JDek=rEVB)cNfqExPK_hh?@B-;&RZ#%fLv*lh`J5bp`(7$#ZENc912XI`Qo@fLKpA*cA7E zffQv27bqRH5c;^NDQpgx zLS0z8fS_qMT%LT~1YIr-9qk_kx zCl2E{M`>T|1FVXU!J#Mt1JFS;q=YC8?x)cwAT?fLE?imfjAxcs!bngMR=uljB88=p zuAz26c)UI`i;wis6h{+>6UP(A$y;#p#6`jiECqV?U*hzE~X^s=k&83`Zay^PyrL3el=`-faVhar)!4F9-7R+y{XzgTA zpJ{@e=gI>iIXhx zMcxE^(rP?VFVqg7vy8CBdfMMz&lUqJUV<@-`Ea=9Dn}_3Uo17_u1DMzv(~|nQei)B zF&i9xc!paKTBWTRjmN0U+Cm60y4Oa9HHHt*;vIE|QBx$-%c9g(w)zY)YVRG;IFET!4|;!45ZSsPp@=T{22)m9(s3M*5|qq?)>kj;ux)=m$JB` z=_A;7f(MXmtAr~8Zp?Cn80OerO*d&|<(rsp&yCD2`mIO-gAiLzl$Z>w@9A1wKlIe(EuyiZzq z34jv7!XbNQN>XmI?3DB&S)P(^yrr%A7%{^pHb>J@A~(0Wa&L72?6!xl|Ljo|4*y~> zE{fSL+hdm|qB9f^)^7`XM&-INeTy>Ur~Ij}GQP84bc0-u7r}f&)+x#M7!c7V&HZ8#s-x&;M@iIVAf$_!Uqd5Q)u+)6CMfOiC>UXS zvS+C1ylXgEsxauYYa|SV7wN71GS8_#QnGh~Nyym<+F zi#z)kIPxXioK>wr;3f+VKUxeRbG&O>9dDrs*^H>tM+?b^9lU;m_amOt58t;Rx^r*% z0`lWDggnlQbZv%NP~F_6IxM#)@mFd^Y+9zxa&B7)KzMPs1&v-D{qF#)G@y0PG(34Wq(3Y2oN#xpeCdT?GuCktDXh- zPXO`E6CmD_u}knbp_q};vXIVIv2ISOs9un=?8i*T1gA$s$EuzrtSPo`cR6SLIyQcL zFYc|8hsBw-a@TO#Qt^)O1n>$@IW>!}=GI(d#q zr*6N7;O)8`M*ZRbX+xG^CY9&3s(2_!iXS;LD1~L$Y?>&ro>K$J=GE4AYkq0A+uc~E zSFp>BEiEA3PqC=j{OR0swXxyZ`^N%>$})O1ftoaB!#pY~6VV9+`R>`RrPayJ4*Bb+-x!og*&C_6ckk5nFUkU7S&;Cn$7EP1M-z^wpv_{fzltTn2`i zfLZJrC%nvCU5cI+-!$t&7dWJ_hW(3V(2N6>5I~+*w?%~-12pk6oq|SDUzYQ;X>Zr} zq3p_caHm0uM$ml6nP^+YW^FV%!ksr6lWCqD1gaXi+3FIL-U@uSL{~l=NN)=|Q5Jk| z3i5r(7s=$5NYFHclA6Y?-Xx)Lt{6sXLb(~2ViZkJL7;rGu%d>WqLZ3M6;MqK$KwLf zr~qsU-Swcq;-iMp%o3UfZl4cPoar#gg@X)Ag$<PDb~hqb^;?})aUbzdD$jS17pOh78PTEu=f-n(&>@*dbw5!tVKI> z>5bxX%@}9Kz`a)KKpU=iD=;dsU#m6(DH~e2dZO82PGtco@Mo|8>IdlYd$f@&o16on zU+l%~choHdA(TvRmMn%0xqi-)>2^iXeEivwM6v)sbQ5tkP zu#cIb9~AHqBZ*PyYj|~YXKgmQ29Ys*?dCP1x~lFT-uhzC$F0&hCPJeaGSGD0p=Pe^ z5k;!2Ei0a}Vutcx2PQ)N@1_QJzGeFv5Zs^pDA+1O^2lFvE!l*t12 zLF(SNw$7{r$#-0op)6u8UI-ev~XSy|(h4-6wzQFXdYiW)sBB1ra;`6RuP10v~skvVBA$s`T~Y%#zk5__{=Bg3^=B5OTL5 zz+SaKGBE$r;a~G%AH^f=GqeP-;g z3p?|@g7KEJaDBDxb9JE+x0@jKB#MH#c_O5G+_|SUPHK$h=tRTNnSUVM`;hM#PwN@m zmZaB965Mk=??J7_;$7WarnQ9^zV?xr$F1v+nOvJicfRTfPiAjbqD$AM23b};h@KrJ zCOXp4aZ~bM(s8lg)WdG4KuM0H;;9e)W(p$M!OUF4pmOsW;MK8vlyW;Jj5N6kb?}YC zxxdE5gjTZqTCJOCs9s6?~ z7pyKsqgC}zS8o@AFbldrar2KN<|%OfM(5gKa(a4IF7L7_GJ#96@0E+lfT}s* z$Cdz#3i;_D<9C$GulyG)9PLfSDXRgMEhya)e2v;tKiS~hRp0DxgV8NHYp=j;W2n=-MLjs z%kl&E&dh^Gq@i$%@Ul!_1rQy3=c1Zy+~g6FB$c4%AgU)I3Ghv)KMmA}Q6MikFN&NS z5ojKbRkHjE;C=o?u$;(@$!zy+eI=%;>!q6!ENaAwVdPF=IY}DNlY!luuQ%*7kZp+u z;Sntjmmy0#Ygo?&*o64|LMCAAn0hvCqYVtBCG=V%GmI1IWW?6RL$9Lj|0dZI2$KCv zDKt*(*IqG#ug1GQu68wbd12%wr|xbRnwk!Pu1sze=PIqI+x4^W-)A5D;dpwovFSMj z1#8C_Rpzu)6p~5%4>tMBz9Ag+-u8s)aN_5o5x=(iQ+Z*!q}~#lb*`SaUEc4%GX3A0 z4-7n6N<9L&lf^n!N2uhfH0?6uR^--6IyENM39eENC`2<6;%?qA>RPApZW zcrs7X~Bvh#w^g(*V9po!#BSq12yguN zc*~RhqvH&|;Rmw_=ld|vgeW%hq+tZp56{4mAu~1Q5}fQ2I_nP5-Z35+-pa&Q3q+k( zhm69CPs{+$fMDk-nx6Q-VE?(AAsPF{(*L`5qvQWy2p9i#^;UGXcQG|laI&;>G5km2 z`JaoL`hO8FFureX?0I}4~Pm+s-C2uOD$pd!+p64D^uARyh{ zjS>=)0!m9LEg=n3(j_3064Idvf{3L0&3W(jUXO&H`(NujE*G+vXaAnrd(WOdd*+!D zmGa{frfL+jR{0Rp!IFThWy3LaNxkX`NCEZA&xr}z9xOR*xgO;{c#ew0@ z@VF(nmDQ^H-EYhF@m(ykhWkEU^~-PF`tI}z>@c{c@_(CAg4=pfcCKm$S1=_&+eb5G zLRxByspW#;!T0sHLpNP@Z@Pj6dmz@MTX2~{#eqQS4DemDCA|7^=mcjd9h#kMN(saVI*kLMTM#Cvz{?t>FkLQ1Yb zn3W{CT`)_Fetlp=1^xQqh7$r~C1Vmf3mXdOqlqW+lBBVls!!@i$4q;}@c7{qo%to0 zDsE<2_l`%Zt!ioUO;nW^n%|trQZ(o?W#1Gtvf>{!>6W$pXlZrRXjAc-T1GkJL$Xe> z*hKUJu@U=E>Ph%1VmPH@O;Z)wS%tRY_6T!^ozf7fjt zhDr1Cqiogz$&;@GV_Z*ITy>?JJbHPH)bgEr8OGjZbZD?%j~qf<8B?{-(*w1SndV}=~?dL zpNYsM($lYOPRzhSy&G4)-bKXt&e^&Dy><5W)k?4P~DKXcB`@Xtb?Zwolaa2jN6ZhumB~Oz_vSUj|q-W6Dy9|{l4+!pkiTS34 zsYYlrVf`tO$Ee`C_!G78>H%j@>YTgL3kxCr#?kuC1AAzZhJ8DCt$pZvzMuPEL)=%Z zx}|erj-1@q#mJa z?cLqy%5R)sYLassWoVA~W5c004s2>O43}WUcRthYs42A;ei}6WZdV|6WD|-1$!yfM zZ+FdH_=B&nvb>^i(Y;`!+1|`*tGYVoml@fpA0K(f*ja~ZNN>eK1bJf?J zbqUKXEhhiMy}JX1a^(?~)pasOqykyJqcQ6}>nt&e{Mjn3Z=6fNe$C_fYC6AE(ofb^ z$zSBkm%0^j=jG)$_Y1zSZ?DGL-F%VFrhaB_FrWKj<^GqH5_*@-*Nbl-Mw)%-Yts-~ z%q`y#d!zVHk$E$|?O;xI5yQoKsO&(#J9A`bhxA?LiZAUHb#k9zNl=<2r-WdlPp<9c zhIW6#qEZF95?j@c%$JDd=&8>Mok zp&@!XnLD<0W2Gyzg57a)Gc9Dv(;EUxb@QaeFK40x0__d337!zkDEgyV zD0#DKNX5_TT$bxhnJ6JcS&nwqM;N`}vAR{$KxsGCwcTB}O;@C`TsUg)b8%#8Q!86s<#uGFO-hDzOx|OwIQtt>Za~ZIkov9f^w73{zbZ#O1 z5~T*t0v&ET{8^F`{U%tQcj!$gI35 zKXpc;$5lt-!8P4G{tseDK3y=L7`EaYrN~R1*72g3?%uwdgSreCuY9Nz0z*5 zcDi?~h=Nx83B}j38>)ocA@~@GbY984Qa8t}_T#(P_ zJ0I_)n$@x3F37AzXU#dnoATU=Htkv6;1t*U$8|Im?U|xAJ*DZ9X?U|7y zS{PqeM^c!iN|L>@ZvVojTjShh_Mx%mE!Qga%UtIs&qNj8PwT5C^;2=UEIB10r{%kK zhGEVb=aa>mt%E6=GPQ+gHVY949OIw216INroYiV0xoQ?KU#ED{Y)O8*L5SM}{;f9a zJ#4ZKTboZo@VdAKn0dUp7?H-WxJClvaX_xT8*U=XZ}ruJ^Jsm6|#)#Ym>M7Hu)=*U2@Uidsm3N zlVqnR>~Q(DR&G>74-`l|2G2_u#xv>}&HZT)V4_hWK^k3r_PaPP#FzPvQ*Y zYL?Z)ZZa1cM-2=yL~5{7-YRcI_=ttf89cT2C>tYaL24$Z^sENWQ&080u-;6kBw|N+ zOa5_(2UhO!%2%=cvuCGB-an{mqWD}I)_m(~a7=}>NHn-n3w^k_$p?)cFZLr*-%_J? zpj4WEy+cGP`&MMjRn+Zk*|cik==h5_Hikcib<=I+huKD7dd_Wan)v9}qrRna7Nb%= z9lkqVs&}>?nInI6${pYP_L^^&H^gL;qTK>4Mrug8QO&$|MVizu=5EQi%~(C3&!r}t z=ZZf2IXGuu=HrWnyxY?kHj>m*9DzHKv$pg$S%p2zLefmvNGij>y<9dXB<_JeRhLU1 zlq$UQh3)e`mg)qyQoKRrxF7XHu`p?aENP>N_Z?cg?OB#^6KVvs-NwVV?5gT4L`f_N zA2|au0uk1HOj!!9Y~TK(M@SlqFC~BNHA{=+`yt(}n5Ii<&qzabY&f+CR%xQGc-x8Q zi@}Xt4T#t6+CR86m8xx~UBAB8T|HD3eyvB7>hMan0%O#Bc#lP;ei!AbNVY52?brIe zF*KU5a27wuT8iT*a>Ho1X-Tnu%gHqpGoVgEeonieI52l7Vqod|1FJ26&p3;v3NB0L zolHKtdt;kwwKr06(EKdQf?0gZM`Q`Owpo}DuywyY@rbaImLJB`eyI4#vWt_e|AyIf z5{lIOU-UD+P^cWJ41F6!HlNnYox0o=wJQ77Xx~{PLm}EK!iAtzRGT@Rbrq)RVJWkh3bvEzgyMsenS+@ETppK7`!hl ztFO^ya?Nz9K6bK(0*}IMy5#Qin`T{X^42<$y&!%MJ9)t#_6hG0Dif6(YMyE?lkv{C}Yax1`l9E6=BV$Ul>=@r6j{Z%A_i7D%R_n~=;>9NeATHNK$-ZSo~^*u1NpH+E#2UOQ~)+3WkZ{r;UD zT;+TQAt`n|>x?-5961^GRyt8otNl~to=+mpO(U(;i<2e^ zPn0-ws5{&_ER4(U1~1_$NVwRFAMhDYxY|xLF=c}NJb|AVn@Q~)YsaUL0 ze&SWslGk-P16}xCrHoxB20@&tq?C7X1D%tS(fm9r$5FJX+vIR!Q7&tuaD$PR~@v9Vmot9bl%^@e16gNiX9rZKM9^@09Ye_ zf@0{z^3?QoP~u{qex8I%Q)Y&?PSssfZhY?mJACh8ZPicm?-z9t8I4j_g{PkRTRch6 z!SjxqKvUd+U&rchQw>xW?1j_hM-rMtxxjTwUfV#R`q#lPybGUnYgvLvT{n5;4bW|Gz@wCI&GGvBaN9Km$r_mT+SGE=+GZO`!yQQ;b z{bmd(YJerXa_6+2HJ+BqvY2D1H ze}13{C8FF;q`FkYywPJs*I$;sLin+m1%6iI^D{bfvHFc;m$WUMCt9hk16J@V;d}z? zWXh=a$!;Jo-g)Ov*t@xrW?yo(Uy+ml-uu)LJ-TL2yf->`y=dmF7)8iKIq+vo^0ItX z5~^iFH@IY?eK`WNxcZC7RIqze#~N%ZuHVKZnRqvY;lF(`?g=jE?s+SRkOraWomI9m z?}Sl3H_vQGl9N>$e54VkZy|Vk%ayG4y}$=*!noMsodMb9@^k{PXYqaJCH*G0AIf}8 z%qs-m>V4VeVQu4%C|+RoU=3UpFG%pKom`5Fj+3zOu%T&+kw*wEKHC-yU!I@jRgiqX z(EKtkD;dLum*27<1-mm#BL$0x_(Y}O74K9RY%ew2z&w~vXw9E)5g)2nW-RhC(6bW7 zuBgo<$@`X5+G?r&I3s9iHR;xw`0I+TNs=Z@T1^GfnYfYp+huA~m(tF-VWUTt2tVuT z+G)H&jOQHxosonlcFQKtM)u+u12@9Lr4i1a{%5y&D3Nqx-My&ekcS4`!9mLk!Zkv* zVGlmZs4m3QT58ZRYtZ_P(nxXVp0_m&c`NoXwUxuRDc!BecOugxm}>p?NAlZk@ceC} zhklaoksZ58*T?tXF$Y%0q!BJ2a>O|EJ-mg#mYrLD?ffXlp{)3raKdwkG!$A{6Ib-h zst*jBcgdcDSFc}R!6hyX_@G;}fIq_8uKQTGJtHW7?1svf-rMCjVs=~84P#r85Fcsf z@jw3Do3Z=u&RD~fuRq_d{Su5TSGM&Zw1Gue53uM;|GP~!YRa-djVW0g2O6rQ_}?&I zzP!*bL-gVdxZQs93_FeBB_;1nG<_;;R!S^RY-V=Cx@#|IUS4REB&S|d+v2b&v>Dg3 z;kdE&BEc8EkosKOaDOV&64UWu1Kd&U7%hv!2R4*x|BNq%=6g|69LZ}0H{vyB4( zWjy|m?NtIaFIe9#BkF`a z^?~|y{8I{=m6$D3l-ny!{A8~4l8)a>&UthPq|KC*nq@BJyzaS}caTkLb|q94rSHZo zyRKOqgpV}4iT-Z*bvZLW2o&deCf<`KQ{Z6rp4~&=)OGrx$)#`{%D7xg93eQ&7jElZyUUUHC*2x+$A^c9>l-QxvudB%7`bjeun@Bn33^kM z%;8eVY8X@_Pgzx(ukvC5D{AE|0%=4-1MTqildF~HcP~cF8!(RNT|wKkM!m4a6i`iI z8-8`)viuBVolG%u$HBq9I43d8(N^cOpk$e1gY~7SbO^~<-JyZKQbBm{Emh3nejDCetp8eAA!3~|~BMRkvYuN;E2Opzr&az=9w6=CDvT5FW$i)^t zM}gqahtS?;USks}{#kh6b`8Bvr34(&%2I&Y$-YS5tl!6uRLX|T+KWi|uJD|?eDegA ztbE+9nj5iAObOw;T|ld^~n6>ie1g&FQ5b>=_q0RdgqtMk1lym5V(X}GI(a|VS8Ze7 zkn!uzBd-)1mg~tJxVGHNGZnKmCdgbM~viJ`t{`SX-L$1Fr=P zT(#GnxLq&EMkT1KQR%*gqn_Q$87eIbWBR?~dgcH3UKO+595udr|MPcoD+^u`Nx8Haa(l_^p zh`b}vWxL59%i_-+IADZrOF!XW$LiC_C^d4mCFr6+S(<{Uq|*+8K;qE;!dik~Oa*<` z)B<<1%;f-9)A`4=F8a0C)N|%-LM(5bWo#&-&=R4;lf{bGPqKc!fA5t|``|a@@1t@r zXOViR?DY{W9Wd1$IpLowBKZv;s&+P!fSp`5&j~+GSM4s(O?dV#p3k`W^i8MP7x^Mo z8l&rrV=r^?y|41n`(0x7PuYt5^p#8?#gAo5d;?CyQVX4Qp!w$WG2>cI1-ZOcN$sIwS6|eg2q9_jq zQJ~f8`3G?`+2Zk*7iucx(*~D$B6csOIe8TJEa$6vcatWlcQO;0m=)q|(6-p8iRCG5 z?kfmyB3eDPr0wAg#vgvWr?ZQ!!O-guvv3&9?D;-3iu@U#E@;C7s1)^f+bBO24sNVAi9rBa6vRb!< zjopiXM#wyme0xtYKx6Z)P2{{wSf;M$co<*a1R^)5YPr)x$vc=vsO&-+JC9aokZTig zkp}KDU83s{Jx@E;fpop20ub3gejCI zy0I>$jk-pOK&-a);%A>_Jn3RJ2yGV5O!Wxpl*^qffG@=~HCiA4^df6;jDSY3p{SXZ zAAxgaTibh7!+kkT#Ae1kl1A?~_FhF~Nf!Hx6HS2Na^HNM<&8&1cnI2IbtaM6c)A$s zQtM8gU*Dv+)eE6}yfM5o`c?fbfg``1m|4g>x$b_pW~W2(4T3{=QZ@Hrf{!r~JDTtx z2fy$aUZ*q@4PQRHpF1685VnJET#1n->)mCD>k*~N;OdyQrAqdB-0+bQ6SCLcN*DEO zR~bxAnk5-b1KX^L@kU2GFK5h=n1)QDxGw4i&eL5W@m@<$VvxLzG*(gGUUY@KOu!vm zT=b2!TzWYxdcO4 z%@|lzMK#!G@g`JaQ^$Dc`JJ@)dtc!<1Dkn;WRogd>Nl$lL~X8H;|6a~HC&h3tdkFi>b1*uwQpwL zAZ^60DSGUW+;L6qbJ^8&Jr1gO4aoa##Gg5F2dZ$snm)dBe`O-1;n7MJme2C{P+iA< zJxo{Byb_W#56@CGv1V)pa;-DDnST7_!_ik?@9>?fo%^<1b;;`xa=5D)g z%X+xKsWzUD=QcB~pspP^PG?3yF88xaN$MM^7t z6=M~MvBSrY^S+LS+C(p$s8Y*dsBG^(pHIJQa}y<+#NDFhF~6&8muU|N&IBxlrrxg* z=q`J|NDaRlGj!t|@}u~P7(P3_joHU_-#!d&1}Q7@UMp{LSa9zb|8UQ0J!J!#`&l?W z2^}K2esad42AzUH;6QN_+A7`j7mrtE6Kpub#exKafh_#Ch`8&hqx_yzZ1ui4UA1r`Sg=VBY9zNV%rChk%z zSS(dd?nXb0Xp0kYm@@39iH0zKwJVPDO$hJwJ~H$c0zE9k2PMFz7|wvdr@5AjGuSy` zCT3#v?>#Df+jgUZh=_=n5d~clnOqTVT@lG85Gx-HEgU{jl|bY~Pb+9G75kdfTIc+A zCg$TOqZ(c8>r87@7`sh0F;}AFBI5 zHJ$$dN7EqzMMYtLw-^MJR`A}&si$fDW%a+CE^23EZ{TR)Z0Gp*3mgyD6b2RX+S4ZR zQ6}yadN`o?=RPA$x890~U|>BTZEW6bzhChHF;u(O`O!dQC-ZIA0ir|w!w(b-lG`=6 z5-BeyPK>{GTCZu`N^!E=nI9dsgL9;jVD-%sHrI?aKzJTBOr&bexxlf&IXP&rr=R=I ztJ10ZUBbHGA~ID^ky|b)dJBK4^I+lVt(?3bUX|jM2nLkT#S@Wh@#ijesj3N0rR(We zTl0;SsryWS`V#(?M8L>ol*3Z3r7Y{hHMQ@ZwkQjpvQ@Jqq(Nr8MY3c*hMfF89Nw!! zlqD06-nF)BYuR$2j5-{ATB^FR6BsB+?a=B?d4l)BU}o&eq@tdkDD0ZAE1P;zaQb?s zY@_=?>^Om9(wnWl78IHi8Z)Q5n^dMuggDY;-d0-ZH}C5#o0?o_Hh#cP)h?2;_6Tc2 zxvA!DqgBe6>l13@o^E!}RT)?%=U(4TeG+PyQ0x{i@#4CG{t#YaHDiByrFEjqevI6$ z=oy|lqR`8s2|-8>{H>S$Hf@RLHARIfhn<$ssej)|Kn_2gSXAL;oGyB2cA3yKU@M}; zA6vtjS2E9b;u_KVN-90efXx7x?It<}oTx`c*ZSsKl>JN7Pac6I*YL)LIKCoWViXkJ zlags-`KUnzzjA1#dF5glw$`RAheQ{Ak;v_KkL|(hO*zI2pP1fgFVI|Y%|`W#_;B`3 zo3Fr|NQ^g*RQOxZ3{gf!mK54QZzV=Oc%7DRERUtMalumf;gWL42btV^4Y;3aY3hU3 z6)$HcVv5m7870DTVzKrw!SQ`wXR|PBR%ZO{a(4Qmsi#`Y;~=U# z1-hcr>o>2h+*-o?5%}QXMnD$;vF@J_Cis_}xT-MY4S5M>8v|Dp+kft$I{Ke49R1Hm zb~ZM4woZ(Y*l2XhS0R<0UpUZTh5qfw1D}Tzsx=Xhmwj&U29_CaGQz>J!6wMw&W6d| z#=4Ef%4ve@Q?1z{g?(xtN0(;i8vjyKe*T5)S~(?)(F-z8+}syJbd;Xm@I~^Cc_{zw zfKllFoQ!cMQ-AE?i7p2e@-XerPO^S>ykjT3~M@qHz~hjt${q#4MAq>XQT-m6-PMPjJ$Yy1x!!P)rgS z=F=*xJcY+*SH5^z)y~ew4tvY2$Ypj`rEZaEAjwk z^NjB%vX9kr=tWfUuBNNtv1QB5v#t`Z+TiKa4z%)*U+J##@_PC{t|ANNjp97rnekA^ zQYQ}T<@pPrmdw2c-%h>tyd${h;Vy9TW0b^`Cp}$z?-I}?7u?-F90hqPbms<%d7mE& z-R5oNe{;pxRfNetUiz{?XlFS3MKLo12bE{s4hE@eC})yO;2zE?NnECkezChm&7gcA zS*1M+B@nf$$}o<_CP1=+Q-r!+HxbSFk`$eILdJKhOcBe9RqtDH45+l>({6?Q_L54v z?s72*SL>g0s$s#CNU}z#GYa%S+6iUd^b-LR;NM32sK-z4WSm zk}~T)k!-aU)3s11ct7fdMV+tD=KZNNP-ljp)sX1!GS>;b{Fd@*`;p<53gnVSCmFYA zRaGCqdv4l>qvDPm=~&>t;-jW^=&~}I{V1kyvyX7tNsWTK!l-*#xigXKmec&mZ+1X| z6|07Pf%jEZX6NfIdtcPhiUbp6&$5q%Jd)A_8|)D8 zK`c*h76^P645~BLd`}an5HiotKu5Rkb>M}5g;!30=KZt-6UH~Ywh|hd*6KW~>LqwZ z-WSz8D+ewKS5So!Vs56hGbI*0wX$*Zf2JK^ghce+l}UTwHoj&lvdd%_u!v0iY~ z?}8QU4l%v~Q8mTdgWL67_6;oMWc9v=Q#LrRn)_*YT3^T3NZG5`o+IdU7+K5rnKH3+ zYO``I=3jo4u2&OF<0XnPg0<<+RMHbNlp+>9?HXsUu}CClAL5j7-k*UpXGmS^Vj-Rb zZ|_6jCbISYhOfh|RI@$kM05eXmCZtCI3!eiMtLdIBkSaW%r7$n=2=@*sTsA#U9DKo zI!SS(lLjO3i+wRB;m=mJGvIVAz zQL)<@tY!&~s4hLvJsv9$7*KC^QkOAv4C>9=7jy{8V|8%tUMrRf))a3-WxQpE{C38i z!0+{_JBPPyVw7REXqZfXDbECDMfKEmcllgu6*B*aou3cSELx?=;b!+%Op~_v@?*8C zE?za`j}XlN%ADJNc^5}vQ>hkXp_y8$8Erhb?6K2D^81!nYVv*kee#ky@f|tttsQ;= z?>r2Px7(NAk}_Hjk@_Vrh#+|m`CnxTXJIXgwq|1Bj$3I^p9TvEWUNTipD4VDKGyHA zH%4g@8Av}geGtq2*$Az0;1#|^f;E}d)33on`sj1*d`^-{ z(=_=torX>x@n@^-s0d8`LzG5{x|3g#g^94{PU7*5Su);mF!G9Z$WGqr$#lK9Dy2o( zW9;*BzjT8K+A#{Ecm4|jmG4+cU{6Fs(K%OTB)u(Q#D$} zGdMOXyuRQ4c9<0{2ET^9ehcNJMh(*9$dmc6DAVa(r7sdtEZEU@ z4sXm^h%4yFY%n0`Ky!YO{+Q%rfXvyb~CrKQvdLO^v4i2JO6|86- zLNUb17m`}G%I6Q8+;?TQAb4{UKOK(sz6 ziAE0Oj_MV%W9Brq*~$|dp4M08j}~T&(9pAf6aOf#{_5i}jf7RN3XCD4t{2?JGG9d~ zr&FRo#<+jQC}(TE-Q{_AvbG`AoCjq&-pyaqYz&pjUXfUg46{>iCP3whZt?!N=V_mN zY`bau> zMs^OTJ${Y;2r~|{q!ZcbN~DT0ZW0WvvV{9lg@u1_1ABJ>#P3$K)zx5 z_csje!M(^Pr+yJ^KKSX2vCv=qd#(y408(4}@fFBV;(vaDkXw%z@MG5eZv%c6LkT73 z;50FY7PbbC9;ZGOv@~9z9f$(|R>zN4{q<1B7G@?+&ZkPd1odogr%AImur+frFoV|l zuWh{oC9mp_D}-GB@!A?cz||aPEd~c z$LnQph>FXrh%-66JO3)dofKa*1QeLpK*{l6pMrFNIntjb$SbG<8NUjElxnT`4>Ll* z`H-m;e^se}v?tRq88q%h^Zo4%A_h(->}-G4EPsA9i0TcZ{DRuSqh)}l749Em!Ou)T z8&D4aGs!n>?OmKfrPRd0=6FbAz~o{lfII~d9w-l;RrZ&K>fk5~Fd@}t^q+y{P zFP(HaXw(X9I_3u5kMAGZ5TCVIgGKspO=5?2pE3cAH)3G$;)eop=)eLx-7Ju9SbJY8 z`U+@LIcO3q6p7m44@mzD`v0@bQH?>wx5X+BHUq1hg2q7i@+7n0ix)LFa8xmIa51qp zGWqEoyPrb|#OTtI?!n>b;o#1JK1d7Ih7!x)L!?aHkAL>>qN1xwz*{9i{DW4_U64cl zu3!AMfOE=IU!uaNEdWo82D%=Ic>jDr0Q5LTyvYAl4z(Qkt3J*ZmQ@uVE7{2Nx00b& z+kTa7$G=Tz4xU#Qn3VpXCx&zYEw57~L+toJxnLplsIDO<)IV&ri2*_{0)0brvmc*K zKUAOJ2zD}Y{`-8xU!Rt6ixnviNZJK|seecWKf&mC=MNX&0%RUWgfD4Q$kVBJy zd@}voe19)f+}+5;-r2&=_NW#hy(JviqXZ&&AM}=A9NGUA;eRJfA}5U^36bVO$w0ZT zK)KLXV+#7cSW!n0`(vUlqw^xAhc96n>Y~!C#re8`}tOH3|MI{B7y) zg{#?GxSt>#q9lv~M6KidKh@AF!cUEWJ${`!KpEUr4y~C()Q@|qELEwbW zm0A}61INSB!rI!x=r~e@b86iJFwX#J6?FQyzYIIc#MaE(!pZzNkSC29i8%mu9`OV2 zRoFqMjwZH7$8y4uOPF^6habdnXcO(M!Ok%=akMe8J+3`6bnt!sz(fqdM9>_GP1rf+ zCWekCZpU%p3)NC40Y?yUprfMA)_>r**qRwQS{&abrB`KH*Z@-w0z7n+GPhwz+1s7u z3M;D2^APWbGzr?f(f45IINAXVozNojeY>el;0&=xyj$$xKagCUoK67!Y$fP!B>W9_ zkdr-V(ed5LqG3EZ3Fs{yxHn|8)sIi6pDWy%lN0!V!s*{(&cq#r)RUrIU^Bcv5nyzJ z97X5{0Q}7KGd>49b504Q;}75}&Vi7V1EvAc9B)b(IDfgC-pO$% z-s~wCCJ3ZsAZ3KExQtQ3z=4E^%rPx;iD?CG5CqjhXg_|>12ejbCJ!9207}aR*$s4f{vZcC=Ctrkd|UENCTNT#)~^jJR)U#ya(Ir( zbGh3A^!DXQ0-CP@Gv>7LY@vgVw+8$m9291t!&$c$?4XmwbLgJOMhmbI@sT+KrasJ^ z6T&m3&SBlXGE@dQy1=iYr#*DWf5;Iru`o7ql(TbmGC8sQ0h!c?#tOcl1NP|ws)MfQ z^MJbWA0=#NCbqw+97N;g%n|`dmxqs;AD)h7wi~g7w6+K zC)ZnId|=0%GXBtnj@&;01}Zw@aQ(ipgH9fR_`k~cLJHafN9rw?0$}HyJOZ6;AIG5o zz;QG&u{ti-$r)UXhNSIsKy9FY`_CuSFB@z+fHfGHK`_<^&K5A1kd{MXXPrE%-rwt% zc>8x>g^r~d5&wa6+OYaF3ObFGjDj6y;cQ@iLcyh<1Gfbp*eLkOICMK2cF@TK_|I+! z?GJAr{1=X+vx}LFiId53zGtqlG590WLB~{_c-UE|Web*isILk^r+suJExD2SA4n&s z3xsF2Q#OF>83R*6`-4IX?4T3!1;`-&vz?$p38}DyoLwBPPAI?$w%tAm2de7^$rkj4 zt1le}(5VGDibZ!a8lbUvM+$I7Phe;Kt^g-oPj~SZun`L&LJzPUIk3}C%uJ$W9S`Jy z;>3aCpfTEcFk?I*vIn11sbCQs^Y@a584;-you2;g0IXNZyxi!$X zp{#)&b5cg4yBdlH>7J~>p`k}_@!J1J`J;pc+C294Fr!Y+M}F2D^f(vS2s`GqbmV6e zv|l$i!Av?O8_^b&R$BlzvOE$(ms()voScmO+#G0ExCnMs{&8~p*VtokcUms;GYUG4 z%7D$MFrrRNMNY0OJ9WbjIyn<5*zLM73QQyfOa$!;882bxoRWzAtT<@St3H@Hr{p2E z3{8qyU?{zCq>i}*qQxH@=(qK2j-rmHU65oCkpEi0)*FU_b5i{}22sG55@ZEcz%0<| zR5qBh{BbjWtezcPzYau%kXFix#sD+W4g1cNrDA1U|dZNSbrF^O92 z-0$oGm_vYp?v}xyVaA+RCVv%_QTGnmg&3ru&|}-vUD!b z+QlDR|1Zm&nB7pv5vXv0nNHi0t`hMbX38nq4FjsAPXy?a<40=o#0Y0$ZOzHq&4{(J z;{|{zK7#p*3^V5B>;{#Q@u~&Dm;$Xq+r|L{cFalHO*yvDd;y@$0t)ny#)A9bC?{q& zTCDjlkV$VPa0Te>h8t97VRW{Wvl}rT&1N0o(|SkNF!)Ge$DEek%r}i1FaeU%kBX^jSD+OGE`bf#&g62P9PRnlig8I#00asW& zQvX0>gc)^OcJm}|AV3?mY3@kq;begwbaHm{Y1#IkAmGS@@`(@SKgZ~dXvS7uWiuLGbQHXdoHuLjNcTvX3oH6=ued7O9vV^Wp%6cKC|ta}6NT zqQk+7K+(iBV5X_q*_iww9<$FM!b5+iJrx2Xe+r1o&~Fml0*ZyrN=ID`LQvrWH&g@t z*??Ao)cK!JrXRP-9}?sZY)n)=>`&+*7nI5!NC2P!_%L)f%K)|t|4|bZAv?mIEsVr% z%`9w9j`KE1f5#5FJn{+j^*!)5mDE4&fOtZh<$nYHk85Kh;$mS97MYLg4?fu$G>v z2qF;VFj43-4rk~eVw6ps>|7j;!2OZ7PR<6lC%yC}Q5=bD0Z4ZN33?CJbl9JgfaZ?# z4v3%Y!asPz21NUV0Tgl=+K*4BUwi~i;#rO=3L>BReA!1v;Nqm9w?aQY@qJk2pAhC; z_fTCy`3H^WO#&fKH0D<8Jq@(=^5a4H~A4A2Vn`f(1{!%-eMUxervb}GQc)}z2pZ>3}d+PcU$P zy8?%K|JK=OfU^Q>d(b&%y+iF-^LS3zrdj@0(6P+-QK(l7P)hv`K?z(hY%bmzi=nR9x-Y)yHHdlR6Z z9jQ?d;=qhLpLc1%hGB1IJ+JJ?ir}K9S|AceeNdpl1+U?Q7tgc^|Y(`UemE%=F8r{XZc8ck0w>-1Pa@4oFk2 zK~rU*xZU8*{r}w5zYd`~4cuysq-_lh7zEz?gPuBAgUkVD@bMEMr)&v3u;vRl09tn) zs&$ND@7wPoVg?rAJq0;CD?4X9Q&SZ?7h7W!_v7Z-5U;s3qrDATWBLpNtQZt5mjA!Q zL>vtuCpjD`Jwb?SlFU=|fM@}TB2Ywj;r~vA6kLwyxmsTE(g5~Kxccj2bc6VR<{d>r zMqS_gnpZYK(=tHO0($wz{^p;cjBWlmQ2n}%95UtB9>JX91fqvQoRx#pT7mALh!(SR zF|;<3GjTSshZNVTe)%2LY+bBRs3~{}n({kdfP+f}Qx|Bbmo@qi=%cEGc*W)HB~x;s zwj82gy#m+oPatvzz~_}AFJ+j4Qo5rZIJxx1_roCi{7h7;Ar01VQNdwB(D_$%)F1JF zX!7{xbZ)fFJprb|$Nu$5CA#E45ijrIWMOg48WBWQuUoHn27!os2LvMMyo)&NPh=~b zn1WRm&AbEsdrS}8?UR3-uyDS$;9TBzPqR(T2ma<-|+DTf5k3=4Uw0;?*4Z~`qhw(d7#l}-_h zX>=!w5j-g#*{>apsr`3iUF@7qj1|GfTh0ccf1dz>SoGI>=znM>)9=~fZy-l+rT=+3 z0bgDL^)nIGo-ybZv@82y~;r~6y z_s9K5{~pKu>(SR>wD{@E@khV>S0(1(`;bl+1(rL167~9bqD~Tg{@5Fmeu&QWBmHos zfzYC$fBXBsq<w+plUe-AQOltBQY5)N)1{4v!5y94$>^o09=0L_lo 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 686fc431de23454a9ecc7ab65b994c6f7843bb62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 47043 zcma&N1#nzTvMnlRW@ct)YB4i2Gcz+-k|nj6WieRH%*;#{lVvekV2i%aoO$ovbLP&> z-x1ZZqq}PF=v*tSR%K=>%Yj3{fq=lkfLwThOM!e`V1ImkT(BQaK|&qCD5EIJ3=X3F zmyQiVV3+tG9dJJy#{cZ708o^Xlu%P=Qjok;n3|NAV`Q2~lw+iunVM}>Wm#h1J=#A4 z`yUSj)4r7a82^9Y3h{Ao=H&1%FZ`cQH&~mbj&40<7tElb}b>*RWw)t$lqNlIz#@J|)k;i!Z zLm4isWtK&&c~h-h!E>WJo>}Nsgu=m9cu&=CR_J?4FJYORRvAWh8QFJMuiyI1$04kB zOh-tN?DN@?HTdMK9AML>b0$V4*?MoQikLy4$enbmtzl)SFTAmKnupyFx=A@yYE7XU z=}HT}wna0r#zrj1`I`v#c2t?v0H}IP?+b=RTtfkSNFOqRi0wNh-_eMSEaC&& zhx`?$s8_SU%9nad$=|ook+1HY+?8u^k$a%dQglc!C^3*r`F5}1s)8*K(W+UupUmyM zt~nhc|J8;5C!_yxr9W8z7e-rnn^`!!+c-J?3%9F{ct@;3K|pdp_|5&FhXRyk#GD)* zEzJISki`Fa;-9QfRWXnQQ$Z0tSk1D@DouS*b}E@y6~q(O4yg~%{}s5w)KPyq5vU$i zNnH>XC?ZUk)tMzOGdGai?sl2OZk73%u*wZWy*5q~!id?zsm{3s18L-&RtLRs$GF;l zp^x$-3uxCFPYgqi1H+#pGbKb;Ji{;wryG9Tb3;ND;RtV4{s=bf8aW*XN;>a(MM>(U z9p42z>a}nd%b%TCxR)g$ea%yIY)pouBeb`~vQ;l+5*JPQ`}D`{dP;Jz;K}h8Qm0FC z#n(yZHkrARg~wr*g}0*!WuyIT`~_m4%Vby7bt+9-<^W1_U&kMrw-c)Ic9Rzbw6<8d zRbQ3K2;QF))^3P%YC@@FEze13{0?*TV<=Q}IBQI$??{ir%+eCER#|5%e9ho|qkUZo z*io}AFX2|6G&4O&6GWTNFjiE|5lb|(>^!_Ja~d_B2ozDDY11rJnb0{-XdMnmYC)Sqo?T8d zY4uMCXwp;N>|8RF#a0;-uZ&8e(87HQXqD7-pc3{!bd5B+FMa)jd?1}aGvdQ*x7L}M zBrC^R6o(6^s8oRkEDBQ3VHRw{y63>;B1C+d0JDsOiKUjUJWQGU=5;mH?d)GLswfr{f|}WkG1Y~L9&D41BZu?#`9lr z@Nl=baCEmZGx=Y=s9$za1SLRiL)^^Ht{HPEmb=3a zvVc{#sa|wLd8ob0#O2d20e$s3aBdy`ayabTtf1^|%~Dng`kAzVPxg|c0GEcb_V$;! zCATRW`vOwZCumrr(R*s`W_Al0DL~59YYOKA5BKo>kr{>BWZp~i=1g%59h!vCLj*F+ zr9K{cX~`2ZJA_ltp$^5Y2CL06cIIHH_9&cy==(bpOt-M~Dr8O|w;493p%63LMtR}L z{N7ivbapy{>&}TWU_G2vnb$RfFP-1%i!bFVn;S0TOh+tJRe??*Fbr!&uG({a{poKA zcrw;;MSNKQ$A>4d{$~WltW7>9G5f!HL#pb=AEp;n^J^SwSy_38+_7zf^4IXMfRjZ9 zTqHBw8GMuOfR*_gm=;R*v*Ha(Te&Td8J^X?r0UKh7akfe<>ii5?j zJz<=w{Mq~mTrKV3*!}YGyiiCyY_f-uM7^?$nzvx4=sT$>9ZJCuG}$IPd-d#+o-ZKSG(}W^_exF$>zU<4VAH}Bam*S z-Pi;jx_Shx&9$@lVz(R?R5q&za(`RE#bT(^9y1B8yFpHc@Pl|(AM97U{ZakC$-44H zEqzO^U<^uI-2cpCh(%ewxHi;4{cEPti+5M=LGl99+)0T1##$S)=Z*mKxP;d&v@zy< zJwT|mjqEe$G%H)$C6GlE7juSk%Gh&me6Q8Ai^WR&?#o|i zH!P}efuBDxef_}nzj&35qo;|zjk&6Yi-(1q`@cZ@&xx+lnhh_`Z}YnJfQ@7ugPAEG z0+xx_$Hoj@kBa?(VSZLs83H*ln3z)2s}N=+7<@}@(odtdsGo*AXsSX zkR^MNz=S8M0L@V$GV!+iZcq@65EaTRfH@`tdo?_J4B;CwDq9GQM6&YN%};60`g@!? zi#+OvX0gC6&Ab>dm<_q!ML}|_)q)^uCWH27eezMMqAW(TkEVi~oYVMdVW=I{7E{eiOU-+sj**F&@f1zP$D(iNn70UWEc`hwo5wH1% zdQ`=?^fTwu+Rgh7>^*U#lg5Tvd~HM!>$f@O-R3b3BtB$Q^sr+zdaKRU1C1+!1^6F2 zoT)xsDf)+6QW0L&RfuP6%3ftfF$$5zb>G0ajJ1WrJhb`{B2zK!x$X2qOFH@R=*-k| z9RtAriqHor|93xy{l6jP;AC!L|1YW%0k(|z<^xo17!VMWe?JWHe>P1XDM3n$#wep# z>sP64Ev%7bp(F!1vY40{&SME8(pVI@w?XTtG$-FmFXX+ovaID_2C;Wz*|t3*Je0mL ztqUq${o39t^Ky89dwzum;o6l3gKfD3MiH`gnhODKfa~OUiBo}CNDavv(Q<3dQT|d zG(>nMIgUTnQ<>edY7DHZHe{0~)Fnj7vpy~LT)8r^nThbVuy#Mt)Z=8*kSaUt%e<}e zNbk3AbhyXBSNkTpQ_{OI$PwA#w4qJ5wcMo!QM05eu_f0Tc2J@FGX;2y^G0j!yiIsX z`IC72zEdEH|3}+lBt|l)p~yIV#vzSBdgvstxq1$w6=i2py0- z80Mb(kG#U7p5D&ux^(iH3{)+BlZDPm1UEE*hx^PY{3+jvbofdYxC)E=+!oI&HEpCX zAs%QG*C0d_EKm&y2j*}rq+*Gllx!9mDFt9^2$uU_sGyY0kY>j%kn<3=`yMq1S_NW* z7+`+lBWp68)ei4=U{q=E7@>mJA-2i&aoFOz6y*XELg@!N4c;NoJDGjLxeoZ$s6Es;5{nWm`-+?zUX6&!!k zcfhGAu%nIKhRB@IECmN>I+w^vDjf;EjuI+>9cJzgRQS9e14;`?!i>TVmvjVZi6DXN z!U!?<0YZ(O4+qc5NkZF>d0oAO|JBQwNP)DSA3>4?QV|yh`C6~-%sR(gXgwVo}=f((^P4agcG}Bg@sWjDcS?bQk>89*03oEYT!qCFPj~0r2 zU7cUvl!gX0)kujd&;OKPo?pHT4wzT!ot>R^yWGspZTF)lEr0FF;eVVFJbro1@te)P z0Dtefa|Brf3qlq}C#VcvzSck+mD!Zshlt*gnF6+j4dqhwNbWPCQOj&9?4MC6CO%1` z^uX?X4fg}Pz94z%MGyDe6T<8IVkj)K-$_A4aU+PfLwy5|hMee~F@!Ah@@a^iB2XVP zVL%D&8Yj~~XGqEB(CX(;agacwU?Uo3(;>|A1cHUqCTCSS$^jL6yJEBpIQ8ODC>kbYp6|@-=9n;MiyNN%9}pR1f(QFp412NnVEZRkK@DW=rCH?vQA2ueWEa~?N=uu zh%TWX#6?i2%49!bmS>fYe5Pu$7bP~k`@Jw;Jd=`GJz|OPR;V1H%%0R^2b6A+|_C6;nnxsW> z2}ct^&Si8TgIm5u6SQ%aoLnyNcDikjSF=Whpv>SnUu*(TE>#bTnG<7_F-#{cRLD)K57^n}nRqU@$u=!HrMJs2`V`ZAKCGpV z30*XiT5qpeQ}OgI#+)`1D?W1nq5sfe7d=z*DxUVh7t7>3oN>|LS}7juT zH^KFW1ZZy!sAUhbeji7uWgVO;)5&ea!kmc;0DY>4>kYF~_r_vU-_yrYHNnRXptRQ@ z72PsHtL9jdG^LJKL^BxLR49ZV0DbC)3kp5P&=#`uSASv`s2za6#>RYuo2|Gedr=7S zU}i0at76E?T&Q-Q{V|u}*kDXwS7IHLC!DmGm%|A-VlGu#<^9@7k62RLRE$cz$UJjW zdZhYIAiHe7poe1{l(k>wMpclnCUd%R>hLkv?jh30VDe$ueOr5|k@egm;R>m=F&R&D z_aX_s+sIW(CWtz7vwx&rwIxdmi}^B|W7(yk7HLnnF+gUT!((&YqKJH6P`fx5dB4hY zV_k`=sXu?EO>0DcQY)m_Ap;Sz6z}-Vc_xXEKJ+eHnQtv&vYJb^w4}t8Z_tTxBt7-D zkW@QD*fsll^tbBE;4S!1Cvc~Fn0hQZ6uZ{zmWWnubnVW#S*Ifhe5d-P`j*^QLVtg1 zCw`xe;aB&&mZ;Y57eOqJl?OL|aDRVbt9FSU&t)MDpD21}s0JM4dRbmqc1x+YHTB!LU2>_KM zjt`d@2tabJ$0*i?U@alh;gxQNafLmVe-1`)Mp4t9Q%5~irTs+7Z2c9+757yC5`1A6 zURMzg4GmBO43!@Th?0$^mfs-}13i&kqd7P^$;LEPfi^z2w&K7_m18_&pkZDXxhhZ> z^-z~~?Cgl7nQY9X+^rjV3<}AWwku>~p>4JqM%4=pYZG4XM@3K1IR!&ke$xpAL(GiG zAgs3hpt$aY|FSW>Gx+Z=RN*k8Ju<_|*Y3n=4b8pXZ0Ft-jOu3&m#r^}RU2>DZ3Ls+ z2u^#Fl3QoO7v+QIweM6*-RoAb52G`f@z{9lkiTZLTlW_?ifQ=_#JeT33R@@D+&eM~ z^;C|_k@vas3h7<+u)}glLkZGDyU@2O!Fk0XG6A{#{vtoXQwfYH6Q0pnFTDz?lZ9Hy zBwP}9M=gXduSUuqrCZ0)T-wY0TgUud&TT6aO9~VHEVryy$5uPl^{)cT{d#A8qheS1 z8O|FYWggerQ11aYzB|l2R+B?Ng~IuepGjJ713arS%-dmZKVck#y8@5M#>~p^+K{F3 zp?~FL9Ll2}!qSdK9g@ zLsQAdh)YO_6W__SX+s4P_?Vx9-CahBQ$wrJ0EQ`{{_;o-vJk(ZPhS?Hi?jKA0C28p zFt^OKV{xv)MhFyjIxP%hAkp_WIH7ngLt17ui>cW{Gv^0UZ9#CmEbYbzj4CGm^v`k? zUM`HGN~Vb*T8a6nzlUFGxm1z9jKJSCUh_T)FynI<>}2o3cky_*^dgQL6Y|+-g-8w` ztYM-Y*{2^sy%}K+JC40z|7v(B`h`~e%W}uV!9$|5|JN5FREww=uDvn6y1$k;Jefai zk3PY=hobo^d+0q`e_s&hdhPBP!iFO6ENfz#YZ{Jz;*RuJ=)Y<|#DSgRyARFR`mqoG zUt_p`?y&yUeqv7c_J79T|Cwx3o|heD!4TBxTvl1`?tV<}!AWjjE6~er{?fMLEXytek z>C|+iF%Fh$Y*dXQ?DLRTOp1$%Y)#sx?5LONTFp_UiE2ve3|>X0qzArNL)Jt&gOQtF z^d=4EgeIP#1rCFGiO+^k!w&JSAYa9=`{_4FmRz+xa}z$j82%F|{+%oTy8$Dg7?gm> z$sk2P9=9MN{d}n}r&vV_1~BBNna3jUzX{Ldhy;hi6S2VwP)mhjaY$}%%o1o7Ujlw3 z{?&T+k;jP!;2b9^>xXbY|cZ5gGsj<1LP-ujCovo!U-biIr z>p0S!1}@0K%+HQ7*oHP@YnA?k`O;D&bk1gR8y)^NP=l8(mn_zqp&APl9Xbs7dE~vi z(Z&dj&C?f!W6_MWoANr5q;NHkne5^th+!r|iR*iv`gi(Ub7?+4mOq9>=Gj_(#uH=C z3O)@sB35i9;BPY6`m9n}XPtgEn(DlL3w2yAn&QHOCZosaFE+D`2RVp!f-hv?yAtfYlBm3&sja-eg=0?F?sq zTjkdP*M6Rrdj!;*UDlNmr!(- ze+`pBNJi8!?X7NxoZZ4It;BBguWI(YD{N|?L=0f3-u51F0hd6Z&S*GEvB<&<2+7Kx zwgbx?RA3vo7~le1-$Go+OfM&m88DzZOK21Oo+F1q_&^t}I#a1%T7yWJ%+YGGPI<{D zPwWa|#O?V`3ITVEV1@{%uxA@mjbF~!#jxoRJL9ksV#TRo*P;gHMF3#L(ACv1Vc+tm z$QoEM#q2~gUQ@_v`dxlt09_UsScZdoes&@{1~M7Q|f&5V{3Ds1g7wp{YMPMdGDek%3H*O`#GY4U-!

}05-k4x@j z?UU|a!wKTfn5*SI*a1Htmyzc-Ni3S5;Nrdxm`e%xD)0H4x0NP&?5EV;E=6TQW2UBm z>ZHzR(^1PDQphUtGE=Z9qKbrweEY_z(SbRK>Ry?!vh}{RC5xtcA^Z2*)Dg4v+8u5mv&|o+|xf}VC=7UAcf-x9 zKHY+I@^M1bscZ14lUN!jR}h>qc3YonR<|ASMr!COlb8?_)PF7O1KKpL)d!4Wj71`7 z*>9M4M5Ng+n{~_;V{`Rr2Ph zsE&2DMdRGVbfVh2W|2-?UN6{hoJ;^OHy($=d^5OhNtYgG+tL9=_#bNtv_`TWlqx zr4Nor-AEUkC1v`TG)nKe`*f+hd5uun!e`4mXqiWQfzNlTi;TDzD8d^lCfxR%Y3VpB zK#Z8wZyV_+b8uWNN0AH-KJ&ri>KHylt-nn5NSo&G_BY#GwLCUDGP_9ROh);*p<8*@ z@;iTV!%1i1zN9eLm-D&#YiiCm70l;U ziTuVivb`^(v-6I0Xs2Vr3{)>D6*Yhq3$cjK&)5n49UXc3WAv%JxySTaA*dJVvc-Yf zhD{rh7f89mp+bBY3^%)7$1+1q+HA(1OQ*+Pj-=)vkcPq82ByW?27`;(uykmw9>(ge z7v{BVfH<-zh)88^g2qNiVB?IC26oU5W@juGMqp^Y3*tDu^os?v4UM%aLrZ^~&WSz! z&TL*nUb{0tW>TRxK1NcbY;{re>_WXox5I`23X;gRV~c)4v)x=TZIT z;$JBeBAEgWCqNDv9ZRxWOhP;c*e4sq_`P`!mV_uG6s`k177U{b48_<>LogSC$dveE zijDFW0?r>l2v!OJB?0869h17QM=)20_yrO0y)#&uR&|%(8Z$PSLLB&vhSD2&>~hJp z2`}CO?4I!4D^pS@6r4QG@zR zQW09A6<#DIMjn4hD|DP(v^JpO%qmcgjeLl80!QVlZ#n=(KO1G-p(^fHi()P0kT9aX z;Qj6+NPsVB<0aC17!TZJzFGfXM9A_hkml*?8b%<9=Z*NUY9=~zGV%6fUTpl(f(-v< ze*C+PiTkG%^t#a1s$ASdekxpqhVOAax1d4zQwmN=XQk9^eMrIce&p+-p==tM(1!4w z!@R>Bzp>}h2gE*3C|IzcW(31LRN`h9>g=QtgRzjLIp3sYejHDXb++hF{01;^vWIPA zi86~<>%S^QPABW4NBWpdR;gNQoOoVnYBt2pIC3p;s8u#I;8{$6n#-paD1tKw;t#j-)!+9bxMu(xUIZeZe06>LD~`CxK)TYu-Iup8D#+JX7s+fLER z-Nw>~Lgpg{?5bpH`yrhjSLW z42kPTfls^tFyN_+xYE3shE}()#%ss#e5aNcu#E@87`>4J3 zZ2?Eoy;929@^Vx-d((BEGfZ~ilg4sU`QT&aGw~@~$=su4n68L0@AXI6dX0I`U-~cN zahpI%5fqe0Otr;(q@CJ`;V8*ry?MS@sQWOR?>`m*7=}uPZQ{j|_1juSjIf z2jz)J1K^Ug8!yf$~^`Ex?r@hq;l+Zs4hOlK@8DsrZV@P7azJ+$c(b=km>!L6) zw)l$^Q%t&6RBmi}c-j3ddxH1ZFtaU;z8QxON<<#vdBjSN#4_XVZe;iRK9$4Y_&9ns zYXmB9#vcj6MAwEPmJQ4Treo?ylYTy-5zUC+qpOi{HW*u{aojBp)k7`DoEn~si&fbi zA-v&YPV0oj!eF2qV{xxp<9dYaoNYs8DOa7;?znRMLMmYO&C)rlKrr*0DU3yq;LKbu zyF*^Bre}L=!IiH0$s}*2qr*ua?N4ws8gE;)k&~P~b&l1h$r_FOVWUcv&m~8>eVakK zrD*zFcRmIdJn2({i$snA=;EVM(%$9OZ8awq8 z9ty!JOZJC?_g7@2_(;*Fow6a00!E7l<0*Im!GavhvQu3Dag0O$vygOgOH68(Arx%d ziFmb^HqFw3CJP;d(_Z$W3=E zIJ{&Al6-0@qmPvjM1#(iuGp2O&7*>lXLLk`<%QvhnAvN5cx~RnUQ2H~J&y#AtYYRn zZglrVGc6f0P_a2{D`pE9Np2+kEqf=C`9BDD9|2 zlyC7=I6#2{K}NE{>=u2^uRS11(`6hKwPULgr+~ZpGF**Efh|S_ ztP1=^oL?~b8PXv^s34$$xB!o@hcv}6cI{gP9>#;?DgVA2G3u{)CQ{o^Jpky;lWt~B zv15FKXOL9UPMRi1A*$&?qdA3gLEN@*s}?RAZyW2XPx>hl*0;el_KS2zFFbyc%zY+YzU;S#o&>5u?I#tsr-notJ>> zVytMtg=}3t5Z*axQWnMQzuKhG8#TT39WpeRFFhlm(&^jCvoRmrW`R%xg6tgb*-FG^ z)=z#<*SFLYRO^qRntC?rNhYTE&*f4WGn?ZjPJRytcw`&C6bBE?<4J~oTPsMJj9B!+ zca((MLas$98sAt934_^uYAlrR3OxO)U=0F;Tbx!4M%PIL4HGLWyLe}Da5mBdc~?o* zbo86peyLq0#b2|M#0tE_e@oZGUJXl@@%y)@5ajkQKEHb(Fr4!_gL&C^ah@n*cs@A9 z&<`S|n6H7UMB+QEMLGa2fFcymDK1eENNjU^cu%!3PxLNNru_K{7j zRI~5~F&)WS`XvaDf_wBaZjM`Jz_^s6vhqZ|L4?6lGo}(DXUK-L72+lTVGo)ABx~XPS6;86Q-X1UZj~9YhqRmnJH2XYCy>W3ayi=jy zc-JJ6uTAoNvq?234gugN)+)`Z+5trLGwI&JE2IMQnY^P!X3Pgu#QiGYrg+odgjP7X z=5~-&7A&!K(Y#d4G9ok6Ry+;^%knRtH{<>mITFj&Se~@!S`;)xyom!`1AcxzJoS2d4#P3?XdUPEQXqgb}V>vqhbZnhqON zDAG)JNpy8KXW|!4?ZHb`-34s)_f#r8bm4!LgSb5p$kEEK6d&j0r5_7C=4|W)1-^j= zi+R(9fFy|T?ghi9Mvux1pzbOMlY@0FcQ5!ch3MbOJ{MO+T0Shd*r_!dkpmy>!-AbF zc%2yasDWRkeNA*CYcey24XkSA)A4MR`Isb!xGu7@&g#F3GU#8q+agZwoh=nR zf@jmFx z$7eOT345sQ@L(3^*YWRU!148(X`Z6DP;|`isosR(OvBv(Qh1rQJCCM|0gT6+9!e{+ zigJoW78;@gp&ZV6XVC+nZa0BMf}Gx!48rD$&eNZT#VtV$w)otingkmhDnTpn)F{vWX1(c0}8| z^TI=m5(OD`)>vLlZk8gFO0p;cF<;fV4REQZwz7RzE_H$a$WR4Lyu7d8k)bii-u-pH zabP&#nLJmXfxdkqtN1;dq=ZZ0H7ldWWR^-1diiF=q zM^Zw>k+Bo?9yrf`)h0ya(BE4dU83stRj%Qbt(|r~Fs^-Tx#_tr)n}Jm)?F{w)R*y* z2t_Ni?nEzcZCo{euPraXaG5NtV16xmGo=t~6)n*laMmLNy&X7Qj3&u0W{%U8JX3!| zI1kT3`93ZQ&JqvVaOwl1+J+0mxWDpAKi~QnvuBKQ;HT?j*0%x5K>MKtlM^M^@$}hS zZgHep7EW<@m?MmO(tR?#G5-kJ&A-e2?XrCcLKvOH8^^>UXBi5K&y))O1f@|X z&U}kg^7ubLb~@1VFL3^#MbS6w32c{ce5iDoKDT?D59?Od&0Y^e!hwOmpo~G~@Hosl z%Ew}CB!{aad8h1@jlYiB`~VmZhsN;JU9!0|cJ$ygvlcI8vV}DesPl*g&ENmJ^YzG% z(pzbfO6xZ@)-zm(GjLJ-EZcP^iD1l<_e%&lU64M8N2fH_Q<>AQ=4z?Smm*S!(szz1wxRGHiMSJDc0&k?$yhqk%P?zr%Gl4~LsXd}!L^ordp$>NU-% zK4~~aOnHhIX#I92`9$CRr!ni1bIN0V_7o}GPB#ouRA3#hy}8TF+pPLTYD1pAjdw|j zSU)$L1)_FnaC_qG51WBQGQ?OZeL7IWg^F~EHn|lj`F7id%RTtC9>OmFf}aJbmFBdV ztaMwCq)%~SzRoq9CU5VF;okTQc6>6Ooh*6b6tAJ3 z2+j;GIu1#IlJOuqO|?*BcE&%7kKgOlWmwA|N9NBRdA^#1$gWivc9R8G(oBraB%I_S z#ub~*QVl@XcTzmEGC{PGXY9Yy9XXA+F#4mG5bEP}3(fy8y8lV`=Je;Fk1DCY*~9we zE%}WuMvRDsImhG{y{`^+GHSPLRP;6tmyUXN^E_MK_N9uRX_@PDU_Ge*`S~9;QJ?Y) zLt8>hQ|UsHmwpEpzCpjizwM5?Szb9>UTw=PeEsF`dTDmad+awW_*kF*{<<&;QV0Ep z8bTvL5UKct5IvjZ9X?b1BqrtaYKogkn9~glrG~RF_cWvgBMx0Yey$Q z*gwKf(W5B1lmCrd!&@`LNn#i8qbRCX#y@Jv&BU9iN3QuQVvixG=vyHibNRI?L`#a) z7wUR(A*OO?6;NdnISjZdB6g2alXx&hNyU)(3bo&%MC|vXLTR23ML=S867yVv;f5M8 z+ZD@>NoW0Rr_Ge3I9t{@NG_+N46xju+M+ZIwr&wi0xhqP)V2yUmYu=0HxktNU{1U` z)d~au=(&wth(}E|Hi6(7o@U55(tvF`%uQYH=+MdADXMt;@fICYKgp1~=?2MpV-9T( zS$`}A>S}^O`)O8cJA4VYN)dMcI7f^%bNw;^Lms-MY!$mDeo2>D0XGJec89w+9AduEYA(E_{m}5K zGM|(`vM=CaQMfX0O99UFH?n2MHUmlI2~JU`6Vi`wQ`(GFQD<%p!}2U zW>M$6MMTlSqlULkgdE+ANCYvR^L`ANI%kLEPps?$#FkyX=qz><2Tdx9uUgm>zcd(M zosM_Pv)gKs45tSYbV|p&*ikR)-goGhpKNd^vR+i9i>s4zEus*y2^{ovM!6e;A`)LDZ{xO`b&Y*_-%Y;H=y?0oqJL8u&vcgz*}CU9l@QzJ zPc-b2QdNW7JQNn{g1*WB$yof&0w0b+ymo2ttJGEu%yMUk3t9Z411H>529tSal(2FF zGk-EAy6xx&L$p=9A62vMbAk zOY{3eE9*wQGlPL9gU_-6dO zcQ(lD#UbT3tzmR}wASU`t9PRJk>U3C=p?A&e#BwwvyUGzU93x>Z_>nYKQ~<1TdHma zr07Wu2ic;^X;`T1Qd!ZMK9cf{De`*{e16Vdq+%h0Pwo~_q#_l%Z)2A$-)K(FxlQqx zgf$O64YG73A!qn6(I<#Y*hjK+RBsxpu zkiqB2a(9lj(y=f}>7i2-09|q5V_`fl2-_H78@vO8f+18}6`0JU1uLx$;i5c>2vYEo z#yl=Yjs8U9B?HJ1AVWnxBwA|c1~Jc&Iz*zCu7tS-rIj{BTA&N{hw!+B2U#Bnd@m-+ zg1HUG7y^b_lZ{cU9QT6&y9o|4EL8=^_)rf?X+Ocn2E#>mU>tU+K5A`aVveb$tr z8w??QPLmfh z7{{=k!f+bPRE{%2h64O=E|Wr=qDf|D0g97=Z{omX<>Oxpsi4nFXAoIV<(xajJhef;3zrQ7ayoz~22vxz+@+%Gi&Oy{91O{7SZ22a(OcHzHRD zDg4OPuOL@<54q+!GudEKT5bJnG4C}hA9)g~%Hf8gwNLFS<$b<-_3t%5BMBmH4<9mS z@*`it_Ww)H{5@uusw}AVQTWrfS`3RAA}Ym2B@~Vq-K>!gR|nqcO73)5kbnPej=H8y7SGK>+od8gMA#r zH*4-s)UBqUGc5AJx9+g#*opZ*;gT~$t(nO866Hq??OgfF*B?K={_XT@bew#K`bX@j z75zVE9saEP`BM+(rk#1AOJMX}JtR_|w4|h@S;5nl*w7>9E7vuvPS67vzNN@Qrd(KN zF;R4yc&PyZ$^aFBO8+Bq2$4km@sFEi;+Gl4a{>PhaelN?%FF`@? z=pdeh38-r@o;d1bYHqZlap+Lk0(h9}+Qn~-S)E;QHRabWa96+|beyYX*G&3lNm zQqv!$2O`r7wvH-yq@2VmZrNE08c*UOeC*XC96kV}r30OabV%&! zD?P&1fGOl%@iBJjy65^H9<<_Fxt1 zXK%c55lomFq-8fN@Pn>?P@h54s_oWg6Ac~-y)>T#Sg$q7JBf$<*1q}-hA5G-EVF1z z4d2fDUH;5XM^dL5QINlgpGwfpB&^kVpRAPvkso`u=*qukcY!%ijC=hFBb!;^K{AbN4w28C$yg?GeRQir2=IYaE zSH8W~)Gv!;dy`Oik1HB`YM7Vh&RP+(>QDM1nQLmi20pyd!wAxBt*(kcyL>_oRE+md zSiVqM!l#K347i!%o-e7ZhFER}9FRdBZOmoRI&v+~&yAgUecM=H;J4Q3LBWK3MYF&m6DKt zRn1vK0O42zPyvfAo^hHL9-m;EQ}i-n0P z9r!(i6Z+h_ktDiWOiv@|MMx@IW89q?Bh#8UT6TmLV+c`hebr?L!egt6D;Z~8ZN=$^ zvrg~Nh&>EQIEInDr4G%#$!%1jQ)Q?7>Ud&OsOeu`ZeI2}$+vP{8Yz377Tcb#d^Kjh zhb4ifd^JPNSgkQTDIn8NgJv*4SI3{3whw5p{RChF6Ri5LI)A-*GF|P>vTi@#5+Os; zTnogX8bh~$_jJKqctaX@!hhNSD39QNc!io!>N$0^7wb_D!+u%O3dS};et}Rc^)L+n3|cpO)MalTwNG%SWyL0@h3MsKNaERNTmb z)8ApgC(;<_G{ER!E&1b^Sgk-Pl&)rgvCb=~lT!rRUske{Y^ODmjRj%uLcOh4zNJ(1_%hJhp4NRSTCon;xRl_`x4aNRLbQQl z|LMsc&H#RfB*-8oczj5N{|$6E|561d8xe$~{)gNNMI)n!)SwL963)_M|JlI>l@wTw zDQNrs<0GOAk$7Hnr#1+2O2~12{1ue|Yb3!diJy^msHi5Gze(I!u)#Kd{(J<^e=~o} zhmg;^5h5Q)pz@hDzD>Iq!|*0DvbOMDfmOlGM@`*r>QhnOSYw- z>)7VM^I`=01SZ^N-5ma0tsrJE=H@uPU35P@<>mDP>7(mXF(G6r$QwiraD?E)$Wi|& zk}s{7DiAV=8}P+K7`Vw66kmLt*`p3pe$;-ePRZ1)QmAynYg%42W~yx2d@#!H_$%GE zy~Gg9HmQ#^s0RT<-05q3iVtD1&D&)jCEk?G{{dkrIqs+YGFJNm*b zbCGGQ(Zo%wJ$mArwtI6fb)AKm7f$pp1Qnt`(kBuzMr}IPVX5Uj)Tw$o3!*!;#%daM zn)xgjGbo33(S%8B*`{h~M9qq`li?$UPPjj>t3I1Rq@b`&`!LB{Urd4Xc3Rcs%xxFvgTCTHKt*bU?)cY|>Db5f`-u8_-QRbNxDG227i(D; zbSqe63eMslFt|%}BZ4&}9)|fFgK($+3djXBtp||*Wj{c9~52cYTbmu58AB<*SdI~DxC@u(tjZQqND6W9; zeSLB;U4~5Dk0+-lBNJLFj_-677Z0vJmQ9*2&bw@!#8g|6A6vo&C*d4GcsJ;E*W@ASrLgkfc(FYHkHbM%yY~ zbd~DBb>&P6`-cg#FmNAK82k%JgwOH)_bp!U%ep{+@8CgqmPBUGR4e!+;HvBDfYa?t z`fpsX-wQfW$KECrUDzUVcpo;3nM9Y+z6#2Tc$etD3yNJlm)t%`1gAuo$UaF#n?x62 ze;Y|Va8l5nF*@i;Lc1UXvHZyZi63S_1$^QG8XPBybt4-?&T2&2d#S*0S+Tsk5S+bZer^>a+b7k+sVlp$rn!YN{W3|XA zn;|iJk3GnhqBMm))Wt5sYh0#aagv%yceFur+bX}YlC6MGD0$WOoLP*5`D>BioznVsLS3w@5LAB zxEWXvG4dI7wpbN$UZ5tj>GLM1h|Al&!<@t3rSj_PSg(K_#%Pmo+tO?MCEQ= z8tptakwZYy!N#~JUS*TDdU#nUccC>T0%D>@{tDjpOdI_i{?Jws;L9lTls~~h$0-`3 zvLQtD^n+?nr?DgW9MPCfDr?xu`c{{;TFp15)xG;~s&3GN(`At&0auElEzKVyZPd-05Ecw4lrzhx0DcsuxckzSCUvV;nNZbum2-j~I>!J7IzgzIvbvxld4!lj z3QW}=GrDF)Tj=r101x^``Kl}l3_i_J`Kp8=Uj#f^2N6N=ta3XrC%SqIR4I(!06lt7 zV4cb{gl(lg?iJNs!{IdboMxdF6XlM;53T`gw^er|DP{G~nW49)88&`4Pst*KJqCJf zHuEV93m?PaoGF$~YL<;=`Qp9);0Q)rNvNfsdYJ^%6OhbzcE*J(O*&>P?l0eC>8$5f zCDQ0+!3T5lg-jb(?_V^bVWOjGYwDUFu&*ux8e^mV3B@26k&NXR9b&KCNX?G?Xz5Wq zc6}mxiQvdEU*$($5cZwR9Ra%zqLIIz<&yU&cRCZPyQGlcK_JS*SURlMXp1h6TWLL_ z(q?S5JffavZB}nwy8LZ7M@BEZhOQqO3 zA&$J%Y*;7!d9edV6)L&G*FdxyhVlB6$VUW(*4+XfvX-8y*G6LAA~5a1;mfBrZ5163;*_UWZrwZITnsn&u~><@$%)2?p8tJGn;=L6JDn z8jwXm7@vY?%=;(aUpbPun-L-83U#sW4((86NyJ|{&v|}9ART8uZX8WIf}zHs_Bxdkc=TWbDx7Y zhOUnBi%b6ecDpfCkNHj|gOQO1Mi@N#cQA(6<{2N5fo_ywS}@K`H6Dy4$IMsWx;-t zfO`lcC{hM$i)2~x6J2nRMJdL6A|H039j4w>+2*w{Y%TmL2+-6Mw<4}x-(f+^gC zB?h)Y60|Lv#wUzt;IxO@&48wI^MMD1;Fg^+u!#~mB4!%eF23UmhgWrlUxbm=Qs`fm z%@>=Q!faZ&m7+L%i_8ARF}+165<)#N{Z00l>dKX%?S-LPzi*AtUHle|L3Zp~Bp~ah zP2U2`(eBm;U*yR|_bI36?X`(Y%j0Ru$hMUtN@x)QeHVWt{P)jRwkG+a2SSi;p%HY1- za==7)jioAiUAd#?4_|B3dd zC`d_tM>~DC#>B`d;a+GV(j3Zbv5|Zy0D%iad6qBTQ!re%dL)yfziSW(-~2|r5sPSw z60z$aoSN~zpEfe%@7)mq$~LHrrCFiJT4QQ3G0f_x$~6ltxRiTFeIm(??h;HGH+Jrq zryXH&lfy>%V2bI+E@(2(rM=yMP!Qe;f*P^lnMQw6q-bn6wC64PQ$);ug*q~KXF_6o z;y~2sMIh{%%yu{*Z>IPnkY6BbV7^5bF?JOg0R;=8<@FJM@+<$hgNELd9EXfG{DKEY zq*VnD8)h+T3luIzs?Ab^kzrcFQ``XD%ryR5WGDeJCsLs zF+$W1gvQB`JYLnN7x+a_!ChgK^#c2}%N&`F)#d<+Scn-W4yW^#j#I2`F0rl4^5Omr#bfo#J2c5;J$M8eXc#?w*WaF2$= zQ5MxMb@aDR-Rc)2;;T^}TdB1h!^NnluC+S@+-s@lz9>X;Z?Yv`6#mqF@imijtuf>F zhDNVGRE!|&UJ8!g5I|d69sKTO%BQW7IXvd4j zrxKG?S7NEK-(neaGOU+Y9+K46^&Mix(0~F$X8>U=}j4szws7@2@bj;=BpMg^;aIyK%NgQ86iDd#G3_s z(dKH)I4iokpODgGo?XzpU#c9OPhiXZ>j=q{;+e1u65ni4!b{0oZs2#M$m1ClPgW#z zv)SpHNLHa0f?K_`;jGGu#_-EB%`+cVw0LQGjyTKj%vYK4VnSv$K;>T2aEaoUNf zyp80PL0w6jw~H@G5qVz!}$OX=j98a;P`-c z5-!nFbWwxW&d;IM0h;f@2FI7m)9N{8mnQ<;+V`E2hxjhz_^5{J`aA|@6alkVA zhiH`k9`kvWv35ISC8>0WP12Q_b2BoSezyNE(HJN6F&c36TE!#AERPJmcc$i-gr(Z$ zPK8Hc1Btt6qeSPVt)f&Ue~~PCp;y4a5?0?8`~OS6LjUhxL~Tu+|Bu`&i<(o(v+r7^ z`OW|Rx17p9{`8;t)&GF9QWV#}5o|QR11<*?yl-D|0T@+H0kqWgUGPsR$;N(U{34)GoB#XZ&1^U?iarAbuE!QKE2~g31NDr|9Ecuj8qY+xtyqf5>(%5&Sfo z`g-|-)5cJEST(kG%e~AH@=&qbFAC`(hd8;dpZM)bOdDBabn}Zb!sqM>Z++X#Rc38FzN={y#+%o=^N9_O0PM&`L41)bUez-*U|P=OCKBzK`vD}hGLKdhkv)vH z#6g8s;n5XMJY~+vH>#!Hy1&H%m6n61e8arZMei^3x@JlOez^a}AwB%XyXcW9{I)3Cv4SDrUiDooq7<8#o|s?Cds!?E+G zkWate?NwN6xQJ<=#SZKo&Z+7eF3qW-ADJIC>n~1$8~Yjxm{6%nX7-9zh?4(Vnl@BHmF*HY5Gm;XvcyU$7=0^^2>(Z&{Q7U0nZL zzt_J`7ZFECyMOO_#3);RN2a0q&Ty>My23%gb;yR;^!i zk=e|M#}cTTH{a)!c{hBojlhl|`zA+|m~-3c6|f_mE%JI!vQI8Oau=^g>+E)cr}PyB z2_;cR(1+wDiKC#wlhPCOsl^M)4x0NcuvtOOMAoqtTvbQ715Qk|k@_{DO`y}Dp#2t^ zq1GotKh;<1wslukzxn)CZc28z*~L}voO1RHIGxz5b9f=gnP!_}@t%p znLUL>O)-tSVs>V?On=04z-4IpL1g6KYrTP(ct*f<2a43)ChzzXPS64J^LBc>gXM6~AMo1=0A5s;V|iO?UI2i3<4GR;-YN(V!F+_N3$vI8G;c zXy1@Osso8m3kc`pBCo6!1m$rDr}&({SHIa14-X$ti2A4)l1BAref{yF$Ox6tY&Z}B zrUua)aR5YTQ8L^{E))Qpg{>o2;22d6o6>O0!HP4@|5g-zqH0LQfMdPrqf9<#a2 zAEE%(ZRZgG80o(P8%H_)$Y$wwSQvhne|f##^WCIhi`?6%-QZ?fV^BY&8PhwKX`8c& z`_r15Sch?gYHeE|3y7gc=o(9&evN(f|4dSWo3wAmvehNc&$Ur%bF!X0EJ&SiavsG; zNlZqL&@Zuy&B~K`SfOjv%TRg2kWkRlHC;u@EJAJZ0Inrwm{Al0AYZ_6VBIx2n5z$! zhVr)aav%${4L*L``DnrR=(hUpVq(W=*C@TjcFMy5MlnY}ck= z@R>VBkys`#KqMkW<>!i?hqd4t+TFGfUT-Xg)ham-Tg4KH!< zf#$!q;{xV>g8rl(E9~c7jwh@7pc%9&?)p)Kr2(uEEXf6`l~1g$WYL?&u6 zbpvEED=^fhCK!gPF{Pp;@GlVi0UjbA&o|LK_wD|n_OtOlkF;ONLt;M($NXy`~6 z49e1qRTv6U--vJfb>v&%XP|$`=kBlT=|p4AfiK$QZm;Xkr);O*rX60N=a5;yi15^^ z4_}-UeBYjAuaD+*Mploq@ieJ>n54SoCx)at7H-2ETLH0OvvNk(lkUCapbOY++!WVU zM-8LD+xr0&l<&&Z5=mhn-tcA8vbfo|i$8V@?!>W&J?h5aq<8G@0u<%DR}Ry%-eHpT zsJk!Vd{f3(v)(O}?3iBIDSB59S2Nx{1$qN^&F`|LeVfMZm|torzQ4$n=)ZFa^ycgm zSM6HdO+)lf%F(~udTbfqc)d4g?rI5n?>sJas1US8v|pnt?C6cO-9t`12fY(}Y#H3- zm^24mCys`hoNq(;4IKvgZVVBk!|@-V#NAT{|D}}qOxC}(ND?5u_LA;dJp>57Hr=() z9?p&*Dx5`2SZy5+Quys0k}h;=5$MII=sn!0J(vHuO8ce9@eC~R2w-*h79r3}*{hSd zNbg6?e0M?qAPyq@tCZMlaL4)a4&^7sv&#Yf&}(#8L?K{$=O*)+n>S&+e&FlL?YDbK zIQABH_neUDH}#aZVDK4{7keicGCq5F>y+e2Jn*4N(3_Z`Cw0Mj_gvF2_k2eG&U^O0 z^IIVOT})tm$PXp>ldkh6vfq#SrOvklJKW%M_wd#&C@_N01)Vb8sF%1JriSn7lRB zQJLI50w4uz;-Ji{;h2r{EnI^+9 zvtaikF+!RwlsdFAeWGn+HG1t#x-17<`Y$u~1xKsRrS9$^+G#saBj*BM92rDrCu@be zVLtj|15Zu_8OtW=Eppa)Q-PNg=Hj1NbH{QIq71z7&1ujx<3bNmg7j-Gbg3a0t8~fp zRO`_PmvR2;%2S}P+Ju5_*GkGpUR&5EV>Xms0*T?`YXnc0pa!-@AsKHh5V%pXg}c@4 zde&(ht&O&gvqNzj%OC{{WsWU$?17Gr4v=|vq#CJ6n~^B?RozKtZj+8b=7B#ULz{%A zGk=FX7{g3$u_?S660{B+}8+EJw5LIB3ajw6+9|M;~XJ zFvs{Vt#qd-J#nY#D-ggXU~m%}jvw1ZJdEAgv!pbYk`s0Zq5T7-Yr zq_noGL5XQbh8o2Q7*w}}FH0PBrE%(G=8_{zsWhnE(1?zqw57aB*aVkg^G?`Xqj&?- zwqcrVHiQYf6M{%rNWDB@UHpZ5QkRJUW~GU&2mcDI^cH33kcqZOF`tY-zNR(A9fpjH z;;IZ6Y;h?yAJu+8B5jJLno~wRKPV_pqE3Mr?pvnN6LHElvK^Lity8 zzoExP-m+Q%13aAjDbPm*^71tI>I&gyimmrbnM*?d5rOB8>to43^)ICoAR#)mkj(~B zj7?EJ7LVvzmHT{4-weiOot0jv$N6&Lx|ys=n^dxtvi^}=jAf7%J7RcUyhS6kfMhd)QVvA+Z1s~Z zfPt^DNXCL>_ZX{Cos4}RbyKloEFe~$hx9W!RwpW4y-|!L+pSKC9IO;358#x@xqM-* z$qtQR=4{KHEBpE(&~6%l;##z09QoCoe3J+;1D_%UpJH05=;m05Y)@S}g6rl>XuIE6 z5t`6Bm!6GcelB5ZBmKPO=h(9l|q!$sRq&mRl+$Z(P z<}urdgS^l(b;wFuE`%+4QA-=XH)mDy>ZerZ+r8#)-7e}dhY#zSn)H2>n3_+q_{_^C zrNEU_N=z$ghLkH10I8L#O~{c-u6a3YR-+168kVt{QHDT(&PJo(Dp|HWoz=fE3Ve=@ zvEa~~mn`z7 zfe~>}`ICHX8-+b&T}~{ClFR54AxmKU-PBg4y;fjjmqU!v_yDC-LnL)vsj<)n9JcGb z(h`{ytp_qbf9+Kc5M1fu+88dDwAvO@YF_lj2y})#gx|a<*#0~i6Nwo~@Q}zv8MczA zN&bX2-D`Oi6oU!M&PX)L>@SEWww&{nrK)=mp?AAxhhoN&1v8DxG38drwr-R!zX%e* z7}v{|I!HSY8XoeKY55_+N*5X6d8cnW+~J;s@8vZfR9-U+Ea_Xs>06a^tnF7)K}5pZ z%&;{=Qku$bB1+CxKw+XWX>;h8%Lh^|6UCY|E$0bO<5D$CQ*qC&rE-d9L^P}`&@D?! zW|U4y-!R9IQY{ruv?^5ys+KHEP0E-g+;wuj0z`I>H!PvvApHx>d!B7!9x23x=E}Ay zTd`eIrC1Yla2$;91=_khv&Gixb$d}rIMD{EBBUQ65bwIS$`sylxZdJx zIu7aJpaZgA{3hW}o1LDzEVMy(4qn@(RSZuqL|pTdh-FX-N2P1>PHKm`O`|d-pE+^p zGRri#gpYNF?6OJ4v}Ke?Z%Fhx%DTo282g3IpK2LBgNm9;uR!EOOTH*vl{DUlYZ!n* z)aH__)TMmd0H<&OcOPrPaQIzR3kWK)mpK>cLyNQwF&YBzA9*;U;!ve@jc4=?nJ^U6 zTdtn4t)bjh@*^Q%Dn}wIuYl4Tv;A$eQRLNpMKJEC;vF_(PnRg;pCFc3B0W7_(~4;o zIfgeXp&eU_YUQ-_EwEI#(zVU)k+c~zYpLSv^M^k{$X)czjpSxiE_WauMx*Z@_@penbB}k!$FsD z1&NXgq+^HPv?CEZhb=DI8_MBxL|91WvELO7Wu=^)c9d`c^2ncbz8%59Cj)a0T#Fk%3%BjH87LK)nLREmO8@?_JpX*NO>|H8lOb>8@c#wJJX8>BXur$F|AT$SUH? zvs6iOO$#pYcJZV7Sa;ycC^`HcSkoC=*T+8)1ORe+_UhUOWl7?qJm!#7qB(R^SVimCel zJVh)Glx^LpcKVUcw=rPHnbm2l=7RW-H&KE#s$BxeZwxsU>DahYxG^r38;0X^tgR>0 zF=S>*GBR~H0)nZT9yyRzmc|*I3nm~`FAez|&raTh<(bECcLKVAov$3QTz={QDQUR* zv0NamN0+N+oL7dy=(g{QNW9+EKV;M&;5-ugcM@m|GFc`>d{1uEq4haO45&rwLHLfwO791ok-SQvv>N4v42{c#f$8( zU~8*89#6XCM;D(KmKDxrxgNw2C%lhF*Dt+8JI2HPnfP5Nh@o#O>^r0J)93bLG3nHm zEM^Kf4nBeygEJCZ^-uD3O-PGl;ZNq1Rp;v{lR`&91yF%HYPdx9`m{_XW89V|ohukc zt~IfJ)a#HOuQ_b2j6NIL0Bq^5%ajV93zIU{L*K0~D$~)og{1Ap7vTKX+7A&s5^#1u zJ-SPbJK3r0=0ywq&vUs;71W?6>X2&GN7Y=6TS=UY41&OatB*UCo~EgOQD3Bw|{lTPV=tVZMW3cczx93U-IF)*<5tkf2>@& zWVO|fR{X7|{*pI@fqvmeHOPlLYjIgr?=C(S7#@2wSD7H_JDZRlKkKbwWU0RN8?YOo z?$opFGR;t6Bh1YVntfrOiBJ{!(g`;Mj+y5|riNKaI|DX+jl7x``Ko$gZ?0l?jV2hn zzc|f_;XJskAtdcllk88#LFLA$x`JQS$Q%?g_yb`kkU&c#^9iAZeK_ z36ksYmh6oW4{Ve?r8SO8)m^qnAbn##0NfS9p$M)6m%%ar<9rFulvnt4^8vq$)*M1T z{2}f*eX?!z=9A%5djEiJHvfA5K=bfAsVB@uRBn)D!-iiK>BSa}C0Qx@*1`HX_v{x7!45U)^Oyuq<$CVxK7 zXrz%q{X5jx3W)9%ba73AEHFphrvskOnn(^Uov+}qTYqesNV zwCf7QDf}{h0z|R=ZlZcbFhsQ9in6`HPGKt04UD5^7^h#Ux%OvnKu8Imw!fS4h*U!S z53Sb%K3%|%+0%T>G{i5SJj*-?O1E-&emrBd%u#wCLrq`c7cCl0nSmV>l(I^hivjd~ zi4M(q>wjYL46fBUgk#uRLS>_uJH!xwwGhjDg=27EW{hB3Fk`F=p7teP>DuM@bgp8W zpI)(p#B6t)5^ZhsE@GOWUpfDBV{dg2%w?>(Nv*z7d8_PpTgVWUYq9f)LPo$5G|JAz zAEIdEHYwWwTzW>w5t)Vf)Crmp~)Vy#;Sa=_+AOiU9&9;T@;dWU_ z^TQ4dhqK_3Lpaz?5p`R7@(jcLm2U~qHt*uh+nvk*lW@o{Z{V%T8PX@>YUs7|cRpe0 z)m5p$yx6J5Yx&Bss{9)f+@9Q=zn~q+w7{ZX-!+B$rrw#|+%>N`@drMA-sw+Y**S(U zvX7uoXdNA~)rBwp5Rg^04_G7e4MUO9nd&m8$(O%qJrRQRB(n~hwsVV=zoQ^PATuF8 zHa%Eiv%tR!T53fEK%=};bDe4mP}qbM1w%zOJ&~!jcyYxnmOq+1XtlW;os(CBK^bvN zUp z2|hf>1pAcceUwFu=K8pDAO?tEf7J5?-n@WEE?`#V#abG#{+yAizx=ek*JvTn?$RqtYCMp4Ltk$!dx72RP>X{H9np-wFON&L7q__t@0qtz(M2 zrU>o*_G6*TO>xBdYR)-k(Ht>}&u!x!?6@OU+kpwizn!#g9fC$PTrS(9D&pi>Vir=r zQH_qMW+2;f$xmx3J*1Y07Ki$mqJ7*vFbrH7~Hkp`fc|HD6mmgUO*P5M4r%Q3P=Snnr zK>SRNcalYTc4`*_Wduo0EQ_ApBnx;s(%cByld8y`G{@k;21^QK*OH+eeRod#70p*6axXXrq)Cp{3-a1lUl0+m zVsf<4eWP^ipYuqfpti;;nHC1B_Osmn_e389C(aCdu;^JO)8QcoB8jwcupQJCe#v$b z8oX!hyoF%(C9ik@MxC?FHoRxtz$rTWf~7Kea4*7#YrHNnaD?0_$B7blSa~9*JpJk% zimq^sw%DWxbj>k@=46aB^G@3D?a66yrax2t^{kMCGk9>D564n{-5F*M?D|OX%ktyU zP7yjj86oPaQ@=acmxEZsCob!4m%7u6}XFGRA{U>2F!vOvTI)usW!suA^&-9 z5id5e-S4E#^1Zn4bK&6WyFH50_zflnNr{yM0W)&+!7^-DQY=+4jQOx5cZ*Rx8MtN* zA)^L+A~mT3u$aTda+Hk9hnyj#TRt3aFIi`(B9|igahnpFkNCJTYYBrBU8Rkqa7Z5rkF$cMP#`e2!KKw|SK9t4$dkuB~%^?@az}{3EoTnZTG-t3# zh@YV?R_!r^Hy(&&0(n_T#9eDrVXh%4Ft@hTfC%`GTBfKl9X0nQdaY*ZF0`&@GJ7C3 z6kP~igs&rw&u2?6yk~0%=7K7nk%BB2>@2zqkIDspqwJqV)XORn55IYN?y{3`iHkGR z_@s^~&4FK{rVgB#Ngk)1n*U(ad?B`g-%Ny723F>%^?j(`dDtGWhuS6928x{?b(gP? zo}ve+#V)uMJyaqXA6($xS%{VCee>WFs`GEmh8^|gRs(+r)jKp(X%L02Iqvaz-R zwTm0vb2SbTd$OPI&OJasWU(VI+;X3`TH)X%$muTbbBmju9b1)ftEpkt(Uv!rtRV&Y zeZVlb<%`!A*X;^A-5!tdT9kTw403fh47!)`Y{X z4>=pnb(IZQX>`}z5K&*DpAhwGV zw+=Z38gVM^CX)v|d=s(+PF6wIHsuw>MOYi|ZAo8T%S4>7A5FPsB207FDg1KxEgH4F z#7EKnm>9?M68RTyq&~Sn&kpn6k-r8hf83iC4rAUzaMtVqjUQ>J_Dft~X}HHO@Y)sK zkvcos{njyhxGE}_vqc7l4&QnBrS8mjV$N5HR~onIrP&2J9(?X2CKA(DdozB~icz#t zCQ}M$XWJF@E*KrX_-3yRgF|Jq;}_SXm=Pz<3+wV|8C?9-@v03#kH3^FFZ_hVe8!wU z@mmz~h3W9gOucnLqohO%&J_!|1F3;*$A?)LPLWskIJG=l?6?R6ED;?{WNbw_i9_2R zy6QNYIC@STJ|xcrOP(=vcc%TUwb67V_zvA-JeJ8{5OmqV@LrOEZKlWi<&;<&pntgV z8{sJ%jijm2nN;>=)B?hJ!NmT=;qGVJ>>_rd_KC7>!0U84S(g5~Tl;M>EJF`A^*{ur zpMBJyivT?z^lb#7>$1(!GtiuSeg>}ypoX@CYn=|)glB+r0jsQ8)Uo`Icl|B@Yy6C+ z2*ec?Ui*Eyx<6bvJYGSkGcF;&H=CMhZp3y{WvL{4*o=apxgmj#n%SIxrkq7^vGpxN z2D@spRv_U4Sn{EiIs)~si>qHYl4YmaOtwbp?G5OYB@u~vx_H$3WJ{HEiE#5R)OL*W zM*_gvKAB%rgpgN=Q0xn}=wY1ZbqV>EjVEs&Kl#T~p_8~9zgO@T;Kb=Pdg0W}Vz`^_ zmTMVitIgt}?SPHyM1(OiiMcR?LN?Th3;Wf9gK*GdD-LxZYum5?tQq+1p}p?mUjZlZ zBv;s(@AxP?`2Qg@@*nWYKaZUdHu)YQi|-RQJ^y2)zFYM|4OI>4OGms>N*f)R5Ef*= z2m%Q-Tro)AXb3XqC$!;mtFr`ygF{o6Ek|T)ON~$OF5;#g-{^tb24X{5uF}WWVsHMJ z#HNzmi7g3{#?Rh|Y~!mxf2Qn?XQpyGdw0JcIf1sHiNkfU5ck$EeSgxjjQE@#vFG%5~9H zw^$Y*Ivg!MBLyAk#8@d>qEk5WLtP}Y%FJ=mlKM#K>9c%(kCWz`bI_u&HN^vkj-cO@ z()@hUUu)DZ#X2`jorWLG9UUhFFr6J&x8v$<=y0S6;!%<$TeRK3L7~xOXR6VUYDzlY z?NifVaAX8eqL`9v7uZrv^{xxzr?mp&?zoQDSqiGLa zMeB;?B-2*Aq1Yj54hct%l~KSOzYvYwgpFKZf zOKt^CNd1hJNA--B$Lw6)KFrLY!>PnPi6pWhqW4(Kq?BsOI1>~&dm9qSc#EEsi|(VS zNBxYmOZAMgJ1?m5sZP@#aE<;)B;DYNbcQDrRSGx2VAC>39%j%BfqBW}XtM|o5M?&z zTGv*TnR9So7D3^g$veMgs3%jfl453PM%B~o@T$sOLBz_nsnpS z*nHjKGT|+S56t|JMQl3;pJux=@AzVC3bn2=L8s<1N(8nh!-)?m)hi$@O!EN`T*x9i zlGm?D4N@jQgnz^}VDCF+sJb{MlyhFy6J}BJ0Q0kTQ(pjCDS)F8SWP|5HGKXLjXole zxrrf90tU8P`b|NkaQ7v+vaq-G`zXfz^pqOZWp za592xBKN->D@#=1)hcJx9Uv>1@;7waPnFp_BJ}n zBz^cx3GN58Ys!7cn%2KSQ*tk0&8hUQhUDI?$%up=+ExoI{ExlNBgLiRw}hi41#LTl zRUWGXG@IKQwMZIiDjb0~RV-#|LdBoBtw|~sH!d20;f322yK$(OWlqIdebVfT>TWR9 z*JM}E5jx0S_c1J{6hy8S*}sbS-$l|y!Fe>;J2X)LHXuCI6X4lPJ(E^KSHb6;k`R6z z7T~@SA@6{$w|K1MjeBaZ>m**fnLM_OiR;{;RtD?-fYwOvUP1}v4G%X*-G8+Y-vHQu zVC8>+t7GPpXc3BV`45JpNP_PX5Jv%tbmB7OkuM2?SO#C~WvAIk`+oht**)!zYeI>Y z;v(K73l$$0v(2rIU2xqWW*DLx_imoBx%A?JSz|s~AGQ(6fh0zCtHfe)7#xm|z;yuR zJ^>aKFfXyAe_8Dd{8vC|d@W9@@tfpo_=Z>o{wFNspM~LHPt^I(h2lTh)*K}*D^x+W zPYRtT)6O;Z>lIowX&Nq?z_HMtYV_n~NZdRA?QC1oZ%o5Ybt!M&Zvhh7`v&s4XsAi6 zK%6#Yis@t|<30!WJJym=0Qkr7Hi4==y^#L}v2AcW_1q(?jtxJCd%}?|1Lg(>tdiPv zQfim9StZ>m-{q=nCXW%-)5dz5vO-15yk3Pg*O<80WgEC?P)QLSC5Yg8DOr80h1B)= z3qguei`iOZ?l0|(2t&J-FPtC>7htHNx|$Le_R7j|`te2yYyLe$&(4neiB)od^oDqd zQwXt!^2|iy->f*tcN0OQr-VOLZ~6Sx8eTTWrL+P((EKNr(LX?BTVG&=J8K!7JWH~K z2(ok5iy(q|n~auHlWmn6^ZdfMMe@c*WKQ1!ITIwsA@%j86zwvA0;?v5VoY3d$=i5p2#}s{d zlhMPC&(gV-sx7gQQ8zm@=?SAkA5N^9#?1c(^$d+ZcVSGMt!l zI6D$EU9CP}UqJ+sMbW#0B#xY0Q`G?<9Gn)WM^WAwD5zC`b6{F?>pplCX*#|2Ope)^ zBGC#ip;`$8ZuL76C)H}%X0P_nCd%~nKDNJx{VMaWlNN9F#o zXmen-sdK9)yl|~z{ixbVW8g++G#5RW2x;dDwv_b&fXI=pu^D zF|{0KQ|{#H*{W7+tM;^ZEy4fwe6L45%$A3JsARj^=xx7Gj#6t}b=<59UZ>D~8UFaL z^hC-Ej&t)?Umm9eEqNzYahj7}$F@XdnJd6#j&X{#@nk&4?UPklxSx_HBu51Y8$J(v zgaL)PQ5l*JzV(mi9=J5bt_(!us&sh7x9Z*CUbkoD6Vc}*&%>=tefIS)$QKTnz{fJw zbG$=~CvEv6rI!_i+4Kq)T;f5<6=xZHjZa}$mib8F$l=-hq!3Lj03iAu#CL;0S(f?R7HI(fEwoKf8B~q0$&EjJBt~|^} znUFAKLJR71Xty4RBv4qlc&pgVV5+*Ns)YT98>A27Woh-)XVKdl7fZHQUI)(KS0<0v zwHuP@(VUb~p0paPzylji`cQqL9;B^4ny+L-RlQhspm;6Y1K%1y$OlvwiLswlGZgDM z`Cj-gJKmYv?K!YnBBb;P?s^ny3fGhE$P+I&9j!-QDx>;6=(TIpg8xE>4De0*%-Hie zv~Eke`jmN@;*FwY|Dmn>rBd`Mt;5#v!eOZdSozUE<779U5M#=OT$rRi$k(v}dCK1_ z*bATYP#Q_;5!K`Dxu_CXo4~2xJC_gICLtO$&fg`cXhroKf#3g~IzNzveq%}*Bx-)^ zn3;!TC;whe`24hzG&3@KrQkh!+-Qgc>Q^TM`!af5^oYgdMBbd@ywSs4Y85qk?NE`6 zb`)(+Z$VpZPrIXVq)~wGEOLPui0I%cg$L+|F}E!1;Lr&+^8`{J9rJ_{6!;G~EX;^y zro_X)NVmSCPEWV~-V^dz1PhTQ+?*c?MPlM${I(0Z#CI~WqD+!Ik46MWSd<8H|EsgJ zfU2tL`Zyudh#=kF-7PIGrAT*|v`9!@rIC^pkV}_UzXI&QB+oho%H4ELi~yIBvOs5W2(5RPVSR%e`!5{;u3iXf7BHmif=mqtA; z5=|f^iJ#~lC;KEpJIsrTcIfNm)YKTsQaz(y_D8qW*956XLTF*PMfJQMzy2VA_wiv9 zJ=H5|Jjt_$hpD-(=_~6C3FeXF!3qrS#3Mc&0xJ`ZHU(mpk7%YE2oDMyW_poxr5s4g zJ};xa!ycf+@D)Zrva4}3eLwreH};moPB`!-1Wv=UL@7~l&;&fVVa}b0|NKiW= zuaM6we}O%m$x|p5Q{`PgAD0DbHoT4J{xwGDSPQa_@i5m7Y^$8o^FwxdJqIkbH9CyV zo#WZ*jcsBav$cHsY5x#Pc}7+Vv(dBAYOcbUq3_qoCIarfsdy@Qs_^I-VtOYfK^bca zSEw&wCYrzGqs}V%Ju5vbuu6jB&X&F)SQfOtXnV&CB@^kY+7FR z4VcyV74fGP6Ot?IrUhfWlOv0SyA>b2bfb}UVC#!n+Ot=ir+sMqTtD@VJ+cT@&v`hh z*mjbc6O!uVutH2M_ZbwU`wv-G{N#ipJAu<>-uz60Yz^6%;c`yF^v&0c={i|L7NZ}j zes}~iraEA-FkrWQIGDKZWt=>79jC@t>MVhChkT%e)|JlA^eJHy@6IzP3}2%__i)sa zyypJsn>2RdR3mEpFT6%?Tl2QDe;ud6ADOh2f%~TgaR2Vf&EeZZN^b`zHU=CTtaqgmwH*E>mR$(fTZzaVdJ-SI*29|dM?I9eac|V!T zsdF?>N>nc1y=&)-e1l&LV?G=2_i2VkO!yhOJz|qWzplxIDOh^K51#K zGsT(P-o@EUL;VBAqg+9YIU@%A#V}D zwx+le8;6iZk$`MA5xN_^;i_xi_I&)@1#jFR0mB*Q`%DO}Y%@RpE&b#I=7-zhz10oa zF%Wc-!$EV9*Pxr z%y$4C88}(t2s*T(bE<7R`H1E|HxD{;b=XAnWqN{|tYgg=lb`Gt#hOzbEqbwERg-_9 zsa>@;?nCmlNSA)Bcpb*nE6fKaBP{K8vm+0q!>(pCGwO@EJT#nIPVQI&T5ZG5^@3v7 z5aSZ-IOj?NsR1PGS$)$lGR}NWu@tZAB-=%4v_O9FpqcWy+gapu1d0SWQD2#ggp@$& zlq1{7Jnc_E;DL$<1WfUTnSyVM+viHJrY;+s;*0q544;PEtAnO;nMX1`wat}WMIKHn zbH8?-v8a==1GF19$xtM7>RAb!m`ieTLUxnv2**)F*YJHbveQ`8;{j-QUg1ts%Oy@i55VL-dncY^d!6*Awy>g}nI8 z%)Hv(vZ#-`8OO0pXU{x_+bzQUd)bF9E9PtGr33ff*^sSzE0|=dgegf`Kt??pB5a;z zoozxqx809VmXH<$s>-h@+hTqClCKa?c&NwS2crsS zB(n8_-61@>AE;yZOG#aZ9aqo=xl$N{KXZVot(T9{L;8!OmKV0>7Q(=e()k%WGi;Lc zuy2fxao`?Bk(1fqY>%@C9m@|l8i_oP%b$uCgr)t-Z`ux@Pa=nVlA6SB zW+JCb2^Y)5|CUTgsZK&OeOt%2++-`i9Cb&Jo#Mxr>XWxU$LdX$XRDeyS~L+0~!21VtIs zxh?N~xjRAp9(ly!9RAnUX?zj1FAc0tD!}UWTXlkq)#*~3;CD-t&V3@yTW1)^0+NDR zv7wwSc7EDK#SE53*QF$pSQ6l{P}Fo**aZkc%I32lTBN=ARSx03N<_gnV->od(%AXZi9&(O_897%iy?6NX^?GQAFy2OAsC!qZxE63>Y_ z3gvg={AZ|9JUU9_TLgK*Ya_(TaxR$(Qeu_-qz`SK*Vw5SS=v!>@s0CJ?LZzqEXW`Q z1jtRBimvxtm3!XF_MWK4850vV7M;$!oTS8BqRmo`j!Y~03kjOFix7kHo8q330g`&= zcQiAoSmi}zL456w87@xdhYUC<$;CF~ly=9(G5R#oZ>6RA8+B*yo{OtY)R<(8s8$Av zTN`M!>ViK8Q;59QrCSp8<40L+)1J}nQ22&V?iaE$#MpdSsK>TKUU6HJv&nHi^%;T3 zZKM&14qCwaGY(xS=bP9x?S9Mr zHB_Bp)a7V;(h!%u^hH(VjW;`KM#>($7Ht;dGH;iMg(aDF${xJQ^+|}&)_fN!j`A{O z^L0D0CfyI^fv_S+&LyIdd}Bn5#m^p3?;u%z$-paJy%_6M%ra-$DOiO!mfJU(W0a3c zU%>wGcAlouOw>#p!Oe7(yW7N-At)Vtar;GCO$g7wR5h}@ZKyVV+;yA62ldM9N_nUZ zk-5sdz;cGA)x#zC$neof`fB(P$Yh%Gy7c0;vq%Mu-4Y)bD_ZxoUi(C4IKN&3iGQtN z;~C`tZe~1w+uvAC>vN~W#zI-^$y86*a6p}`jlxm4vAs8!foav4ak@0Z*vf%4W`<{J z#f(mtjvl|}F1WTAJ9`0fk5HAhjHZsTL$Me<9uXQJAqtUb+6pAS`x23Ac8oZl14Xp? zgH=Im0~H(PoBAVadb8dl?(1$+!sBQSDMjCW_PEuH_^h8yZM4tB(U3ExmHKG}o=@Os zfi+1!8AF#M35o67!?@gW!v@UazAn>pEIj0Lqn18t z_ckdKlEg!s7B>TmGa|t+clP}1K@v;Fg3+$J9WK_}`V|qOiGjlceNQ(8SxZ{8`hY-x_Kwf#@N4F2Lug&24CDCf_UbDh!9;H!9 zn=wcFhAcjTkTdc8Zj+@TxqD_ybJHh8a3SVi2`#gh7; zKY-aQ&=SAp4>)5qD>D#-}Z zVXP@q)Jcrs)HCB{tWp<`Y;@Fp(Z2m2P2VZaD9?BPos(_vcKiNanIaP+&fX}IbQNh;Rw>JeLMJ)#Z7dM4E-Axof`GO} z@A(AoltI>gPDJYf9>u{*v*Boun(7+@UjHO>k;~2d9bCGt70dxj`gKgMpN%$@FwO)K zUYs?Kl;-<|mN;+mu}lu$V_jhK9ckiw<0x?B{9}`ic2)FKU+ZZ&`|QdfNM4xB*Vn-c z4GzEF6cJf=cib^xVD^cxIG6@Cn7%)zr`|_4yfyOZ%x9e=a|pkY660YagxsYF);Sn5 zi51^Mfs8r&tk3$5cImjDn?<-||X5@?UCP z2l{E1Hk<28z!j4356s;wuuxS)3@g~?@K7bGsV30=dUzQY|zip&-DY&8+`L;>d{W#Mt=hlzJCya zb4Uh%ZZo@%Io0@f@SB~w;j_Sx%$n9)1hafJm=aR{Abe0lNFjz%U7*BXfed;);Rctf z43Z9bI4Y6CHcngJJQ0i6)D1}}?u$?sE48y}F~hC|r@^YgGz%dEs^WuO{?NfaWA*q1 zr+NkjrFls$7Kq{``!<4ld~#V+Y+SamVHczNz2tt(XrBID5G~DEVJDR zWu|~(kfV&qNDzC+vrbP*Qk2f?V;$~e-~$A#e)$KlCNtZQp7+6?ITlL{A2BY~`ddy`~C?~j}kugP}j%f&s-{wj1_TE-kZ zNIK3(>e_EF9A|oK(GhRL6=N)R8A83E!>P~wRuM85gX3M$$uGGbhVA+-wtG>Fan6PM zsXCm1oG-|B0 zhMRr3OhXN)NHz*=+Y=KAsEU)PQbXxL5%jg!m0Lt5gM=7eBs5(pvB$jkfYYKPLXET+NJrti(O$?B+-Mh zOo&f-?e$iKU?m>CufOG8c{mzDj5riuo8S^9hNb)EeIe5LAC_NIU}5|6Z1j*9_8Y%y zYAj5RIB3hXh$~6X8Dfd6dz-0Bm%Of&>Ka{Ra5BlQbRaXpcrE{}NuCDtjFj=12B%Y0 zvyo8D5NndW#={NTN0yGU+iJC8$_WMT$Tdle)rLq*ES?(oZu(g+N+kKP>@)WW_UY1Y z=s$DmQxjTT3vW*;RGVNodoMH;6B@B5-=gM4LckOWWM3majvmt$Ozo=b`S_l?FZ>}r z9-55onqrvDU|9T9{`pc72T9=Y0NqNP-9p#VHmn4R`is=9hK^O3l7*G#fTzv@c)B@! zLmOe(I)uvW#gp$eC~Fhpgkp?B@1?4_G|5HBV?Ud@^9Y2~z3tBG8)|7LOlxTXaYn;o z;6NL9O87d7&^Coc8qEy|>tY?!5WFI}xEju_UIdE52(NziqRt}s)RPKlE~ZOK#pSAKkFM()GOTpe1{o6wt>6~kzzed|)P|oDuPLs= zD@rTF(POmBOm=F})ay(IvMEbqX!Wy_07-x`x~Sq^ z1*nEcYU|C)DP&nz8grOeG@T43x=N#HD81u}W9Ix3+z}?}$5E`hYedhXx*7J!U&b8c(TZECGH2ecbUN zO4ejMzR`no79mN0ie!^nfU1%rAYLk{!+}3Btc!jIGMgb}E2sFtEY6}Q`erFhZ~@jf z9;0?Zh~X)>ZGQ(g1*hjN6Hdm+*K%({U?ZzjdEPQ6$~&p^HRGudgt6+F#u1TGO^_-$ zztXPT%f%xs4S9<8$nWL89!p?uc|5i0hiGb8akc2m`IL{J3tzkXV3%MC=OC8*#|^-a z$!XU5!hJZoAzWqerB>m&^prwCf%L_0d>Cp8k3u~*c^+n*JA%-5Pi>E$)B1V`KZb>x z3F)Xq&B08*7z%A_QI>j%$K(44)it1ys7(_#MS*%$$mYDpB-I@$*XYS~Gwp-a;Lwzn z><~jkK@?ukTTi+flkx(jhll0*206{&-D<9mX@P7!zuuc~Z!tNPc4u`wb&xG4lYQpe zjp_t>;-E(#S*%B$*&qREU#NP5j0tcW;~^_08nfT9dhoH8Lvg1}k{Bw+q?8yxQE+kt#LCoys5darJ~h4ScB1hwSwN8 zLMBh#(ezpe-z2{%E6krou^wDtN>I455-NRLZ!95t`fekJZvburN2&74E3(J}ejVY=(Dpw-O zQ5B{HDWlT3$slMKCK9{hw=Z1wIs$_59w22y{WJ2YJ|p#UhVA#hwb|>JCpZA--syuL?3D zO8pcfJt~7&88hy8IvT9J){h}JPjJs^wCwHs%LfGIr$AU{u!w*8$OLZ%s4K6d1n5h{I`v(r*R6G?Ym4CWN%t0 zRWn8+M(|bWHZ$^+3QjuW*ep+dSf7uX;17O$(!cIC0501S-pui)dw`MiF+{c$Hs^@1 zA#h@RSEj2tTV=By(b9~hW^3*c`BQZB-j1B8Qr9`PPl!H)?~+qb%sKgjNM6p728}A> zXQ5oKEed!tA0h>G-4oiRF5{iBjgB;P+e6i*4F43vc}={wCM88*XR*eNtO9|^;rp0I zB*F>p<6pE!d`Z51)7kM@M&Z?MY~!t$-_1U&Y``l`#~h@MJ9+Zrq(|XxeK9q!L6c%u z;X0P$*U4d*#OsF%d)RBZUxk}Vx4TRctpy@>SYW@NK9HT(zKyLzkj)~M*(~)+6t@{U z-cAg4fur9->pHJOE5)5$LsGNX%r0B&nUgsYdI#l)0@k)>9X_PJoM=Q3#eDn<;09+b zFvVm9bkuuS(%ZK}Yp!|YH__<%>z5$dtIIWfp@b*n+j{3`pcYr5$d{7gsp5_=v=Ib< zU37+y)*CC0(Xe01{^qM!BPb-pL%OT47uBBfl$TWE-PzZ4FD-Io&t=g!)SSjyyI*h3K(S4z`wmX-v>G96!Z0V`+G2%2pJ;3;J{nPbR?#xqtZZ7=VXQJ!ZlBjIk+D9We z+8%`=yfh0IYkhSF133;jc??U|WU+1Z?t`dsPN+6w!8ODZoau%ZbaXh)!Lys_aH1RA z+@eJ@>8X~U50>_k7Q`gO#W#`~*yf~Zmk}!GN*sshS$R5Q?(1DA=i`2&v0}>>FbSwW zb4+Y9VV&r4IL1*f(Dm}*f;Y1AX}Dzxd=v=Nnsu!_G0F*dmwiBYo7$zX%{x&zd}0X? zO5n_x0fH8|tcNovaMCO+4;_O`th#T2lE=f0-$$_D&);m4)!apB7SVUQl`}H8r{oy% z(2|vw&+CLyIX7^z&%i*>0YtRJpV-dO>aoX2YQx2v(UVM86&NKu_7$}H*<$<4$(~SA zS_#)R{qvV?!VzT6UT*zxZhcPsDqNyH5syie2~O({uh}fbtj$3J8+)BTg$_D~m#3K| z>n=&K%d7aoC!_4D(GHb zzG_@4Nt@Rr#LzlH529WEDf75{DtS?}CC`xR`;4YT#fPugC!oG9)tQu;*=Qc&=+KoB zBC1U?n3|bbPMb40VUFkP-7fizZ;5i_$iRPKGa0)o#K@e_?c|eBwad2x#p648Pd#=A zo%c19jtP^u6rOEW!x}8c&A&x1=5vLaU?_iv{*7=6{!I>Yy>u|+R52mFYfO^)EG+M` zlDEES*you-K|kI(_e8Xe;&hO7iRxk=Q->l#XuZWWdPI|tb>$4}Ha*BO5 zb$LU|!S|%*u zfRCxaRx9&`+W@p!UBi7_cAY zx79B;ksQCjt3#tMYG1bf!VBNaMN4dfD5(G1f->_kF>`dWaE163*v}OB82*RW0!IFV zKJAyOVFu9qzz_c=7r27`)&N!hKcRt5H8Xn`D-)ytp#yF#uX%$23(G(UE;M~F3)s&d z$nyCID?r#8;3M0=bOM)l+$Rjcp91(_J0StglRx0)?A?GUXVZTbul{1?i^C&T4Zw;e zV1@m%2f!8VM~(JJE8l|>{zAV10^olN-oICvf96IT5U~AUefTbd3_YyTkaNhk0g4vj zRr3EpE}D3HHAMWXNy17I#ZU_@DUlT46K-7s!G6rZ?7gB%-vb4IKaSCxKDS;-W4{Hw z`0F^P2PWYkfzUG9&^@;WEj`x*W}F7lUarfA0#~q~Ik2hsM>KR$n+EU?5z4 z;=3$hKSw}y>k3yWJGfYxKl*PmZD>C~rWtX%4ft6YSRJS?$-os@FX;XP|Gghl4mgsm zftD5mz+cCN9n+P-?=$Lej*v0y!}bEu!vGqP9Q#iJ`%$v~4`|!(Yx7SUhQIFtbQ1VW zJ7B-Bz%p@#zrXk3=alf!o`z2O{R68H4Dc(kKgE??#^XYBp>r$$;41O{FWlcd0XoIu z4=OPbQ~dYV{_Xz~I{DuZzVYop@XcNA|CKO=b^~;RPip`f0V6t9?_-O&SYED55`~IL(>s-;WpQ%5|{6Y^Z zXqnX?lW&C#wzaIRsB2s0(QBiTtpvyFBeOSK>Tmu z|9l9Bb^vrN!X*Xl=Wr$CPmu}GeCW^9Kltwwu4>~C{-sk9fTy5~7Z-LIUQ8Gm_neEr F{U0Gd{PX|- 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; - } - -} From 734e1e3726d5d7bee5b97173b777cfbf87221ee3 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Fri, 21 Jul 2017 14:44:39 +0800 Subject: [PATCH 02/11] change application property --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b7d6cb6..249f582 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,7 +11,7 @@ mybatis.config-location=classpath:mybatis.xml spring.datasource.url=jdbc:mysql://localhost:3306/foryou?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&nullNamePatternMatchesAll=true spring.datasource.name=foryou spring.datasource.username=root -spring.datasource.password=zc0829 +spring.datasource.password=***** validationQuery=SELECT 1 server.port=7999 \ No newline at end of file From 9e4886cb82b81d2404fe7fbc6268e162548f71a8 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Fri, 21 Jul 2017 16:14:10 +0800 Subject: [PATCH 03/11] add banner --- src/main/resources/banner.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/banner.txt 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 From 11336ab7ac04c65c771deaeda2bc38d6a063580a Mon Sep 17 00:00:00 2001 From: "twist.zheng" Date: Tue, 25 Jul 2017 09:28:22 +0800 Subject: [PATCH 04/11] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 069d698..20c3628 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### java_server -本项目是基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台。 +本项目是基于`SpringMVC+spring+Mybatis`的校园o2o电商项目的后台和管理平台。 #### 更新 - 2017-7-21 @@ -23,11 +23,11 @@ clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本 1. 将foryou.sql导入你自己的数据库中 2. 修改数据库连接配置 -3. 执行mvn package 将项目达成war包,在tomcat下运行。 +3. 执行`mvn package` 将项目达成war包,在tomcat下运行。 4. 或者更改pom.xml,讲packing方式更改为jar,执行mvn package后在jar包目录下运行```java -jar jar包路径```即可 ``` jar ``` ## License - java_server is available under the MIT license. See the LICENSE file for more info. + java_server is available under the [MIT](https://www.opensource.org/licenses/mit-license.php) license. See the LICENSE file for more info. From e3bf2e6cbc89414476dd8132654849ec571327e4 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 25 Sep 2017 20:29:45 +0800 Subject: [PATCH 05/11] modify properties --- README.md | 49 ++++++++++++++++------- foryou.sql | 3 +- src/main/resources/application.properties | 4 +- 3 files changed, 39 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 069d698..d28ab6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ ### java_server -本项目是基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台。 + +---------- +

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

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

+ + +

本项目是校园o2o电商项目的服务端和管理平台代码,采用`SpringBoot-Mybatis`架构,集成了丰富的短信,推送,支付,权限管理等功能。 -#### 更新 +## 更新 -------------- - 2017-7-21 > 1. 解决spring jar包过老,跑不起来问题。 @@ -21,9 +22,8 @@ 3. 支持在intellij下面运行 -#### 主要功能 +## 主要功能 --------- | 功能 | 平台 | |------------|-----------------------------------| | 推送 | [极光](https://www.jiguang.cn/) | @@ -34,7 +34,8 @@ | 权限管理 | -- | | 多校区管理 | -- | -#### 运行 +## 运行 + clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以SpringBoot的方式启动。 1. 将项目根目录下foryou.sql导入你自己的数据库中。 @@ -48,7 +49,6 @@ clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本 即可进入管理端默认的登录页面。 6. 校区管理员账号admin:123456,总校区管理员账号admin_1:123456。 -#### License +## License ------------ 本项目基于[MIT](https://www.opensource.org/licenses/mit-license.php)开源协议. From 9c30996ce6e4f223c9e2d033ef386f98a4d725b4 Mon Sep 17 00:00:00 2001 From: "twist.zheng" Date: Wed, 8 Nov 2017 18:41:04 +0800 Subject: [PATCH 08/11] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..228a4d1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 twist.zheng + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 5701a2c1afc9f35f8ef5c99fe985336b136b4f3b Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 25 Dec 2017 15:08:21 +0800 Subject: [PATCH 09/11] =?UTF-8?q?=E9=99=8D=E4=BD=8Emysql=20jar=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E5=8E=BB=E6=8E=89lambda=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E4=BB=A5=E6=94=AF=E6=8C=81jdk7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- .idea/kotlinc.xml | 7 - mybatis.log | 21757 ---------------- pom.xml | 4 +- .../foryou/controller/OrderController.java | 2998 +-- .../foryou/controller/PayController.java | 215 +- 6 files changed, 1628 insertions(+), 23356 deletions(-) delete mode 100644 .idea/kotlinc.xml delete mode 100644 mybatis.log diff --git a/.gitignore b/.gitignore index 3d3b224..bbfde43 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ target *.component .settings/ *.iml -.idea/ \ No newline at end of file +.idea/ +*.log \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 1c24f9a..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/mybatis.log b/mybatis.log deleted file mode 100644 index 9fd33d9..0000000 --- a/mybatis.log +++ /dev/null @@ -1,21757 +0,0 @@ -[DEBUG][2015-08-28 11:49:55,638][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,641][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,641][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,642][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,644][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,646][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,648][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,650][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,651][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,653][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,654][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,656][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,656][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,657][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,659][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,660][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,661][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,664][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,667][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,696][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:49:57,104][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:49:57,173][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:49:57,267][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:49:57,316][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:49:57,413][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:49:57,486][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:49:57,626][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:49:57,716][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:49:57,781][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:49:57,842][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:49:58,051][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:49:58,104][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:49:58,170][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:49:58,229][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:49:58,296][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:49:58,337][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:49:58,446][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:49:58,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:49:58,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:58,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:49:58,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:58,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:58,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:49:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:49:58,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:49:58,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:49:58,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:49:58,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:58,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:49:58,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:49:58,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:49:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:49:58,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,547][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:49:58,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:49:58,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,578][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:49:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:49:58,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,658][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:49:58,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,731][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,735][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2cbc2cd4] -[DEBUG][2015-08-28 11:49:58,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:49:58,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:49:58,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,778][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,778][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:49:58,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,779][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,780][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:49:58,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:49:58,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,805][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:49:58,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:49:58,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,820][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,825][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,825][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@49c72461] -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,842][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:49:58,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,850][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:49:58,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,863][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,863][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@a7e872c] -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:49:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,877][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:49:58,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,889][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,889][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@7a749ed3] -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,908][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:49:58,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,918][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,919][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:49:58,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:49:58,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,955][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,956][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@2d4bc050] -[DEBUG][2015-08-28 11:49:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:49:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,979][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:49:58,979][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:49:58,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,980][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:49:58,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,990][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:49:58,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,003][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,003][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52f0da90] -[DEBUG][2015-08-28 11:49:59,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,016][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:49:59,017][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5dc62719] -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,034][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,034][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@77037265] -[DEBUG][2015-08-28 11:49:59,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:49:59,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:49:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:49:59,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,060][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,063][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@17840db8] -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,076][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:49:59,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,077][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:49:59,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,087][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6366982d] -[DEBUG][2015-08-28 11:49:59,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,108][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:49:59,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,115][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,115][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:49:59,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,136][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,136][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3d5d9ee8] -[DEBUG][2015-08-28 11:49:59,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:49:59,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:49:59,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:59,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:59,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:49:59,154][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@33ba8c36] -[DEBUG][2015-08-28 11:49:59,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:49:59,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,165][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:49:59,166][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:49:59,166][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:49:59,167][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,168][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:49:59,169][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:49:59,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:59,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,186][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,230][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[INFO][2015-08-28 11:49:59,532][com.changyu.test.HotSearchTest]{"@type":"org.apache.ibatis.binding.BindingException","localizedMessage":"Invalid bound statement (not found): com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly","message":"Invalid bound statement (not found): com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly","stackTrace":[{"className":"org.apache.ibatis.binding.MapperMethod$SqlCommand","fileName":"MapperMethod.java","lineNumber":196,"methodName":"","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperMethod","fileName":"MapperMethod.java","lineNumber":44,"methodName":"","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperProxy","fileName":"MapperProxy.java","lineNumber":59,"methodName":"cachedMapperMethod","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperProxy","fileName":"MapperProxy.java","lineNumber":52,"methodName":"invoke","nativeMethod":false},{"className":"com.sun.proxy.$Proxy20","lineNumber":-1,"methodName":"set2Dispaly","nativeMethod":false},{"className":"com.changyu.foryou.serviceImpl.HotSearchServiceImpl","fileName":"HotSearchServiceImpl.java","lineNumber":30,"methodName":"set2Display","nativeMethod":false},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2,"methodName":"invoke0","nativeMethod":true},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":57,"methodName":"invoke","nativeMethod":false},{"className":"sun.reflect.DelegatingMethodAccessorImpl","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43,"methodName":"invoke","nativeMethod":false},{"className":"java.lang.reflect.Method","fileName":"Method.java","lineNumber":601,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.support.AopUtils","fileName":"AopUtils.java","lineNumber":317,"methodName":"invokeJoinpointUsingReflection","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":183,"methodName":"invokeJoinpoint","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":150,"methodName":"proceed","nativeMethod":false},{"className":"com.alibaba.druid.support.spring.stat.DruidStatInterceptor","fileName":"DruidStatInterceptor.java","lineNumber":72,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.transaction.interceptor.TransactionInterceptor","fileName":"TransactionInterceptor.java","lineNumber":110,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.aop.interceptor.ExposeInvocationInterceptor","fileName":"ExposeInvocationInterceptor.java","lineNumber":90,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.aop.framework.JdkDynamicAopProxy","fileName":"JdkDynamicAopProxy.java","lineNumber":204,"methodName":"invoke","nativeMethod":false},{"className":"com.sun.proxy.$Proxy21","lineNumber":-1,"methodName":"set2Display","nativeMethod":false},{"className":"com.changyu.test.HotSearchTest","fileName":"HotSearchTest.java","lineNumber":39,"methodName":"setNot2Display","nativeMethod":false},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2,"methodName":"invoke0","nativeMethod":true},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":57,"methodName":"invoke","nativeMethod":false},{"className":"sun.reflect.DelegatingMethodAccessorImpl","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43,"methodName":"invoke","nativeMethod":false},{"className":"java.lang.reflect.Method","fileName":"Method.java","lineNumber":601,"methodName":"invoke","nativeMethod":false},{"className":"org.junit.runners.model.FrameworkMethod$1","fileName":"FrameworkMethod.java","lineNumber":47,"methodName":"runReflectiveCall","nativeMethod":false},{"className":"org.junit.internal.runners.model.ReflectiveCallable","fileName":"ReflectiveCallable.java","lineNumber":12,"methodName":"run","nativeMethod":false},{"className":"org.junit.runners.model.FrameworkMethod","fileName":"FrameworkMethod.java","lineNumber":44,"methodName":"invokeExplosively","nativeMethod":false},{"className":"org.junit.internal.runners.statements.InvokeMethod","fileName":"InvokeMethod.java","lineNumber":17,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks","fileName":"RunBeforeTestMethodCallbacks.java","lineNumber":74,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks","fileName":"RunAfterTestMethodCallbacks.java","lineNumber":83,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.SpringRepeat","fileName":"SpringRepeat.java","lineNumber":72,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":231,"methodName":"runChild","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":88,"methodName":"runChild","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$3","fileName":"ParentRunner.java","lineNumber":238,"methodName":"run","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$1","fileName":"ParentRunner.java","lineNumber":63,"methodName":"schedule","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":236,"methodName":"runChildren","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":53,"methodName":"access$000","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$2","fileName":"ParentRunner.java","lineNumber":229,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks","fileName":"RunBeforeTestClassCallbacks.java","lineNumber":61,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks","fileName":"RunAfterTestClassCallbacks.java","lineNumber":71,"methodName":"evaluate","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":309,"methodName":"run","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":174,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference","fileName":"JUnit4TestReference.java","lineNumber":50,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.TestExecution","fileName":"TestExecution.java","lineNumber":38,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":467,"methodName":"runTests","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":683,"methodName":"runTests","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":390,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":197,"methodName":"main","nativeMethod":false}],"suppressed":[]} -[INFO][2015-08-28 11:49:59,536][com.changyu.test.HotSearchTest]{"message":"修改失败","status":"failure"} -[DEBUG][2015-08-28 11:49:59,537][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:49:59,539][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,543][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:49:59,549][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:49:52 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:49:59,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:49:59,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a8cc3ba: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:49:59,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:59,555][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:59,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:49:59,557][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-28 11:49:59,567][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:52:13,845][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:52:13,948][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7a5fe968 declaringClass = 'com.changyu.test.HotSearchTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:52:13,955][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:13,961][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:52:14,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,057][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,057][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,059][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,060][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,067][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,067][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,074][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-28 11:52:14,075][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:14,374][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:14,377][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,382][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:14,398][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:52:14,421][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:52:14,479][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:52:14,569][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:52:14,582][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-28 11:52:14,588][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:52:14,703][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-28 11:52:14,720][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:52:14,745][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:52:14,779][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-28 11:52:14,881][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-28 11:52:14,882][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-28 11:52:14,894][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-28 11:52:14,966][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-28 11:52:14,966][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-28 11:52:14,972][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-28 11:52:15,005][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,009][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,011][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,012][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,018][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,022][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,024][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,026][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,028][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,029][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,039][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,049][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:52:15,049][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:52:15,053][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:52:15,058][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:52:15,108][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-28 11:52:15,133][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:52:15,149][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-28 11:52:15,166][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:52:15,167][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:52:15,183][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-28 11:52:15,270][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:52:15,278][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:52:15 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:52:15,279][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:15,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,676][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,677][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,677][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,678][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:15,683][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-28 11:52:15,683][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-28 11:52:15,692][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-28 11:52:15,693][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-28 11:52:15,694][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-28 11:52:15,695][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-28 11:52:15,695][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-28 11:52:15,696][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-28 11:52:15,697][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-28 11:52:15,698][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-28 11:52:15,698][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-28 11:52:15,700][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-28 11:52:15,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-28 11:52:15,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-28 11:52:15,704][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-28 11:52:15,705][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-28 11:52:15,705][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-28 11:52:15,706][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-28 11:52:15,707][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-28 11:52:15,708][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-28 11:52:15,713][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:52:15,765][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:52:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,879][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7c0817a] -[DEBUG][2015-08-28 11:52:15,885][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a43dcca] -[INFO][2015-08-28 11:52:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:52:15,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:52:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:52:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:52:15,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:52:15,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,996][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:15,997][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,998][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,998][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,999][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,002][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,003][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,004][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,004][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,010][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,011][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,011][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,012][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,014][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:52:16,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,503][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:52:16,534][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:16,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,549][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,550][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,567][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,627][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:52:16,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,648][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,671][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,671][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,709][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,709][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,715][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,715][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:16,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:16,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:16,750][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,750][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:16,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,760][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:16,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:16,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:16,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:52:16,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,983][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,983][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,984][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,984][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,985][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,985][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,986][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,986][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,988][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,988][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,989][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,989][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,990][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,990][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,991][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,991][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,993][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,993][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,994][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,994][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:52:17,004][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:52:17,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:52:17,268][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:17,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:52:17,496][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-28 11:52:17,497][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-28 11:52:17,502][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-28 11:52:17,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:17,759][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:52:17,760][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:52:17,762][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:52:17,764][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:52:17,765][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:52:17,766][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,766][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,917][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:52:17,918][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:52:17,919][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,920][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:52:17,921][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:52:17,922][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,922][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,923][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:52:17,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,925][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:52:17,925][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:52:17,926][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:52:17,926][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:52:17,928][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,929][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,930][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:52:17,930][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:52:17,931][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:52:17,931][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:52:17,932][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:52:17,932][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:52:17,933][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:52:17,934][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:52:17,935][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:52:17,935][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:52:17,936][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:52:17,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:52:17,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:17,938][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:52:17,939][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:52:17,939][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:17,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:52:17,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:52:17,941][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:52:17,943][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:17,944][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:52:17,945][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:52:17,946][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:17,947][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,947][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,948][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:17,949][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:52:17,949][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:52:17,950][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,968][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:52:17,969][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:52:17,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:17,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,972][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,974][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-28 11:52:17,977][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,978][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,978][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,979][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:52:17,980][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:52:17,981][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:17,982][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,982][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,983][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:17,984][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:52:17,984][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:52:17,985][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:52:17,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:52:17,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:52:17,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,990][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:52:17,990][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:52:17,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:52:17,992][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:52:17,992][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:52:17,994][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-28 11:52:17,995][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,995][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,996][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-28 11:52:17,998][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:52:17,999][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:52:17,999][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:52:18,000][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:52:18,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:52:18,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-28 11:52:18,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:52:18,003][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:52:18,004][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,005][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:52:18,005][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:52:18,006][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-28 11:52:18,008][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:52:18,008][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:52:18,009][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:52:18,010][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:52:18,010][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:52:18,011][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,013][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:52:18,013][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:52:18,014][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,015][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:52:18,015][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:52:18,016][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-28 11:52:18,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:52:18,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:52:18,019][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,020][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:52:18,022][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:52:18,024][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:52:18,025][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:52:18,026][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:52:18,026][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,027][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:52:18,027][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:52:18,028][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-28 11:52:18,029][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:18,030][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:18,031][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-28 11:52:18,032][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:52:18,032][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:52:18,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:18,034][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:52:18,034][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:52:18,036][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-28 11:52:18,037][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:18,037][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:18,038][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,039][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:52:18,040][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:52:18,040][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,041][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:52:18,042][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:52:18,043][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-28 11:52:18,044][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:52:18,044][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:52:18,045][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:52:18,046][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,047][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,047][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,050][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,051][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,055][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,056][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,057][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,059][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,061][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,062][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,065][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,066][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,068][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,070][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,072][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,073][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,075][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,076][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,080][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,081][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,083][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,084][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,086][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,087][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,089][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,090][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,120][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:52:19,457][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:52:19,522][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:52:19,610][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:52:19,659][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:52:19,757][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:52:19,828][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:52:19,967][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:52:20,060][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:52:20,121][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:52:20,177][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:52:20,387][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:52:20,441][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:52:20,508][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:52:20,561][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:52:20,634][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:52:20,674][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:52:20,783][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:52:20,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:20,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:52:20,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:20,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:20,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:52:20,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:52:20,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:52:20,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:20,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:20,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:52:20,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:52:20,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:20,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:20,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:52:20,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:20,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:52:20,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:52:20,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:20,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:20,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,887][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:52:20,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:20,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:20,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:52:20,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,990][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,991][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,994][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:52:20,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:21,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,053][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,057][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@35d858d9] -[DEBUG][2015-08-28 11:52:21,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:52:21,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,099][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,099][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:52:21,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:21,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,129][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:52:21,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:52:21,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,145][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,145][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,150][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5ad4a242] -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,166][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:52:21,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:52:21,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,186][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,187][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@113c53c8] -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:52:21,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,212][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,214][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,214][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@a7e872c] -[DEBUG][2015-08-28 11:52:21,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:52:21,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,234][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:52:21,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,243][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,244][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:52:21,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,278][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,280][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,280][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5fecff21] -[DEBUG][2015-08-28 11:52:21,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:52:21,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,312][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:52:21,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,325][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,327][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,328][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5c608f6e] -[DEBUG][2015-08-28 11:52:21,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,343][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:52:21,343][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@cf55979] -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,360][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,360][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@1547cbc9] -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:52:21,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,387][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,389][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,390][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,390][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@34b81ee] -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,403][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:52:21,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,404][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:52:21,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,413][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,414][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@17840db8] -[DEBUG][2015-08-28 11:52:21,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:52:21,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,442][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,443][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:52:21,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:21,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,464][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,466][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,466][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@2e06de7e] -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:21,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:21,485][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@b70de0f] -[DEBUG][2015-08-28 11:52:21,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:52:21,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:21,494][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:52:21,495][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:52:21,495][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:52:21,496][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,497][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:52:21,498][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,502][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:52:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,511][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,563][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:52:21,575][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,603][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:52:21,604][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:52:21,610][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1ae78d87] will be managed by Spring -[DEBUG][2015-08-28 11:52:21,623][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]==> Preparing: update hot_search set is_display=1 where hot_id=? -[DEBUG][2015-08-28 11:52:21,865][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:52:21,919][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]<== Updates: 1 -[DEBUG][2015-08-28 11:52:21,920][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:52:21,920][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,921][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,922][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:52:22,045][com.changyu.test.HotSearchTest]{"message":"修改成功","status":"success"} -[DEBUG][2015-08-28 11:52:22,046][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:52:22,047][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:22,052][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:52:22,056][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:52:15 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:52:22,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:22,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:52:22,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:22,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:22,060][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:22,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:52:22,062][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:52:22,062][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-28 11:52:22,066][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:54:01,382][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:54:01,502][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@74b9121c declaringClass = 'com.changyu.test.HotSearchTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:01,509][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,514][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:54:01,587][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,588][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,591][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,591][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,602][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,602][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,613][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-28 11:54:01,614][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:01,852][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:01,855][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,859][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,860][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:01,874][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:01,874][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,875][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,875][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:54:01,897][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:54:01,948][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:54:02,033][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:54:02,046][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-28 11:54:02,055][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:54:02,182][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-28 11:54:02,199][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:54:02,221][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:54:02,255][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-28 11:54:02,350][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-28 11:54:02,351][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-28 11:54:02,363][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-28 11:54:02,454][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-28 11:54:02,455][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-28 11:54:02,462][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-28 11:54:02,510][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,514][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,515][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,517][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,523][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,530][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,531][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,534][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,536][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,538][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,548][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,559][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:54:02,559][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:54:02,565][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:54:02,570][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:54:02,619][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-28 11:54:02,629][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:54:02,650][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-28 11:54:02,673][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:54:02,676][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:54:02,693][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-28 11:54:02,772][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:54:02,780][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@34521982: startup date [Fri Aug 28 11:54:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:54:02,781][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@34521982: org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:02,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:02,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:02,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:03,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:03,211][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,212][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,212][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,213][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-28 11:54:03,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-28 11:54:03,226][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-28 11:54:03,229][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-28 11:54:03,230][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-28 11:54:03,231][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-28 11:54:03,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-28 11:54:03,233][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-28 11:54:03,233][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-28 11:54:03,238][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-28 11:54:03,239][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-28 11:54:03,239][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-28 11:54:03,240][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-28 11:54:03,242][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-28 11:54:03,243][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-28 11:54:03,244][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-28 11:54:03,245][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-28 11:54:03,249][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-28 11:54:03,250][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-28 11:54:03,251][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-28 11:54:03,255][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,260][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,260][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:54:03,301][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:54:03,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,462][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@18fab9c1] -[DEBUG][2015-08-28 11:54:03,474][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@24141978] -[INFO][2015-08-28 11:54:03,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:03,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:03,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:54:03,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:54:03,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:54:03,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:03,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:03,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:54:03,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,594][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,595][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,596][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,597][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,599][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,599][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,603][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,604][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,607][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,608][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,608][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,609][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,614][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,619][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,619][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,620][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,620][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:54:04,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,190][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:54:04,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:54:04,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:04,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,224][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,224][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,306][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:54:04,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:54:04,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:54:04,346][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,347][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,348][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:04,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:04,373][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,376][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,385][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:04,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:04,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,396][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:04,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:54:04,407][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,407][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,409][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,419][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:04,429][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,429][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,431][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,439][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:04,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,455][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,462][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:04,467][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,467][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,468][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,476][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:04,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:04,484][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,484][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,485][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:54:04,492][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,492][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,493][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:04,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:04,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:04,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:54:04,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,748][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,749][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,750][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,752][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,753][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,753][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,754][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,755][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,756][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,757][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,757][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,759][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,763][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:54:04,772][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:54:04,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:54:05,041][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:54:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:54:05,310][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-28 11:54:05,310][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-28 11:54:05,316][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-28 11:54:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:05,557][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:54:05,557][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:54:05,559][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:54:05,561][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:54:05,562][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:54:05,563][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,563][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,713][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:54:05,713][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:54:05,715][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,715][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:54:05,716][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:54:05,717][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,719][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,719][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:54:05,720][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,721][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:54:05,722][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:54:05,723][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:54:05,724][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:54:05,725][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,725][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,726][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:54:05,726][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:54:05,727][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:54:05,728][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:54:05,729][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:54:05,730][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:54:05,731][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:54:05,731][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:54:05,732][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:54:05,732][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,733][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:54:05,733][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:54:05,734][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,735][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:54:05,735][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:54:05,736][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,736][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,737][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:54:05,737][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,738][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,739][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:54:05,739][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:54:05,740][org.apache.ibatis.io.ResolverUtil]Reader entry: 3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,741][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:54:05,742][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:54:05,744][org.apache.ibatis.io.ResolverUtil]Reader entry: 3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,745][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,745][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,746][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,747][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:54:05,748][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:54:05,749][org.apache.ibatis.io.ResolverUtil]Reader entry: 3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,750][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:54:05,751][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:54:05,752][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,753][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,753][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,754][org.apache.ibatis.io.ResolverUtil]Reader entry: 3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-28 11:54:05,757][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,757][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,758][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,760][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:54:05,760][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:54:05,761][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,762][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,763][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,764][org.apache.ibatis.io.ResolverUtil]Reader entry: 3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,765][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:54:05,766][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:54:05,767][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:54:05,768][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:54:05,769][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:54:05,772][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,773][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:54:05,774][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:54:05,775][org.apache.ibatis.io.ResolverUtil]Reader entry: 3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:54:05,776][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:54:05,776][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:54:05,778][org.apache.ibatis.io.ResolverUtil]Reader entry: 3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-28 11:54:05,779][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,780][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,781][org.apache.ibatis.io.ResolverUtil]Reader entry: 30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-28 11:54:05,782][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,782][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,783][org.apache.ibatis.io.ResolverUtil]Reader entry: 3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-28 11:54:05,784][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:54:05,785][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:54:05,786][org.apache.ibatis.io.ResolverUtil]Reader entry: 3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:54:05,787][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:54:05,787][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:54:05,788][org.apache.ibatis.io.ResolverUtil]Reader entry: 3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-28 11:54:05,790][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:54:05,790][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:54:05,792][org.apache.ibatis.io.ResolverUtil]Reader entry: 3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,811][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:54:05,811][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:54:05,813][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-28 11:54:05,820][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:54:05,820][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:54:05,822][org.apache.ibatis.io.ResolverUtil]Reader entry: 3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:54:05,823][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:54:05,823][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:54:05,824][org.apache.ibatis.io.ResolverUtil]Reader entry: 3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,825][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:54:05,825][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:54:05,826][org.apache.ibatis.io.ResolverUtil]Reader entry: 3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,827][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:54:05,827][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:54:05,828][org.apache.ibatis.io.ResolverUtil]Reader entry: 3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-28 11:54:05,830][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:54:05,830][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:54:05,831][org.apache.ibatis.io.ResolverUtil]Reader entry: 3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,832][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,833][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,833][org.apache.ibatis.io.ResolverUtil]Reader entry: 3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:54:05,834][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:54:05,835][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:54:05,835][org.apache.ibatis.io.ResolverUtil]Reader entry: 3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,837][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:54:05,838][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:54:05,839][org.apache.ibatis.io.ResolverUtil]Reader entry: 3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-28 11:54:05,840][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,840][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,841][org.apache.ibatis.io.ResolverUtil]Reader entry: 3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,843][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:54:05,843][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:54:05,844][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,845][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:54:05,845][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:54:05,847][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-28 11:54:05,848][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,848][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,849][org.apache.ibatis.io.ResolverUtil]Reader entry: 3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,851][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,851][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,853][org.apache.ibatis.io.ResolverUtil]Reader entry: 3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,854][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:54:05,854][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:54:05,856][org.apache.ibatis.io.ResolverUtil]Reader entry: 3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-28 11:54:05,857][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,857][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,858][org.apache.ibatis.io.ResolverUtil]Reader entry: 3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:54:05,860][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,861][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,862][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,862][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,864][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,865][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,866][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,869][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,871][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,873][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,874][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,888][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,890][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,892][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,898][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,901][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,903][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,905][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,906][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,908][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,912][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,914][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,919][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,920][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,922][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,947][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:54:07,211][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:54:07,281][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:54:07,375][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:54:07,421][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:54:07,516][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:54:07,585][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:54:07,733][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:54:07,822][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:54:07,876][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:54:07,926][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:54:08,120][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:54:08,170][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:54:08,216][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:54:08,280][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:54:08,341][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:54:08,378][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:54:08,484][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:54:08,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:54:08,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:54:08,529][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:08,531][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:54:08,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:08,533][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:08,536][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:08,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:54:08,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:54:08,541][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:54:08,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:54:08,544][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,549][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:54:08,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:54:08,551][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:54:08,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:08,555][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:54:08,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:08,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:54:08,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:54:08,565][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:54:08,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,615][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:54:08,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:54:08,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,696][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:54:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,761][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,764][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@59ab77f8] -[DEBUG][2015-08-28 11:54:08,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,795][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:54:08,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:54:08,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:54:08,797][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:54:08,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:54:08,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,817][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,818][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:54:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,843][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,843][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:54:08,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:08,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,871][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:54:08,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,874][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,875][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3abbafc7] -[DEBUG][2015-08-28 11:54:08,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:54:08,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:54:08,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,901][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:54:08,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,919][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,920][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@30b078b0] -[DEBUG][2015-08-28 11:54:08,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,933][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:54:08,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,934][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:54:08,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,945][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:54:08,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,949][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,949][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@756b9292] -[DEBUG][2015-08-28 11:54:08,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:54:08,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:08,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,011][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:54:09,012][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:54:09,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,023][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,027][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,027][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@6f9435] -[DEBUG][2015-08-28 11:54:09,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:54:09,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:54:09,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:54:09,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,064][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:54:09,064][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:54:09,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,065][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:54:09,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,077][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,077][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:54:09,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,091][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,091][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@18a25fa3] -[DEBUG][2015-08-28 11:54:09,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,104][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:54:09,104][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5ffcb67] -[DEBUG][2015-08-28 11:54:09,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:54:09,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,122][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,122][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@7192943d] -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:54:09,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,147][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,151][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,152][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@651e5313] -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:54:09,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,170][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:54:09,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,184][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,187][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,188][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@643d12f] -[DEBUG][2015-08-28 11:54:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:09,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:54:09,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,217][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:54:09,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:09,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,239][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:54:09,240][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:54:09,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,250][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,252][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,252][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@5e893e53] -[DEBUG][2015-08-28 11:54:09,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:54:09,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:09,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:09,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:09,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:54:09,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:09,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:09,279][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1985828e] -[DEBUG][2015-08-28 11:54:09,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:54:09,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:09,292][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:54:09,292][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:54:09,293][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:54:09,294][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,296][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:09,297][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:54:09,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,313][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,367][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:09,380][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,408][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:09,409][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:09,414][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:09,426][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Preparing: update hot_search set is_display=0 where hot_id=? -[DEBUG][2015-08-28 11:54:09,674][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:54:09,714][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]<== Updates: 1 -[DEBUG][2015-08-28 11:54:09,715][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:54:09,715][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,716][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,717][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:54:09,852][com.changyu.test.HotSearchTest]{"message":"޸ijɹ","status":"success"} -[DEBUG][2015-08-28 11:54:09,854][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:09,854][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,859][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:09,861][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-28 11:54:09,862][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@302ff81c declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,865][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,865][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,866][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,866][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:09,867][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:09,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:09,878][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-28 11:54:09,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:09,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:09,880][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-28 11:54:09,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:09,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:09,883][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-28 11:54:09,884][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:09,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:09,885][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,891][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,892][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:09,893][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:09,897][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:09,897][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:09,897][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:09,898][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-08-28 11:54:09,912][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,011][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,012][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-28 11:54:10,013][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:10,013][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:10,013][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,014][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,015][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,015][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,016][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,016][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,016][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]==> Preparing: select admin_phone from orders where together_id=? limit 1 -[DEBUG][2015-08-28 11:54:10,017][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]==> Parameters: 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,074][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,074][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-08-28 11:54:10,075][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,075][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,075][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,076][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = testGetUserPhoneAndAdminPhoneByTogetherId@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,076][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = testGetUserPhoneAndAdminPhoneByTogetherId@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,077][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,077][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,078][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,093][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,093][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,096][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,097][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-28 11:54:10,098][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] for JDBC transaction -[DEBUG][2015-08-28 11:54:10,099][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] to manual commit -[DEBUG][2015-08-28 11:54:10,128][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,129][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,129][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,129][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 where together_id=? -[DEBUG][2015-08-28 11:54:10,132][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 3.0(Double), 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,150][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 6 -[DEBUG][2015-08-28 11:54:10,150][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} enter cache -[DEBUG][2015-08-28 11:54:10,150][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,150][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-28 11:54:10,151][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] -[DEBUG][2015-08-28 11:54:10,201][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,201][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,224][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] after transaction -[DEBUG][2015-08-28 11:54:10,224][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,225][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,226][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,226][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,227][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,231][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,245][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = testWebHooks@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/model/Webhooks, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,246][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = testWebHooks@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/model/Webhooks, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,253][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,254][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,255][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,255][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,256][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,256][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,257][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,259][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,262][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,263][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,263][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,264][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,264][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,264][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]==> Preparing: select campus_id,campus_name,open_time,close_time,close_reason,status from campus where campus_id = ( select campus_id from orders where order_id=? and phone = ? limit 1 ) -[DEBUG][2015-08-28 11:54:10,272][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]==> Parameters: 1429972027467(String), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,304][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,305][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20004} enter cache -[DEBUG][2015-08-28 11:54:10,305][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,305][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,305][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,445][com.changyu.test.orderTest]campus is{"campusId":1,"campusName":"ݴѧУ","closeReason":"ʦ","closeTime":46800000,"openTime":61000,"status":1} -[DEBUG][2015-08-28 11:54:10,456][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,457][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,457][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,458][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,458][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,458][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]==> Preparing: update orders set status=1,message=?,reserve_time=?, together_id=?,rank=?,together_date=Now(), pay_way=?, price=? ,total_price=? where order_id=? And phone=? -[DEBUG][2015-08-28 11:54:10,464][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]==> Parameters: մʹ(String), ʹ(String), 188965548801440734050261(String), 1427691760293(String), 1(Short), 105.0(Float), 1000.5(Float), 1429972027467(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,513][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]<== Updates: 1 -[DEBUG][2015-08-28 11:54:10,514][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20005} enter cache -[DEBUG][2015-08-28 11:54:10,514][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,514][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,514][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,516][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,516][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,516][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,517][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,517][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,517][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]==> Preparing: select order_id, phone, create_time, status, price, order_count,together_id, is_remarked, tag, food_id,rank from orders where order_id = ? AND phone = ? -[DEBUG][2015-08-28 11:54:10,519][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]==> Parameters: 1429972027467(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,563][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,564][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20006} enter cache -[DEBUG][2015-08-28 11:54:10,564][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,564][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,564][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,565][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,566][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,566][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,566][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,567][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,567][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-08-28 11:54:10,568][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: 6(Integer), 6(Integer), 10145(Long), 1(Integer) -[DEBUG][2015-08-28 11:54:10,594][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]<== Updates: 1 -[DEBUG][2015-08-28 11:54:10,594][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20007} enter cache -[DEBUG][2015-08-28 11:54:10,594][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,595][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,595][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:54:10,595][com.changyu.test.orderTest]1 -[INFO][2015-08-28 11:54:10,595][com.changyu.test.orderTest]flag is1 -[DEBUG][2015-08-28 11:54:10,607][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = changeOrderStatus2Buy@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/exception/PingppException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,608][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = changeOrderStatus2Buy@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/exception/PingppException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,609][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,611][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,613][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,614][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,615][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,689][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,689][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,689][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,690][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Preparing: select distinct together_id from orders WHERE phone = ? and together_id is not null and orders.tag=1 and status = ? group by together_id order by together_date DESC -[DEBUG][2015-08-28 11:54:10,698][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Parameters: 18896554880(String), 1(Integer) -[DEBUG][2015-08-28 11:54:10,727][com.changyu.foryou.mapper.OrderMapper.getTogetherId]<== Total: 20 -[DEBUG][2015-08-28 11:54:10,728][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20008} enter cache -[DEBUG][2015-08-28 11:54:10,728][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,728][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,729][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,733][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,733][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,733][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,734][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,734][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,734][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,740][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440733097982(String) -[DEBUG][2015-08-28 11:54:10,790][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:10,791][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20009} enter cache -[DEBUG][2015-08-28 11:54:10,791][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,792][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,792][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,793][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,793][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,793][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,794][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,794][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,794][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,796][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440661293654(String) -[DEBUG][2015-08-28 11:54:10,829][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:10,830][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,830][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,830][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,831][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,831][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,831][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,832][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,832][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,832][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,833][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440661252515(String) -[DEBUG][2015-08-28 11:54:10,876][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,877][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,877][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,877][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,878][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,878][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,878][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,879][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,879][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,879][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,880][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440654727076(String) -[DEBUG][2015-08-28 11:54:10,937][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,938][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,938][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,938][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,939][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,939][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,939][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,940][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,940][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,941][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,942][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440654223716(String) -[DEBUG][2015-08-28 11:54:10,968][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,969][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,970][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,970][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,970][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,971][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:10,971][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,971][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,972][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,972][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,973][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440646423798(String) -[DEBUG][2015-08-28 11:54:11,034][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,035][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:11,036][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:11,036][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,036][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,037][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,037][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,038][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,038][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,039][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,043][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440646370196(String) -[DEBUG][2015-08-28 11:54:11,160][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 3 -[DEBUG][2015-08-28 11:54:11,162][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,162][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,163][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,163][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,163][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,164][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,164][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,164][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,165][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440645258922(String) -[DEBUG][2015-08-28 11:54:11,318][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,319][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,319][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,319][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,320][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,320][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,320][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,321][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,321][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,321][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,322][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440642029086(String) -[DEBUG][2015-08-28 11:54:11,351][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,352][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,352][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,353][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,353][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,353][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,353][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,354][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,354][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,354][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,355][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440644121000(String) -[DEBUG][2015-08-28 11:54:11,410][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,411][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,411][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,411][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,412][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,412][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,412][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,413][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,413][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,413][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,414][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640717556(String) -[DEBUG][2015-08-28 11:54:11,448][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,450][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,451][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,452][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,452][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,452][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,453][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,453][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640696862(String) -[DEBUG][2015-08-28 11:54:11,482][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,483][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,483][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,484][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,484][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,484][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,485][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,486][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,486][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,486][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,487][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640405709(String) -[DEBUG][2015-08-28 11:54:11,507][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,508][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,508][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,509][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,509][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,509][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,510][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,510][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,510][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,513][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,513][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640358598(String) -[DEBUG][2015-08-28 11:54:11,541][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,542][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,542][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,543][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,543][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,543][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,544][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,545][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,545][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,545][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,546][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640322494(String) -[DEBUG][2015-08-28 11:54:11,575][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,576][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,576][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,576][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,577][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,578][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,578][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,579][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,579][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,579][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,580][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640200849(String) -[DEBUG][2015-08-28 11:54:11,612][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:11,613][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,614][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,615][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,615][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,616][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,616][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,616][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,617][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,617][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,617][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440580145712(String) -[DEBUG][2015-08-28 11:54:11,643][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,644][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,644][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,644][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,645][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,645][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,645][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,646][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,646][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,646][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,647][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440580090414(String) -[DEBUG][2015-08-28 11:54:11,677][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,677][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,678][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,679][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,679][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,679][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,680][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,680][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440577198000(String) -[DEBUG][2015-08-28 11:54:11,712][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,714][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,714][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,714][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,715][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,715][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,715][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,716][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,716][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,716][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,717][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440578981000(String) -[DEBUG][2015-08-28 11:54:11,750][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,751][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,751][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,751][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,888][com.changyu.test.orderTest]Ϊ:==================={"message":"ȡɹ","orderList":[{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10626,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430749998501-711514390.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"׸ 100g","orderCount":1,"orderId":1440731450749,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-28","totalPrice":17.3},{"campusId":1,"discountPrice":1.8,"foodId":20103,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1428304424264313988450.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿڿԭζװ300ml","orderCount":1,"orderId":1440694341476,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-28","totalPrice":17.3}],"status":1,"togetherDate":"2015-08-28","togetherId":"188965548801440733097982"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":2,"orderId":1440660099000,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-27","totalPrice":24},{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":2,"orderId":1440660094,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-27","totalPrice":24}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440661293654"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440660564114,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-27","totalPrice":9}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440661252515"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.2,"foodId":10104,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429978829607-341552924.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţװ","orderCount":8,"orderId":1440654712959,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":17}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440654727076"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":4,"foodId":20310,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14309657657171830327889.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"550ml","orderCount":6,"orderId":1440653976440,"payWay":1,"price":5,"status":1,"togetherDate":"2015-08-27","totalPrice":21}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440654223716"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":19,"foodId":10625,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719698852-475732699.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ţ˾ 170g","orderCount":1,"orderId":1440646397643,"payWay":1,"price":21,"status":1,"togetherDate":"2015-08-27","totalPrice":19}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440646423798"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":17,"foodId":10624,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719651816-660583872.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"÷ 280g","orderCount":1,"orderId":1440644377888,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7},{"campusId":1,"discountPrice":2.2,"foodId":10139,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429026956640-393821874.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţ116˴װ","orderCount":1,"orderId":1440644145769,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7},{"campusId":1,"discountPrice":2.2,"foodId":10104,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429978829607-341552924.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţװ","orderCount":1,"orderId":1440644086950,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440646370196"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":5,"foodId":10504,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356805592-29297593.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"500 â֭ 490ml","orderCount":1,"orderId":1440645256860,"payWay":1,"price":6,"status":1,"togetherDate":"2015-08-27","totalPrice":5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440645258922"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.3,"foodId":10103,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429979019787-2094260834.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ͳһ̳ţװ","orderCount":8,"orderId":1440641768228,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":2.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440642029086"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.5,"foodId":10707,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430902128800-2091261796.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"2 ɽ","orderCount":1,"orderId":1440644121000,"payWay":1,"price":3,"status":1,"togetherDate":"2015-08-27","totalPrice":2.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440644121000"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6.5,"foodId":10721,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430929793390366766376.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ũȦ 70g ","orderCount":1,"orderId":1440640711287,"payWay":1,"price":7.5,"status":1,"togetherDate":"2015-08-27","totalPrice":6.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640717556"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":7.5,"foodId":10507,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430357505520-2117877345.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"7Dâ 100g","orderCount":1,"orderId":1440640691932,"payWay":1,"price":8.5,"status":1,"togetherDate":"2015-08-27","totalPrice":7.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640696862"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10626,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430749998501-711514390.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"׸ 100g","orderCount":1,"orderId":1440640404063,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-27","totalPrice":15.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640405709"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440640354206,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-27","totalPrice":9}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640358598"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":5,"foodId":10504,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356805592-29297593.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"500 â֭ 490ml","orderCount":1,"orderId":1440640317304,"payWay":1,"price":6,"status":1,"togetherDate":"2015-08-27","totalPrice":5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640322494"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10623,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719607184-1238184999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"С 280g","orderCount":1,"orderId":1440583898741,"payWay":1,"price":18,"status":1,"togetherDate":"2015-08-27","totalPrice":34.5},{"campusId":1,"discountPrice":19,"foodId":10625,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719698852-475732699.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ţ˾ 170g","orderCount":1,"orderId":1440583619618,"payWay":1,"price":21,"status":1,"togetherDate":"2015-08-27","totalPrice":34.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640200849"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":7.5,"foodId":10507,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430357505520-2117877345.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"7Dâ 100g","orderCount":1,"orderId":1440580139867,"payWay":1,"price":8.5,"status":1,"togetherDate":"2015-08-26","totalPrice":7.5}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440580145712"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440580065363,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-26","totalPrice":9}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440580090414"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":1,"orderId":1440576983,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-26","totalPrice":0.1}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440577198000"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10501,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356518035-1968529639.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":" ݮţ200ml ","orderCount":1,"orderId":1440578968,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-26","totalPrice":100}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440578981000"}],"status":"success"} -[DEBUG][2015-08-28 11:54:11,911][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:11,911][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,912][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:11,912][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:11,913][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,914][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:11,915][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:11,917][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,918][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,918][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:11,919][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,919][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,919][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,920][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Preparing: select preferential_id, need_number, discount_num ,campus_id from preferential where campus_id=? order by need_number desc -[DEBUG][2015-08-28 11:54:11,921][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-28 11:54:11,974][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-28 11:54:11,975][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20010} enter cache -[DEBUG][2015-08-28 11:54:11,975][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:11,989][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] from current transaction -[DEBUG][2015-08-28 11:54:11,990][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id,order_count from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-28 11:54:11,991][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1440642075330(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:12,018][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-28 11:54:12,018][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20011} enter cache -[DEBUG][2015-08-28 11:54:12,019][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:12,019][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-28 11:54:12,019][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:12,019][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,020][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,020][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,022][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@13c93f78 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,023][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.receiverTest]. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@5a23a052 declaringClass = 'com.changyu.test.receiverTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.receiverTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,026][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,026][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,027][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,027][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,035][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.receiverTest': AutowiredMethodElement for public void com.changyu.test.receiverTest.setReceiverService(com.changyu.foryou.service.ReceiverService) -[DEBUG][2015-08-28 11:54:12,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:54:12,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.receiverTest' to bean named 'receiverService' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,042][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,043][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.ReceiverServiceImpl.deleteByPrimaryKey]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-28 11:54:12,044][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] for JDBC transaction -[DEBUG][2015-08-28 11:54:12,044][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] to manual commit -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:12,077][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]==> Preparing: update receiver set is_out=1 where rank = ? and phone_id = ? -[DEBUG][2015-08-28 11:54:12,078][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]==> Parameters: 1439974693011(String), 18896554880(String) -[DEBUG][2015-08-28 11:54:12,119][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]<== Updates: 0 -[DEBUG][2015-08-28 11:54:12,119][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20012} enter cache -[DEBUG][2015-08-28 11:54:12,119][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,119][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-28 11:54:12,120][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] -[DEBUG][2015-08-28 11:54:12,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,178][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] after transaction -[DEBUG][2015-08-28 11:54:12,179][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,179][com.changyu.test.receiverTest]========================={"message":"ɾַʧܣ","status":"failure"}================================== -[DEBUG][2015-08-28 11:54:12,179][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = deleteReceiver@receiverTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,180][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = deleteReceiver@receiverTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,181][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@76a40e67 testClass = receiverTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,184][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.userTest]. -[DEBUG][2015-08-28 11:54:12,185][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@49727c8e declaringClass = 'com.changyu.test.userTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,185][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.userTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,187][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,187][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.userTest': AutowiredMethodElement for public void com.changyu.test.userTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.userTest' to bean named 'orderService' -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.userTest': AutowiredMethodElement for public void com.changyu.test.userTest.setUserservice(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.userTest' to bean named 'userService' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,201][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,217][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:12,218][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,220][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-08-28 11:54:12,220][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:12,221][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:12,221][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:12,221][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]==> Preparing: select phone, password, type, nickname, img_url, last_login_date,create_time,sex,academy,qq,weixin from users where phone=? and password=? -[DEBUG][2015-08-28 11:54:12,223][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]==> Parameters: 18896554880(String), fcea920f7412b5da7be0cf42b8c93759(String) -[DEBUG][2015-08-28 11:54:12,243][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]<== Total: 0 -[DEBUG][2015-08-28 11:54:12,243][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20013} enter cache -[DEBUG][2015-08-28 11:54:12,244][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,244][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,244][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,244][com.changyu.test.userTest]==================={"message":"ʧܣԭ","status":"failure"}====================================================== -[DEBUG][2015-08-28 11:54:12,245][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = changePassword@userTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,245][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = changePassword@userTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,246][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,247][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.versionTest]. -[DEBUG][2015-08-28 11:54:12,247][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@16303561 declaringClass = 'com.changyu.test.versionTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.versionTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,250][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,250][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,251][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,256][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,257][com.changyu.test.versionTest]================================={"android_version":"1.1.0","ios_version":"1.0.1","message":"ȡ汾ųɹ","status":"success"}============================================= -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = getVersion@versionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = getVersion@versionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4bd56a24 testClass = versionTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:54:12,262][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@34521982: startup date [Fri Aug 28 11:54:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:54:12,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:54:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:12,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest, com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'receiverService': [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:12,267][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:12,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:54:12,269][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:54:12,269][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20004} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20005} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20006} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20007} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20008} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20009} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20010} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20011} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20012} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20013} exit cache -[INFO][2015-08-28 11:54:12,282][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-29 16:39:40,925][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-29 16:39:41,281][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@683267dd declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-29 16:39:41,427][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,437][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-29 16:39:41,746][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,747][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,759][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,760][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,763][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,764][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,771][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,771][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,779][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-29 16:39:41,779][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:42,291][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:42,294][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,298][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,299][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:42,349][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:42,349][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,350][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,350][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-29 16:39:42,372][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-29 16:39:42,613][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-29 16:39:43,002][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-29 16:39:43,021][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-29 16:39:43,024][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-29 16:39:43,236][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-29 16:39:43,265][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-29 16:39:43,300][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-29 16:39:43,393][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-29 16:39:43,513][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-29 16:39:43,513][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-29 16:39:43,551][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-29 16:39:43,656][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-29 16:39:43,657][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-29 16:39:43,663][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-29 16:39:43,704][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,708][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,709][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,711][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,716][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,720][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,721][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,722][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,724][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,725][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,735][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,744][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-29 16:39:43,744][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-29 16:39:43,807][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-29 16:39:43,811][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-29 16:39:43,864][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-29 16:39:43,889][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-29 16:39:43,905][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-29 16:39:43,923][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-29 16:39:43,924][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-29 16:39:43,939][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-29 16:39:44,041][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-29 16:39:44,083][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@25e01f19: startup date [Sat Aug 29 16:39:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-29 16:39:44,084][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@25e01f19: org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:44,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,703][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:44,704][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:44,705][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:44,705][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:44,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-29 16:39:44,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-29 16:39:44,729][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-29 16:39:44,730][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-29 16:39:44,737][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-29 16:39:44,740][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-29 16:39:44,741][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-29 16:39:44,742][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-29 16:39:44,743][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-29 16:39:44,743][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-29 16:39:44,744][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-29 16:39:44,761][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-29 16:39:44,761][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-29 16:39:44,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-29 16:39:44,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-29 16:39:44,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-29 16:39:44,781][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-29 16:39:44,782][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-29 16:39:44,783][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-29 16:39:44,784][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-29 16:39:44,788][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,812][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,812][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:44,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:44,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-29 16:39:44,852][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-29 16:39:44,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:45,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:45,100][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2aa58b64] -[DEBUG][2015-08-29 16:39:45,106][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5baf53f3] -[INFO][2015-08-29 16:39:45,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-29 16:39:45,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-29 16:39:45,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-29 16:39:45,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-29 16:39:45,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-29 16:39:45,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,223][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,223][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,224][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,224][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,226][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,227][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,227][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,228][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,228][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,233][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,237][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,238][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,239][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,239][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-29 16:39:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,912][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,176][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-29 16:39:46,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,222][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,226][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,226][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,231][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,231][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,243][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,243][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,253][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,253][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,283][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,283][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,290][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,290][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:46,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:46,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,633][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,637][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,641][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-29 16:39:46,656][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-29 16:39:46,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-29 16:39:47,340][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:47,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:47,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-29 16:39:47,586][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-29 16:39:47,586][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-29 16:39:47,660][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-29 16:39:47,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:48,173][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-29 16:39:48,173][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-29 16:39:48,176][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-29 16:39:48,177][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-29 16:39:48,178][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-29 16:39:48,179][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,180][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,479][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-29 16:39:48,480][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-29 16:39:48,481][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,482][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-29 16:39:48,482][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-29 16:39:48,483][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,483][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,484][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-29 16:39:48,494][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,494][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-29 16:39:48,495][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-29 16:39:48,495][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-29 16:39:48,496][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-29 16:39:48,497][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,497][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,498][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-29 16:39:48,499][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-29 16:39:48,499][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-29 16:39:48,500][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-29 16:39:48,500][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-29 16:39:48,501][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-29 16:39:48,501][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-29 16:39:48,502][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-29 16:39:48,504][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-29 16:39:48,505][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,505][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-29 16:39:48,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-29 16:39:48,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-29 16:39:48,513][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-29 16:39:48,514][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,514][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,515][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-29 16:39:48,515][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-29 16:39:48,517][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,518][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-29 16:39:48,519][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-29 16:39:48,520][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,520][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,521][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,521][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,536][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-29 16:39:48,537][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-29 16:39:48,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,539][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-29 16:39:48,539][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-29 16:39:48,540][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,541][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,541][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,542][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-29 16:39:48,543][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,543][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,544][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,545][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-29 16:39:48,545][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-29 16:39:48,564][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,565][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,565][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,567][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-29 16:39:48,567][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-29 16:39:48,568][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-29 16:39:48,569][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-29 16:39:48,569][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-29 16:39:48,572][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,573][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-29 16:39:48,573][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-29 16:39:48,574][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-29 16:39:48,575][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-29 16:39:48,575][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-29 16:39:48,576][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-29 16:39:48,577][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,578][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-29 16:39:48,580][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,580][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,581][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-29 16:39:48,582][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-29 16:39:48,582][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-29 16:39:48,583][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-29 16:39:48,584][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-29 16:39:48,584][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-29 16:39:48,585][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-29 16:39:48,586][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-29 16:39:48,586][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-29 16:39:48,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-29 16:39:48,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-29 16:39:48,590][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-29 16:39:48,591][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-29 16:39:48,591][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-29 16:39:48,593][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-29 16:39:48,594][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-29 16:39:48,594][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-29 16:39:48,595][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,596][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-29 16:39:48,596][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-29 16:39:48,597][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,598][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-29 16:39:48,598][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-29 16:39:48,623][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-29 16:39:48,624][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-29 16:39:48,625][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-29 16:39:48,626][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,627][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,627][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,628][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-29 16:39:48,628][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-29 16:39:48,629][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-29 16:39:48,629][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,630][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-29 16:39:48,631][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-29 16:39:48,632][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-29 16:39:48,633][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,633][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,634][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,635][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-29 16:39:48,635][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-29 16:39:48,648][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,650][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-29 16:39:48,650][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-29 16:39:48,651][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-29 16:39:48,653][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,653][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,655][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,656][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,656][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,657][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,658][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-29 16:39:48,658][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-29 16:39:48,660][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-29 16:39:48,661][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,661][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,662][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-29 16:39:48,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,670][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,671][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,674][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,676][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,677][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,678][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,682][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,689][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,691][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,693][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,694][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,695][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,699][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,699][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,701][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,702][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,704][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,705][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,707][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,709][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,710][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,712][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,742][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-29 16:39:50,228][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-29 16:39:50,315][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-29 16:39:50,420][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-29 16:39:50,480][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-29 16:39:50,603][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-29 16:39:50,677][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-29 16:39:50,825][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-29 16:39:50,911][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-29 16:39:51,012][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-29 16:39:51,094][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-29 16:39:51,316][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-29 16:39:51,382][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-29 16:39:51,450][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-29 16:39:51,525][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-29 16:39:51,630][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-29 16:39:51,712][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-29 16:39:51,861][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-29 16:39:51,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-29 16:39:51,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:51,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:51,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:51,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:51,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-29 16:39:51,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-29 16:39:51,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:51,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:51,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-29 16:39:51,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:51,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-29 16:39:51,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-29 16:39:51,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-29 16:39:51,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-29 16:39:51,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:51,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:51,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-29 16:39:51,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,998][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:52,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-29 16:39:52,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,167][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,172][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@382a6c5e] -[DEBUG][2015-08-29 16:39:52,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-29 16:39:52,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-29 16:39:52,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:52,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,222][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-29 16:39:52,223][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-29 16:39:52,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,237][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,237][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-29 16:39:52,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,251][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-29 16:39:52,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,255][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,255][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2e781d9e] -[DEBUG][2015-08-29 16:39:52,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-29 16:39:52,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-29 16:39:52,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,293][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,294][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@2a59375] -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-29 16:39:52,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,320][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,320][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@47955387] -[DEBUG][2015-08-29 16:39:52,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-29 16:39:52,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-29 16:39:52,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:52,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-29 16:39:52,378][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-29 16:39:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,392][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,392][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4d62193b] -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,414][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-29 16:39:52,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,423][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,424][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-29 16:39:52,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,434][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,436][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,437][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5925910c] -[DEBUG][2015-08-29 16:39:52,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,449][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-29 16:39:52,449][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@49a01787] -[DEBUG][2015-08-29 16:39:52,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,485][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,485][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@12542011] -[DEBUG][2015-08-29 16:39:52,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-29 16:39:52,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,498][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-29 16:39:52,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-29 16:39:52,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,512][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,514][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,514][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@2faab9a1] -[DEBUG][2015-08-29 16:39:52,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-29 16:39:52,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,535][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,538][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,539][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@5befaa07] -[DEBUG][2015-08-29 16:39:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,563][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-29 16:39:52,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,572][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-29 16:39:52,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,591][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,593][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,593][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6dff4890] -[DEBUG][2015-08-29 16:39:52,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-29 16:39:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:52,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:52,613][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6d456c6a] -[DEBUG][2015-08-29 16:39:52,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-29 16:39:52,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:52,621][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-29 16:39:52,621][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-29 16:39:52,622][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-29 16:39:52,622][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,624][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-29 16:39:52,624][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-29 16:39:52,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-29 16:39:52,634][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-29 16:39:52,634][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-29 16:39:52,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-29 16:39:52,636][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-29 16:39:52,637][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-29 16:39:52,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-29 16:39:52,640][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-29 16:39:52,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,651][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,705][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-29 16:39:52,731][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] for JDBC transaction -[DEBUG][2015-08-29 16:39:52,771][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] to manual commit -[DEBUG][2015-08-29 16:39:52,856][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-29 16:39:52,868][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:52,886][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] will be managed by Spring -[DEBUG][2015-08-29 16:39:52,898][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-08-29 16:39:53,178][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 3.0(Double), ch_TuDqzDrnHW9Ka94KeTbT88i1(String), 153651867351430139990413(String) -[DEBUG][2015-08-29 16:39:53,202][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 6 -[DEBUG][2015-08-29 16:39:53,203][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-29 16:39:53,203][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,203][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-29 16:39:53,204][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] -[DEBUG][2015-08-29 16:39:53,468][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,469][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,494][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] after transaction -[DEBUG][2015-08-29 16:39:53,498][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-29 16:39:53,500][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-29 16:39:53,501][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:53,509][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@709e635d testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-29 16:39:53,516][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@25e01f19: startup date [Sat Aug 29 16:39:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-29 16:39:53,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:53,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-29 16:39:53,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:53,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:53,538][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:53,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-29 16:39:53,542][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-29 16:39:53,544][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-29 16:39:53,555][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:32:57,488][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@5cde0ca9 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:32:57,738][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:32:57,766][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:32:57,782][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:32:57,813][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:32:57,829][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:32:57,829][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:32:57,891][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:32:57,907][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:32:57,907][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:32:57,938][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:32:58,094][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:32:58,094][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:32:58,110][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:32:58,126][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:32:58,126][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:32:58,173][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 12 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:32:58,173][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@4b7bd154: startup date [Tue Sep 22 16:32:58 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:32:58,173][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@4b7bd154: org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:32:58,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:32:58,423][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,469][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@edebef9] -[DEBUG][2015-09-22 16:32:58,469][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f2f65c1] -[INFO][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:32:58,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,766][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,813][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[INFO][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[ERROR][2015-09-22 16:32:59,438][org.springframework.test.context.TestContextManager]Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@3e481e39] to prepare test instance [com.changyu.test.orderTest@70b85020] -java.lang.IllegalStateException: Failed to load ApplicationContext - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157) - at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:103) - at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:73) - at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:313) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) - at org.junit.runners.ParentRunner.run(ParentRunner.java:309) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174) - at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) - at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:306) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1120) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:106) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:57) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:248) - at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:124) - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:148) - ... 24 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550) - at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303) - ... 40 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 55 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1486) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 65 more -Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) - at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307) - at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:344) - at javax.naming.InitialContext.lookup(InitialContext.java:411) - at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154) - at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178) - at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95) - at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105) - at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201) - at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1545) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1483) - ... 72 more -[DEBUG][2015-09-22 16:32:59,518][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@242120c6 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 16:34:12,940][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@6d6564ae declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,081][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:34:13,081][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:13,284][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:34:13,307][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:34:13,344][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:34:13,391][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:34:13,391][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:34:13,406][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:34:13,500][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:34:13,516][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:34:13,531][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:34:13,547][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:34:13,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:34:13,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:34:13,625][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:34:13,670][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:34:13,670][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:34:13,686][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:34:13,780][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:34:13,780][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:34:13,795][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:34:13,811][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:34:13,811][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:34:13,827][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:34:13,873][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:34:13,873][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@6322e802: startup date [Tue Sep 22 16:34:13 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:34:13,889][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@6322e802: org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:13,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:14,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:14,125][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,125][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:34:14,188][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,250][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@60e347be] -[DEBUG][2015-09-22 16:34:14,250][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@20ba6b1b] -[INFO][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:34:14,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:34:14,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:34:14,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,616][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,679][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:34:14,960][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:34:14,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:34:15,101][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:15,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:34:15,241][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:34:15,241][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:34:15,257][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:34:15,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:15,366][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:34:15,381][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,616][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:34:16,741][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:34:16,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:34:16,819][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:34:16,850][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:34:16,897][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:34:16,913][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:34:16,975][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:34:17,022][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:34:17,053][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:34:17,069][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:34:17,100][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:34:17,194][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:34:17,225][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:34:17,256][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:34:17,288][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:34:17,335][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:34:17,350][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:34:17,413][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,553][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7ae8e1ef] -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,600][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2d4bc050] -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,616][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3fa39595] -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,631][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7799b411] -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,647][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@14981bc4] -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,678][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@523f31f2] -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52877c09] -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@57dd1619] -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@51557949] -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4789faf3] -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,725][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@56d39b53] -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,741][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2b394d3] -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,756][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:34:17,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,759][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@54af4009] -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18948fd9] -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:34:17,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,821][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,837][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:17,837][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:17,884][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:17,884][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:17,884][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:17,884][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Preparing: select together_id from orders WHERE phone = ? and together_id is not null and orders.tag=1 and status = ? group by together_id order by together_date DESC -[DEBUG][2015-09-22 16:34:17,993][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Parameters: 18896554880(String), 1(Integer) -[DEBUG][2015-09-22 16:34:18,118][com.changyu.foryou.mapper.OrderMapper.getTogetherId]<== Total: 5 -[DEBUG][2015-09-22 16:34:18,118][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:34:18,118][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:18,118][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:18,134][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,212][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,212][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,212][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,212][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442813575248(String) -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,290][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442814151643(String) -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442803210037(String) -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442837406690(String) -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442802300334(String) -[DEBUG][2015-09-22 16:34:18,462][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,462][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,462][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,477][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,743][com.changyu.test.orderTest]订单为:==================={"message":"获取订单成功","orderList":[{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.9,"foodId":20203,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1428305602553-1538601109.jpg","isDiscount":0,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"统一阿萨姆奶茶500ml","orderCount":2,"orderId":1442751588474,"payWay":1,"price":3.6,"status":1,"togetherDate":"2015-09-21","totalPrice":7.2}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442813575248"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10501,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356518035-1968529639.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"乐天 草莓牛奶200ml 韩国进口","orderCount":1,"orderId":1442814146145,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-09-21","totalPrice":6}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442814151643"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":0.5,"foodId":10720,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14309296001041947988435.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"咪咪","orderCount":6,"orderId":1442733735606,"payWay":1,"price":0.7,"status":1,"togetherDate":"2015-09-21","totalPrice":3}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442803210037"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":4,"foodId":10705,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430901199762-2001051792.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"好丽友蛋黄派 2枚/盒 46g","orderCount":4,"orderId":1442593870000,"payWay":1,"price":5,"status":1,"togetherDate":"2015-09-21","totalPrice":4}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442837406690"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":0.1,"foodId":10101,"imageUrl":"http://120.26.76.252:8080/ForyouImage/food/1441692617704-262708770.jpg","isDiscount":0,"isFullDiscount":1,"isRemarked":0,"message":"所有食品都是绿色食品","name":"小当家干脆面","orderCount":2,"orderId":1442801617931,"payWay":1,"price":0.1,"status":1,"togetherDate":"2015-09-21","totalPrice":0.2}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442802300334"}],"status":"success"} -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@b233fdf testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:34:18,759][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@6322e802: startup date [Tue Sep 22 16:34:13 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:34:18,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 16:34:18,762][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:34:18,762][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:34:18,762][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:43:35,327][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:43:35,358][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@8d59f1 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:43:35,374][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,374][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:35,561][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:43:35,593][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:43:35,608][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:43:35,640][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:43:35,655][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:43:35,655][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:43:35,718][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:43:35,733][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:43:35,749][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:43:35,765][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:43:35,890][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:43:35,905][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:43:35,905][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:43:35,921][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:43:35,935][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:43:35,967][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:43:35,998][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:43:36,013][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@117c323d: startup date [Tue Sep 22 16:43:35 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:43:36,013][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@117c323d: org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:36,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:43:36,217][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:43:36,217][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:43:36,263][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,310][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7e6cb446] -[DEBUG][2015-09-22 16:43:36,310][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2b499ae] -[INFO][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,388][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:43:36,904][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:43:36,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:43:37,022][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:37,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,506][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:43:38,803][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:43:38,849][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:43:38,896][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:43:38,927][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:43:38,958][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:43:38,989][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:43:39,052][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:43:39,083][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:43:39,114][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:43:39,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:43:39,161][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:43:39,271][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:43:39,302][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:43:39,318][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:43:39,364][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:43:39,411][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:43:39,443][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:43:39,505][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,646][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,646][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@4f4950f3] -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,693][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@483edb6b] -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,708][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@cb189d7] -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,724][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@bfd056f] -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,739][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@e46eb6c] -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,786][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@32e8310d] -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3ce05d33] -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@73d5f05f] -[DEBUG][2015-09-22 16:43:39,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@428dd156] -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@33ba8c36] -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@5e7a92ad] -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@5befaa07] -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,878][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3d953a4e] -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@416ffc2a] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:43:40,129][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"SG0mnjTD3jAHimbvDKjnXLC9","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@37364f2f testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:43:40,129][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@117c323d: startup date [Tue Sep 22 16:43:35 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 16:43:40,145][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:47:55,283][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@1bf0f793 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:55,642][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:55,650][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,650][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,651][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:47:55,651][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:47:55,682][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:47:55,734][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:47:55,749][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:47:55,749][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:47:55,843][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:47:55,859][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:47:55,874][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:47:55,905][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:47:55,968][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:47:55,968][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:47:55,984][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:47:56,015][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:47:56,015][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:47:56,030][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:47:56,046][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,046][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,077][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,077][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:47:56,077][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:47:56,093][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:47:56,093][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:47:56,140][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:47:56,140][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:47:56,155][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:47:56,234][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:47:56,249][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:47:56 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:47:56,249][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1ad8ce8f: org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:47:56,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,499][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:47:56,515][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:47:56,577][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,640][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12afa082] -[DEBUG][2015-09-22 16:47:56,640][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ed56fe5] -[INFO][2015-09-22 16:47:56,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:47:56,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:47:57,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,078][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:47:57,344][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:47:57,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:47:57,500][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,080][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:47:59,744][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:47:59,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:47:59,835][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:47:59,851][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:47:59,898][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:47:59,929][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:48:00,023][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:48:00,070][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:48:00,101][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:48:00,132][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:48:00,163][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:48:00,288][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:48:00,320][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:48:00,351][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:48:00,398][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:48:00,460][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:48:00,492][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:48:00,570][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5c608f6e] -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,757][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:48:00,768][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:48:00,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,770][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@34882718] -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,786][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@155f28dc] -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,801][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@73d5f05f] -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,832][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@428dd156] -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,879][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@7ebce5be] -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,911][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@56ddcc4] -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:48:00,926][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@16c775c5] -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@31153b19] -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@2aaf1a01] -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,957][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@276b557d] -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,973][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@24fc484d] -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:01,004][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@49c2de5c] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@562ce5a2] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,051][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:48:01,301][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"188965548801442732341211","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusRefundSuccess]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] for JDBC transaction -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] to manual commit -[DEBUG][2015-09-22 16:48:01,379][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:48:01,379][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:01,395][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] will be managed by Spring -[DEBUG][2015-09-22 16:48:01,395][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Preparing: update orders set status=11 where together_id=? -[DEBUG][2015-09-22 16:48:01,504][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Parameters: 188965548801442732341211(String) -[DEBUG][2015-09-22 16:48:01,801][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]<== Updates: 1 -[DEBUG][2015-09-22 16:48:01,814][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:48:01,816][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:01,816][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 16:48:01,816][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] -[DEBUG][2015-09-22 16:48:03,847][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:03,855][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:05,017][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] after transaction -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] will be managed by Spring -[DEBUG][2015-09-22 16:48:05,026][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-09-22 16:48:05,042][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 188965548801442732341211(String) -[DEBUG][2015-09-22 16:48:06,242][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-09-22 16:48:06,254][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:48:06,254][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:06,254][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:06,254][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@45b020b1 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:48:06,254][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:47:56 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:48:06,272][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 16:48:06,272][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:48:06,272][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:48:06,272][cn.jpush.api.common.connection.NativeHttpClient]Created instance with _maxRetryTimes = 5 -[INFO][2015-09-22 16:48:06,272][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:50:07,769][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@1bf0f793 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,867][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:50:07,867][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:08,025][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,025][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:50:08,056][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:50:08,087][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:50:08,197][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:50:08,212][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:50:08,212][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:50:08,228][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:50:08,337][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:50:08,343][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:50:08,343][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:50:08,362][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,364][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:50:08,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:50:08,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:50:08,456][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:50:08,488][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:50:08,503][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:50:08 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:50:08,503][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1ad8ce8f: org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:50:08,714][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:50:08,760][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,807][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12afa082] -[DEBUG][2015-09-22 16:50:08,807][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ed56fe5] -[INFO][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:50:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,104][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,151][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,417][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,422][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,422][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:50:09,423][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:50:09,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:50:09,579][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:50:09,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,079][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,111][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:50:11,001][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:50:11,052][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:50:11,083][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:50:11,115][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:50:11,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:50:11,177][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:50:11,255][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:50:11,287][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:50:11,318][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:50:11,349][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:50:11,380][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:50:11,490][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:50:11,521][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:50:11,552][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:50:11,583][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:50:11,630][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:50:11,646][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:50:11,724][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,880][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,880][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7ae8e1ef] -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,927][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2d4bc050] -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,958][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3fa39595] -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,974][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7799b411] -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,990][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@14981bc4] -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,005][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,026][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@523f31f2] -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,062][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52877c09] -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:50:12,065][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@57dd1619] -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@51557949] -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4789faf3] -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@56d39b53] -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2b394d3] -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,144][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@54af4009] -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18948fd9] -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:50:12,394][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"188965548801442732410331","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusRefundSuccess]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] for JDBC transaction -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] to manual commit -[DEBUG][2015-09-22 16:50:12,440][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:50:12,440][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,456][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] will be managed by Spring -[DEBUG][2015-09-22 16:50:12,456][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Preparing: update orders set status=11 where together_id=? -[DEBUG][2015-09-22 16:50:12,565][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Parameters: 188965548801442732410331(String) -[DEBUG][2015-09-22 16:50:12,581][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]<== Updates: 1 -[DEBUG][2015-09-22 16:50:12,581][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:50:12,581][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,581][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 16:50:12,581][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] -[DEBUG][2015-09-22 16:50:12,628][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,628][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] after transaction -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:50:12,644][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:50:12,644][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:50:12,659][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:50:12,659][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] will be managed by Spring -[DEBUG][2015-09-22 16:50:12,659][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-09-22 16:50:12,675][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 188965548801442732410331(String) -[DEBUG][2015-09-22 16:50:12,753][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-09-22 16:50:12,753][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:50:12,753][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,753][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,753][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@b233fdf testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:50:12,769][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:50:08 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 16:50:12,769][cn.jpush.api.common.connection.NativeHttpClient]Created instance with _maxRetryTimes = 5 -[DEBUG][2015-09-22 16:50:12,769][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:50:12,769][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:50:12,769][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:30:52,958][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:30:53,002][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:30:53,005][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,007][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:30:53,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,053][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,054][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,057][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:30:53,057][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:30:53,209][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,211][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,213][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,214][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:30:53,236][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:30:53,263][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:30:53,297][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:30:53,302][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:30:53,305][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:30:53,382][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:30:53,395][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:30:53,410][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:30:53,427][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:30:53,473][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:30:53,473][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:30:53,479][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:30:53,518][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:30:53,518][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:30:53,523][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:30:53,536][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,538][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,540][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,541][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,542][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,544][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,546][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,547][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,548][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,549][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,550][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,551][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,555][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,560][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:30:53,560][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:30:53,562][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:30:53,564][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:30:53,593][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:30:53,597][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:30:53,609][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:30:53,622][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:30:53,629][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:30:53,668][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 12 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:30:53,672][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:30:53 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:30:53,672][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:30:53,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,871][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:53,874][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:30:53,875][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:30:53,880][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:30:53,881][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:30:53,882][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:30:53,883][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:30:53,884][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:30:53,884][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:30:53,886][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:30:53,887][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:30:53,889][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:30:53,890][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:30:53,891][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:30:53,892][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:30:53,893][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:30:53,894][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:30:53,895][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:30:53,896][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:30:53,897][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:30:53,898][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:30:53,899][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:30:53,903][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:30:53,928][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:30:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,972][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5bcc22a] -[DEBUG][2015-09-22 17:30:53,975][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3b870737] -[INFO][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:30:53,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:53,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:53,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:30:54,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,037][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,037][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,038][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,038][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,039][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,039][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,044][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,046][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,046][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,047][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,047][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:30:54,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,291][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:30:54,300][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,309][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,309][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,317][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,332][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,369][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,392][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,410][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,416][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,429][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,434][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,442][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,453][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,475][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,492][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,493][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,498][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,503][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,510][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,514][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,514][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,528][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,532][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,533][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,539][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,548][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,554][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,559][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,561][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,569][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,579][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,594][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,596][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,597][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,599][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,602][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,604][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,607][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,610][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,613][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,618][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,627][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,631][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,642][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,645][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,663][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,666][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,673][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,685][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,690][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,691][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,700][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,703][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,705][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,707][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,709][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,711][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,713][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,723][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,756][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,759][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,763][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,774][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,779][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,781][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,789][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,793][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,798][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,801][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,816][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,818][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,821][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,825][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,828][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,832][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,835][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,846][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,853][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,869][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,872][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,906][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,911][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,916][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,917][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,928][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,942][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,967][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[INFO][2015-09-22 17:30:54,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[ERROR][2015-09-22 17:30:54,971][org.springframework.test.context.TestContextManager]Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@110d42fa] to prepare test instance [com.changyu.test.orderTest@7da833d4] -java.lang.IllegalStateException: Failed to load ApplicationContext - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157) - at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:103) - at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:73) - at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:313) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) - at org.junit.runners.ParentRunner.run(ParentRunner.java:309) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174) - at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) - at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:306) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1120) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:106) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:57) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:248) - at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:124) - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:148) - ... 24 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550) - at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303) - ... 40 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 55 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1486) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 65 more -Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) - at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307) - at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:344) - at javax.naming.InitialContext.lookup(InitialContext.java:411) - at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154) - at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178) - at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95) - at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105) - at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201) - at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1545) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1483) - ... 72 more -[DEBUG][2015-09-22 17:30:55,066][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@64576529 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:31:32,789][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:31:32,829][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:31:32,831][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,833][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:31:32,871][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,871][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,873][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,874][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,874][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,875][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,878][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,878][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,881][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:31:32,881][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:33,041][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,044][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,046][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,046][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,053][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,053][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,054][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,054][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:31:33,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:31:33,084][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:31:33,118][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:31:33,123][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:31:33,126][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:31:33,189][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:31:33,202][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:31:33,213][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:31:33,232][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:31:33,287][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:31:33,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:31:33,294][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:31:33,332][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:31:33,333][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:31:33,336][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:31:33,354][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,357][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,359][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,360][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,361][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,363][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,365][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,365][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,367][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,368][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,369][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,379][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:31:33,379][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:31:33,381][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:31:33,383][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:31:33,412][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:31:33,417][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:31:33,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:31:33,435][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:31:33,436][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:31:33,442][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:31:33,493][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:31:33,497][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:31:33 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:31:33,498][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,702][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:31:33,706][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:31:33,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:31:33,710][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:31:33,711][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:31:33,711][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:31:33,712][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:31:33,713][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:31:33,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:31:33,715][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:31:33,715][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:31:33,716][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:31:33,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:31:33,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:31:33,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:31:33,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:31:33,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:31:33,721][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:31:33,722][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:31:33,722][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:31:33,723][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:31:33,725][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,727][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,727][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:31:33,744][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:31:33,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,801][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@44d2702e] -[DEBUG][2015-09-22 17:31:33,805][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1d506b04] -[INFO][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:31:33,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,862][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,862][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,865][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,869][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,871][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,871][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:31:34,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,100][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,116][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,116][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,124][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,124][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,148][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:31:34,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,171][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,367][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,367][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,369][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,371][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,371][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:31:34,378][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:31:34,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:31:34,499][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:31:34,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:31:34,611][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:31:34,615][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:31:34,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,725][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:31:34,725][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:31:34,726][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:31:34,726][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,800][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:31:34,801][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:31:34,802][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:31:34,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:31:34,804][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,808][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,808][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:31:34,816][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:31:34,817][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:31:34,817][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,820][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,821][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:31:34,821][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:31:34,823][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,824][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,824][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,825][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,827][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:31:34,827][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,829][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,829][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:31:34,830][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:31:34,830][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:31:34,831][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:31:34,831][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:31:34,832][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,833][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:31:34,833][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:31:34,835][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:31:34,835][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,836][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,836][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:31:34,837][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,837][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,839][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:31:34,840][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:31:34,840][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:31:34,841][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:31:34,842][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:31:34,842][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:31:34,844][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:31:34,845][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:31:34,845][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:31:34,847][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:31:34,848][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:31:34,848][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:31:34,849][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:31:34,850][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:31:34,850][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:31:34,854][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,854][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:31:34,855][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:31:34,856][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:31:34,857][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:31:34,857][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,859][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:31:34,859][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:31:34,860][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:31:34,860][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,861][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:31:34,861][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:31:34,862][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:31:34,863][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,863][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,864][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,864][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:31:34,865][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:31:34,866][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,867][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:31:34,867][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:31:34,869][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:31:34,870][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,870][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,871][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,872][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,872][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,873][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,874][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:31:34,874][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:31:34,876][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:31:34,877][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:31:34,877][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:31:34,878][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:31:34,879][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,879][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,880][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:31:34,881][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,882][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,885][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,886][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,886][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,888][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,889][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,890][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,891][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,893][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,893][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,894][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,894][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,896][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,898][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,901][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,902][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,905][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,908][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,911][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,911][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,914][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,953][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:31:35,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:31:35,831][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:31:35,863][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:31:35,890][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:31:35,941][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:31:35,971][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:31:36,043][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:31:36,084][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:31:36,117][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:31:36,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:31:36,173][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:31:36,313][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:31:36,356][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:31:36,389][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:31:36,441][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:31:36,496][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:31:36,519][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:31:36,584][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:31:36,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,628][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:31:36,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,728][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,729][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3126a494] -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:31:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:31:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,749][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:31:36,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,758][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:31:36,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,770][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:31:36,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:36,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,785][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:31:36,785][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,787][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,787][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@16b772db] -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:31:36,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,801][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:31:36,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,808][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,808][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3d62a997] -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:31:36,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,820][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,822][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@34882718] -[DEBUG][2015-09-22 17:31:36,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:31:36,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:31:36,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,837][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,837][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1547cbc9] -[DEBUG][2015-09-22 17:31:36,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,851][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:31:36,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,860][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:31:36,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,889][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,889][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3e888183] -[DEBUG][2015-09-22 17:31:36,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:31:36,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,905][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:31:36,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,913][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,913][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@4641e51b] -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,923][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:31:36,924][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@39484118] -[DEBUG][2015-09-22 17:31:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:31:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,929][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:31:36,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,931][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:31:36,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,933][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,933][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@49a01787] -[DEBUG][2015-09-22 17:31:36,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,943][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,943][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@5105457d] -[DEBUG][2015-09-22 17:31:36,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:31:36,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,958][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@71811179] -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:31:36,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,967][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,968][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@64dc803f] -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,986][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:31:36,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:31:36,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,991][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,993][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,993][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@12f51e5b] -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:37,006][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@68d0db31] -[DEBUG][2015-09-22 17:31:37,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:31:37,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,012][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:31:37,012][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:31:37,013][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:31:37,014][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,015][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:31:37,015][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,023][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:31:37,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:31:37,024][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:31:37,024][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:31:37,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:31:37,027][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:31:37,028][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:31:37,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:31:37,029][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,038][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,172][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:31:37,174][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] for JDBC transaction -[DEBUG][2015-09-22 17:31:37,179][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] to manual commit -[DEBUG][2015-09-22 17:31:37,245][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,250][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,257][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,263][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:31:37,367][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,392][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 0 -[DEBUG][2015-09-22 17:31:37,392][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:31:37,392][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,393][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:31:37,393][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] -[DEBUG][2015-09-22 17:31:37,455][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,455][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,471][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] after transaction -[DEBUG][2015-09-22 17:31:37,472][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,473][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,473][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,474][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,475][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,475][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,475][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:31:37,478][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,512][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 0 -[DEBUG][2015-09-22 17:31:37,512][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:31:37,513][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,513][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,513][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,514][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,514][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,514][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,515][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,515][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,515][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Preparing: select campus_id from orders where together_id=? limit 1 -[DEBUG][2015-09-22 17:31:37,537][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Parameters: 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,555][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]<== Total: 0 -[DEBUG][2015-09-22 17:31:37,555][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:31:37,556][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,556][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,556][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,557][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:31:37,557][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,558][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,558][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37c3a1bc] -[DEBUG][2015-09-22 17:31:37,560][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-09-22 17:31:37,560][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,560][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,560][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,561][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Preparing: select phone from users where type=0 and campus_id=? -[DEBUG][2015-09-22 17:31:37,561][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2e8da86e testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:31:37,562][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Parameters: null -[INFO][2015-09-22 17:31:37,563][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:31:33 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:31:37,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:31:37,565][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 17:31:37,566][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:36:00,397][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:36:00,437][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:36:00,439][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,441][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:36:00,477][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,478][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,479][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,479][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,481][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,482][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,484][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,485][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,488][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:36:00,489][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:00,642][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:00,644][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,645][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,646][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,655][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:36:00,665][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:36:00,692][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:00,724][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:36:00,730][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:36:00,732][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:36:00,798][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:36:00,807][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:36:00,818][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:00,837][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:36:00,889][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:36:00,890][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:36:00,896][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:36:00,931][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:36:00,931][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:36:00,936][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:36:00,954][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,957][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,959][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,960][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,961][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,963][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,966][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,966][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,967][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,968][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,969][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,970][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,975][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,979][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:36:00,979][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:36:00,982][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:00,984][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:36:01,015][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:36:01,020][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:36:01,028][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:36:01,037][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:01,038][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:36:01,045][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:36:01,093][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:36:01,096][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:36:01 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:36:01,097][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:01,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,298][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,299][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,299][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,300][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,302][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:36:01,302][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:36:01,309][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:36:01,311][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:36:01,312][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:36:01,313][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:36:01,314][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:36:01,315][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:36:01,315][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:36:01,316][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:36:01,316][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:36:01,317][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:36:01,318][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:36:01,318][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:36:01,319][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:36:01,319][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:36:01,320][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:36:01,321][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:36:01,322][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:36:01,322][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:36:01,323][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:36:01,330][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,333][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,336][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,336][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:36:01,358][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,411][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@61c2eee6] -[DEBUG][2015-09-22 17:36:01,414][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7e1907d1] -[INFO][2015-09-22 17:36:01,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:36:01,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:36:01,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:36:01,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,471][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,471][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,472][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,474][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,479][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:36:01,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,724][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,750][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,750][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,779][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,788][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,788][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:01,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:01,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,977][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:36:01,982][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:36:02,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:36:02,111][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:02,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:36:02,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:36:02,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:36:02,291][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:36:02,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:02,429][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:36:02,429][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:36:02,430][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:36:02,431][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,489][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:36:02,489][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,492][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:36:02,492][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:36:02,496][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:36:02,497][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:36:02,499][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:36:02,500][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:36:02,501][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:36:02,503][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,504][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:36:02,505][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:36:02,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,506][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:36:02,511][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:36:02,512][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:36:02,512][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:36:02,514][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,516][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:36:02,516][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:36:02,517][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,518][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:36:02,518][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,520][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:36:02,521][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,521][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,522][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:36:02,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,525][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,526][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:36:02,526][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:36:02,530][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,530][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:36:02,531][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:36:02,533][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:36:02,534][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,534][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,535][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:36:02,535][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,536][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,536][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:36:02,537][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,539][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:36:02,540][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:36:02,540][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:36:02,541][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:36:02,542][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:36:02,542][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:36:02,544][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:36:02,545][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:36:02,546][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:36:02,547][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:36:02,548][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:36:02,548][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:36:02,549][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,550][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:36:02,551][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:36:02,552][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:36:02,552][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:36:02,553][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:36:02,554][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:36:02,556][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:36:02,556][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:36:02,557][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,559][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:36:02,559][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:36:02,560][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,561][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:36:02,561][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:36:02,563][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,564][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,564][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:36:02,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,567][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:36:02,567][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:36:02,569][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:36:02,569][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,570][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,573][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,574][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:36:02,575][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:36:02,576][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,578][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:36:02,578][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:36:02,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:36:02,580][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,581][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,582][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,583][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,583][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,584][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,585][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:36:02,585][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:36:02,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:36:02,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:36:02,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,592][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:36:02,593][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,594][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,597][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,598][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,599][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,600][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,601][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,602][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,603][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,607][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,608][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,609][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,610][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,611][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,612][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,613][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,614][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,615][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,616][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,617][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,617][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,618][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,619][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,620][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,621][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,622][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,624][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,625][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,626][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,627][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,660][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:36:04,275][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:36:04,323][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:36:04,365][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:36:04,397][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:36:04,439][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:36:04,465][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:36:04,539][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:36:04,573][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:36:04,607][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:36:04,641][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:36:04,665][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:36:04,771][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:36:04,794][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:36:04,819][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:36:04,847][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:36:04,897][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:36:04,916][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:36:05,003][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:36:05,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:36:05,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:36:05,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,057][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:36:05,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,073][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,157][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,159][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2e781d9e] -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:36:05,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,186][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,186][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:36:05,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,196][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,196][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:36:05,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,209][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,210][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@32e8310d] -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:36:05,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,227][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:36:05,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,234][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3993f896] -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,245][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7ef4e077] -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,256][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,258][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,258][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@357fe851] -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:36:05,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:36:05,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:36:05,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,274][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:36:05,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,309][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@37a06d64] -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:36:05,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,324][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,324][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:36:05,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,333][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,333][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5e7a92ad] -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:36:05,341][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1faa05dd] -[DEBUG][2015-09-22 17:36:05,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,346][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:36:05,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,349][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@3e522509] -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,357][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,357][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@3f1cf257] -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,362][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,368][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,369][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@50eb8271] -[DEBUG][2015-09-22 17:36:05,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:36:05,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,379][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,380][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@36f8008d] -[DEBUG][2015-09-22 17:36:05,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,387][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,400][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:36:05,400][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:36:05,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,407][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,409][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,410][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@283627bd] -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,424][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@574f9db7] -[DEBUG][2015-09-22 17:36:05,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:36:05,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,429][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:36:05,430][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:36:05,430][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:36:05,431][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,432][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:36:05,432][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,439][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:36:05,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:36:05,446][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,454][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,582][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:36:05,585][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] for JDBC transaction -[DEBUG][2015-09-22 17:36:05,591][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] to manual commit -[DEBUG][2015-09-22 17:36:05,720][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:05,730][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:05,742][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:05,752][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:36:05,866][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:36:05,978][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:36:05,978][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:36:05,978][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:05,978][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:36:05,979][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] -[DEBUG][2015-09-22 17:36:06,064][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:06,065][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:06,164][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] after transaction -[DEBUG][2015-09-22 17:36:06,165][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,166][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:06,166][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,167][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:36:06,168][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:36:06,169][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:06,169][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:36:06,171][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:36:06,264][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:36:06,265][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,266][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:06,267][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,268][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:36:06,268][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:36:06,268][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:06,268][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:36:06,271][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:36:06,321][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,338][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,339][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:36:06,339][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:36:06,340][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:06,343][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:36:06,352][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:06,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:36:06,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:36:06,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,371][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,371][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,388][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,388][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,389][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:36:06,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,392][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:36:06,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,403][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,403][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,414][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,418][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,426][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,426][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,427][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,427][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,431][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:36:06,432][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:36:06,432][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:36:01", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:36:06,436][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@7ed8e54c]: name is 'MySQL' -[DEBUG][2015-09-22 17:36:06,438][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:36:06,439][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:36:06,440][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,441][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:36:06,441][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,441][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,442][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:36:06,442][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:06,448][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@32502055 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:36:06,453][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:36:01 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:36:06,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:06,456][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:06,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:36:06,457][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:36:06,461][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:39:22,107][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:39:22,148][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@e7f4211 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:39:22,151][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,153][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:39:22,191][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,191][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,193][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,193][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,194][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,194][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,197][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,197][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,200][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:39:22,201][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:22,360][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:22,361][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,363][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,363][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:39:22,382][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:39:22,406][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:22,438][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:39:22,443][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:39:22,446][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:39:22,513][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:39:22,524][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:39:22,538][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:22,555][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:39:22,608][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:39:22,609][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:39:22,615][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:39:22,651][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:39:22,651][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:39:22,656][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:39:22,672][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,674][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,677][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,678][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,679][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,681][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,682][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,683][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,684][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,685][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,686][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,687][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,692][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,697][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:39:22,697][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:39:22,700][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:22,702][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:39:22,726][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:39:22,729][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:39:22,737][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:39:22,748][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:22,749][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:39:22,756][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:39:22,804][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:39:22,808][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3f8e347: startup date [Tue Sep 22 17:39:22 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:39:22,809][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3f8e347: org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:22,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:22,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:23,005][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,005][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,006][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,006][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,008][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:39:23,009][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:39:23,013][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:39:23,017][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:39:23,018][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:39:23,019][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:39:23,020][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:39:23,021][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:39:23,022][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:39:23,024][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:39:23,025][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:39:23,025][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:39:23,026][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:39:23,027][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:39:23,028][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:39:23,029][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:39:23,031][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:39:23,031][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:39:23,033][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:39:23,034][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:39:23,035][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:39:23,038][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:39:23,061][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:39:23,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,112][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a9b74df] -[DEBUG][2015-09-22 17:39:23,114][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1007ce08] -[INFO][2015-09-22 17:39:23,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:39:23,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:39:23,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:39:23,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,170][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,170][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,174][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,174][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,175][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,175][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,176][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,176][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,177][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,177][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:39:23,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,415][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:23,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,472][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,528][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,529][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,534][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,544][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:23,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:23,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:39:23,683][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:39:23,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:39:23,800][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,918][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:39:23,918][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:39:23,922][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:39:23,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:24,028][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:39:24,028][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:39:24,029][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:39:24,030][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:39:24,030][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:39:24,031][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,031][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,092][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:39:24,093][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:39:24,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:39:24,094][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,094][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:39:24,095][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:39:24,095][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,096][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,096][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:39:24,097][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,097][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:39:24,098][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:39:24,098][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:39:24,102][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:39:24,102][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:39:24,104][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,105][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:39:24,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:39:24,109][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:39:24,110][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:39:24,110][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:39:24,111][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,113][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,113][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:39:24,115][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,117][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,117][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,119][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,120][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:39:24,120][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:39:24,121][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,122][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,122][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,123][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,124][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:39:24,124][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:39:24,125][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:39:24,125][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:39:24,126][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:39:24,127][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,128][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:39:24,128][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:39:24,129][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:39:24,130][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:39:24,130][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:39:24,131][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:39:24,132][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,132][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,134][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:39:24,134][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,135][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,136][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:39:24,137][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,137][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,138][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:39:24,139][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:39:24,139][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:39:24,141][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:39:24,142][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:39:24,142][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:39:24,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:39:24,144][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:39:24,144][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:39:24,145][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:39:24,146][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:39:24,146][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:39:24,149][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:39:24,150][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:39:24,150][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:39:24,151][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:39:24,152][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:39:24,152][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:39:24,154][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,155][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:39:24,155][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:39:24,156][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:39:24,157][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:39:24,157][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,159][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,161][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:39:24,161][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:39:24,162][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,164][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:39:24,165][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:39:24,166][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,167][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:39:24,167][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:39:24,168][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:39:24,169][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,169][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,170][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,170][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,171][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:39:24,174][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:39:24,174][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:39:24,175][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:39:24,175][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,176][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,176][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:39:24,177][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,178][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,181][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,181][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,182][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,183][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,185][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,186][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,187][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,188][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,190][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,191][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,192][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,193][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,193][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,194][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,195][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,196][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,197][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,198][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,198][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,199][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,200][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,200][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,201][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,202][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,203][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,204][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,205][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,205][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,231][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:39:25,382][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:39:25,431][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:39:25,471][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:39:25,503][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:39:25,540][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:39:25,568][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:39:25,641][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:39:25,680][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:39:25,712][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:39:25,740][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:39:25,770][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:39:25,880][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:39:25,906][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:39:25,931][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:39:25,972][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:39:26,021][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:39:26,049][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:39:26,119][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:39:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:39:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,142][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,144][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:39:26,160][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:39:26,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,163][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,180][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:39:26,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:26,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,253][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,255][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@17d3676a] -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:39:26,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,281][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,281][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:39:26,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,294][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:39:26,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,310][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,310][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@4fe087e7] -[DEBUG][2015-09-22 17:39:26,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,320][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:39:26,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,325][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:39:26,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,334][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,334][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@77037265] -[DEBUG][2015-09-22 17:39:26,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,343][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:39:26,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,344][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:39:26,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,347][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,348][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@3b1f1f5] -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,354][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:39:26,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,356][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:39:26,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,363][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,363][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@4d62193b] -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,374][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:39:26,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,382][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,383][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:39:26,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,416][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,416][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@62982862] -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:39:26,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,434][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,435][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:39:26,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,441][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@238f5df3] -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,446][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:39:26,446][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@170fb67e] -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,450][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:39:26,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,453][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@43ff9c06] -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,461][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,461][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@b91e781] -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:39:26,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,474][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@238be9f2] -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,481][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:39:26,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,482][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:39:26,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,487][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,487][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@df92811] -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,495][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:39:26,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,499][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:39:26,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,520][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:39:26,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,522][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,522][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@551346c4] -[DEBUG][2015-09-22 17:39:26,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:39:26,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:26,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:26,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,541][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@19ba71a9] -[DEBUG][2015-09-22 17:39:26,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:39:26,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,554][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:39:26,554][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:39:26,556][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:39:26,557][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,558][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:39:26,558][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:39:26,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,571][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,673][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:39:26,675][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] for JDBC transaction -[DEBUG][2015-09-22 17:39:26,681][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] to manual commit -[DEBUG][2015-09-22 17:39:27,253][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:27,267][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,283][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:27,290][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:39:27,399][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:39:27,658][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:39:27,659][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:39:27,660][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,660][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:39:27,661][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] -[DEBUG][2015-09-22 17:39:27,890][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,891][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:28,053][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] after transaction -[DEBUG][2015-09-22 17:39:28,055][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:39:28,058][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:28,059][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,063][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:39:28,064][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:39:28,066][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:28,066][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:39:28,074][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:39:28,190][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:39:28,191][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:39:28,192][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,192][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,192][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:39:28,311][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderId":1439469107}] -[DEBUG][2015-09-22 17:39:28,312][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:28,312][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,313][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:39:28,313][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:39:28,313][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:28,313][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:39:28,316][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:39:28,404][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:39:28,414][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,414][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:39:28,416][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:39:28,418][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:28,420][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:39:28,429][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,447][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,447][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,448][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,448][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:39:28,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,461][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,465][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,465][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,479][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,481][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,485][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,485][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,490][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,490][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:39:28,491][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:39:28,492][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:39:23", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:39:28,496][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@4d2e434b]: name is 'MySQL' -[DEBUG][2015-09-22 17:39:28,498][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:39:28,498][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:39:28,499][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,500][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:39:28,500][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,500][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:39:28,501][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:39:28,502][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:28,511][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4be9246f testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:39:28,513][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3f8e347: startup date [Tue Sep 22 17:39:22 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:39:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:28,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:39:28,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:28,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:28,516][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:28,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:39:28,517][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:39:28,517][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:39:28,517][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:39:28,518][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:39:28,520][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:52:06,688][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:52:06,729][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@3eeec5b4 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:52:06,732][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,734][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:52:06,774][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,775][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,778][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,778][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,780][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,780][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,784][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,784][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,787][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:52:06,788][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:06,922][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:06,925][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,926][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,927][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:06,934][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:06,934][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,935][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,935][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:52:06,950][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:52:06,981][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:52:07,028][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:52:07,038][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:52:07,042][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:52:07,112][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:52:07,121][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:52:07,133][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:52:07,157][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:52:07,213][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:52:07,213][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:52:07,219][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:52:07,260][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:52:07,260][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:52:07,264][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:52:07,276][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,279][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,281][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,282][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,283][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,285][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,288][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,288][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,289][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,291][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,292][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,293][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,299][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,305][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:52:07,306][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:52:07,310][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:52:07,313][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:52:07,349][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:52:07,355][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:52:07,365][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:52:07,378][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:52:07,379][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:52:07,387][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:52:07,431][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:52:07,436][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@23cf68e9: startup date [Tue Sep 22 17:52:07 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:52:07,437][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@23cf68e9: org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:52:07,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,629][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,633][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:52:07,633][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:52:07,639][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:52:07,640][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:52:07,641][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:52:07,642][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:52:07,642][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:52:07,644][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:52:07,646][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:52:07,647][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:52:07,648][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:52:07,649][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:52:07,650][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:52:07,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:52:07,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:52:07,654][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:52:07,656][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:52:07,657][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:52:07,658][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:52:07,659][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:52:07,660][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:52:07,664][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:52:07,692][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:52:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,746][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d47dde] -[DEBUG][2015-09-22 17:52:07,748][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7173dbe5] -[INFO][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:52:07,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:52:07,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:52:07,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:52:07,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,810][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,813][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:52:08,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,055][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,073][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,074][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,082][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,082][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,105][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:52:08,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,140][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,140][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,146][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,165][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,169][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,169][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,178][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,178][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,322][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,325][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,325][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,332][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,333][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,337][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,338][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,339][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,340][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,341][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,342][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:52:08,348][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:52:08,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:52:08,494][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,622][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:52:08,623][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:52:08,628][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:52:08,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,780][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:52:08,780][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:52:08,781][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:52:08,782][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,879][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:52:08,880][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:52:08,880][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:52:08,882][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,882][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,883][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:52:08,883][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,886][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:52:08,888][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:52:08,888][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:52:08,890][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:52:08,891][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:52:08,892][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,893][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:52:08,893][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:52:08,894][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,894][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:52:08,895][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:52:08,895][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,896][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,896][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:52:08,897][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:52:08,897][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:52:08,900][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:52:08,901][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:52:08,901][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:52:08,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,905][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:52:08,905][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:52:08,908][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,909][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,909][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,911][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,912][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:52:08,912][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:52:08,914][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,915][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:52:08,915][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:52:08,917][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,918][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,918][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:52:08,921][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,921][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,922][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,923][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:52:08,923][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:52:08,925][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,926][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,926][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,928][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,928][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:52:08,929][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:52:08,930][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:52:08,931][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:52:08,932][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:52:08,934][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,935][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:52:08,935][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:52:08,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:52:08,939][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:52:08,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:52:08,941][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:52:08,942][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,943][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,944][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:52:08,945][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,945][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,947][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:52:08,948][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,948][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,949][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:52:08,950][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:52:08,950][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:52:08,951][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:52:08,952][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:52:08,952][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:52:08,953][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:52:08,954][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:52:08,954][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:52:08,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:52:08,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:52:08,956][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:52:08,957][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,958][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:52:08,958][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:52:08,962][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:52:08,962][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:52:08,963][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:52:08,964][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,965][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:52:08,965][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:52:08,966][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,967][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:52:08,967][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:52:08,968][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:52:08,969][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:52:08,969][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:52:08,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,972][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:52:08,973][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:52:08,974][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:52:08,975][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,976][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:52:08,977][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:52:08,978][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:52:08,978][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,979][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,980][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,980][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:52:08,981][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:52:08,984][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,985][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:52:08,985][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:52:08,987][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:52:08,988][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,988][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,990][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,990][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,992][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:52:08,993][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:52:08,994][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:52:08,994][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:52:08,995][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,997][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:52:08,998][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:08,999][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,003][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,004][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,005][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,006][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,007][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,007][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,008][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,010][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,010][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,011][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,012][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,013][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,014][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,015][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,016][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,017][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,019][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,021][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,023][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,023][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,024][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,025][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,027][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,028][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,029][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,030][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,031][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,032][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,094][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:52:10,222][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:52:10,275][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:52:10,320][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:52:10,360][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:52:10,398][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:52:10,427][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:52:10,498][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:52:10,541][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:52:10,576][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:52:10,608][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:52:10,636][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:52:10,752][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:52:10,776][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:52:10,800][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:52:10,841][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:52:10,894][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:52:10,914][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:52:11,010][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:52:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:52:11,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:52:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:52:11,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:52:11,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,096][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:52:11,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:52:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,153][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,153][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,174][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,176][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5d94043f] -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,190][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:52:11,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,199][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,200][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:52:11,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,206][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,206][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:52:11,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,220][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,222][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,222][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@62622e46] -[DEBUG][2015-09-22 17:52:11,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,232][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:52:11,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,237][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:52:11,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,243][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@7071d556] -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:52:11,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,254][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,254][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@27c46cd5] -[DEBUG][2015-09-22 17:52:11,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,260][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:52:11,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,261][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:52:11,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,265][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,267][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6867a240] -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:52:11,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,305][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:52:11,306][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:52:11,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,310][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,311][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4820fe6] -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,322][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:52:11,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,329][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:52:11,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,338][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,339][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3b3e0204] -[DEBUG][2015-09-22 17:52:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:52:11,345][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1f39b7bb] -[DEBUG][2015-09-22 17:52:11,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,349][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:52:11,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,353][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,353][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@7067ba82] -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,362][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,362][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4f999620] -[DEBUG][2015-09-22 17:52:11,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:52:11,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,368][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:52:11,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,369][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:52:11,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,378][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,378][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@199afbc3] -[DEBUG][2015-09-22 17:52:11,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:52:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,422][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,424][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2f935b72] -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:52:11,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,449][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,451][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6ed7c445] -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,459][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@17fa56ce] -[DEBUG][2015-09-22 17:52:11,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:52:11,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:52:11,464][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:11,464][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:52:11,465][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:11,471][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:52:11,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:52:11,476][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:52:11,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,485][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:20,861][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:52:20,865][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] for JDBC transaction -[DEBUG][2015-09-22 17:52:20,879][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] to manual commit -[DEBUG][2015-09-22 17:52:20,912][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:52:20,924][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:20,939][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:52:20,992][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:52:21,418][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:52:21,440][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:52:21,440][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:52:21,441][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,441][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:52:21,442][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] -[DEBUG][2015-09-22 17:52:21,474][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,475][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,513][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] after transaction -[DEBUG][2015-09-22 17:52:21,515][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:52:23,816][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:52:23,818][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:23,832][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:52:23,833][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:52:23,836][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:52:23,837][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:52:23,850][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:52:24,098][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:52:24,098][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:52:24,099][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:24,100][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:24,100][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:52:43,276][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderId":1439469107}] -[DEBUG][2015-09-22 17:53:31,978][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:31,978][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:31,980][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:31,998][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:31,998][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:53:31,999][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:53:32,003][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:53:32,030][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:53:32,049][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,056][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,056][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,057][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,059][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:53:32,059][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:53:32,063][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:32,078][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:53:32,094][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:32,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:53:32,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:53:32,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,117][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,120][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,122][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,122][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,129][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,136][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,136][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,145][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,150][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,157][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,162][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,162][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,164][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,164][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,167][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,171][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,176][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,178][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:53:32,179][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:53:32,180][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:52:08", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:53:32,186][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@caca6c9]: name is 'MySQL' -[DEBUG][2015-09-22 17:53:32,188][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:53:32,188][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:53:32,193][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:32,194][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:53:32,194][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:32,194][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:32,196][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:53:32,197][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:32,209][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:53:32,222][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@23cf68e9: startup date [Tue Sep 22 17:52:07 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:32,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:32,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:53:32,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:32,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:32,225][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:53:32,227][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:53:32,228][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:53:32,230][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:53:32,230][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:53:32,233][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:53:41,534][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:53:41,575][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:53:41,578][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,580][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:53:41,616][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,616][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,618][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,619][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,619][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,620][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,622][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,623][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,628][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:53:41,628][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:41,758][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:41,760][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,762][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,762][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,772][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:53:41,785][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:53:41,811][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:41,855][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:53:41,863][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:53:41,879][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:53:41,949][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:53:41,963][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:53:41,977][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:41,994][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:53:42,046][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:53:42,047][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:53:42,052][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:53:42,086][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:53:42,087][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:53:42,091][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:53:42,103][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,106][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,109][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,110][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,112][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,115][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,118][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,119][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,120][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,121][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,123][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,125][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,129][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,134][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:53:42,134][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:53:42,137][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:42,139][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:53:42,170][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:53:42,174][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:53:42,184][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:53:42,193][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:42,194][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:53:42,200][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:53:42,242][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:53:42,245][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:53:42 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:42,246][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:42,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,457][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,457][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,458][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,459][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:53:42,460][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:53:42,463][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:53:42,464][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:53:42,465][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:53:42,466][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:53:42,466][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:53:42,467][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:53:42,468][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:53:42,468][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:53:42,469][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:53:42,469][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:53:42,470][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:53:42,471][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:53:42,472][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:53:42,474][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:53:42,475][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:53:42,476][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:53:42,476][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:53:42,477][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:53:42,478][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:53:42,481][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,482][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:53:42,504][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,558][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4852c063] -[DEBUG][2015-09-22 17:53:42,560][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4ea53333] -[INFO][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:53:42,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,612][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,612][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,613][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,613][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,614][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,614][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,615][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,615][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,617][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,620][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,624][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,624][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,625][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,625][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:53:42,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,867][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:53:42,877][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,884][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,885][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,892][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,892][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,919][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:42,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:42,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,116][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:53:43,122][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:53:43,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:53:43,244][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,393][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:53:43,394][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:53:43,399][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:53:43,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:43,506][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:53:43,506][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:53:43,507][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:53:43,508][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:53:43,508][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:53:43,509][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,509][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,568][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:53:43,568][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:53:43,569][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:53:43,569][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:53:43,574][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:53:43,574][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:53:43,577][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:53:43,577][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:53:43,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:53:43,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:53:43,584][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:53:43,584][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:53:43,585][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:53:43,585][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,586][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:53:43,586][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:53:43,589][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,590][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:53:43,590][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:53:43,591][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,592][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,592][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,593][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:53:43,594][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,594][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,595][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,596][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:53:43,596][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,598][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,599][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:53:43,599][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:53:43,602][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,602][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:53:43,603][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:53:43,603][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:53:43,604][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:53:43,604][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:53:43,605][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:53:43,606][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,607][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,609][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:53:43,610][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,610][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:53:43,612][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:53:43,613][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:53:43,613][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:53:43,615][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:53:43,616][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:53:43,616][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:53:43,618][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,618][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:53:43,619][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:53:43,620][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:53:43,621][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:53:43,621][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:53:43,622][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:53:43,623][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:53:43,623][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:53:43,626][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,626][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:53:43,627][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:53:43,628][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,629][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:53:43,629][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:53:43,630][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:53:43,631][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:53:43,631][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:53:43,633][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,633][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,634][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:53:43,637][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,638][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:53:43,638][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:53:43,639][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:53:43,640][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,640][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,642][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,643][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:53:43,643][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:53:43,644][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,645][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:53:43,646][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:53:43,647][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:53:43,648][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,649][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,650][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,651][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,651][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,654][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,655][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:53:43,655][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:53:43,656][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:53:43,657][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:53:43,657][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:53:43,658][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:53:43,659][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,659][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,660][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:53:43,660][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,661][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,664][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,667][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,669][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,670][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,673][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,673][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,674][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,675][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,676][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,677][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,679][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,680][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,682][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,685][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,687][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,689][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,690][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,691][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,692][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,693][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,721][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:53:44,595][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:53:44,681][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:53:44,762][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:53:44,786][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:53:44,833][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:53:44,863][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:53:44,935][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:53:44,970][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:53:45,001][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:53:45,030][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:53:45,055][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:53:45,169][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:53:45,194][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:53:45,218][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:53:45,259][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:53:45,307][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:53:45,326][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:53:45,394][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:53:45,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:53:45,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:53:45,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,458][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:53:45,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,473][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,533][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,533][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:53:45,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,552][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,554][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@6491b172] -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:53:45,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,577][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,577][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:53:45,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,595][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:53:45,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:53:45,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,601][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,602][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@213b91a5] -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,614][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:53:45,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,618][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:53:45,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,627][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,627][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@479f29d] -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:53:45,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,632][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:53:45,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,633][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:53:45,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,637][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,637][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@11b99379] -[DEBUG][2015-09-22 17:53:45,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:53:45,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:53:45,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:53:45,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,644][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:53:45,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,645][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:53:45,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,652][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,654][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,654][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@aff3759] -[DEBUG][2015-09-22 17:53:45,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:53:45,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,705][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:53:45,705][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:53:45,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,713][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,713][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3b1f1f5] -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,723][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:53:45,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,728][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,728][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:53:45,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,738][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,738][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@62982862] -[DEBUG][2015-09-22 17:53:45,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:53:45,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:53:45,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:53:45,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,756][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:53:45,756][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@7afc2a48] -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,761][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:53:45,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,765][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,765][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@3a644df6] -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,775][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,775][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@27f63996] -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:53:45,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,792][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,792][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@53670068] -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:53:45,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,801][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@d097a01] -[DEBUG][2015-09-22 17:53:45,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:53:45,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,816][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,816][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:53:45,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,829][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:53:45,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,831][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,831][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@39a1d7a0] -[DEBUG][2015-09-22 17:53:45,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:53:45,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,852][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@53ec452c] -[DEBUG][2015-09-22 17:53:45,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:53:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,861][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:53:45,861][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:53:45,862][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:53:45,862][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,863][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:53:45,863][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,867][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,881][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,990][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:53:45,993][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] for JDBC transaction -[DEBUG][2015-09-22 17:53:45,998][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] to manual commit -[DEBUG][2015-09-22 17:53:46,027][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,031][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,038][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,043][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:53:46,168][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,383][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:53:46,383][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:53:46,384][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,384][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:53:46,384][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] -[DEBUG][2015-09-22 17:53:46,472][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,472][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,494][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] after transaction -[DEBUG][2015-09-22 17:53:46,495][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,497][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,497][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,502][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,503][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,504][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,505][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id,order_count from orders where together_id=? -[DEBUG][2015-09-22 17:53:46,514][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,628][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:53:46,628][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:53:46,629][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,629][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,629][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:53:46,751][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderCount":37,"orderId":1439469107}] -[DEBUG][2015-09-22 17:53:46,752][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,752][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,753][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,753][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,754][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,754][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:53:46,756][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: 37(Integer), 37(Integer), 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:53:46,802][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]<== Updates: 1 -[DEBUG][2015-09-22 17:53:46,802][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:53:46,802][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,802][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,802][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,803][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,803][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,803][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Preparing: select campus_id from orders where together_id=? limit 1 -[DEBUG][2015-09-22 17:53:46,806][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,834][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:53:46,834][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} enter cache -[DEBUG][2015-09-22 17:53:46,834][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,835][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,835][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,837][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:53:46,837][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,837][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:46,837][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@636c22cb] -[DEBUG][2015-09-22 17:53:46,838][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-09-22 17:53:46,838][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,839][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,840][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,840][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Preparing: select phone from users where type=0 and campus_id=? -[DEBUG][2015-09-22 17:53:46,841][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4debcfe testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:53:46,841][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Parameters: 1(Integer) -[INFO][2015-09-22 17:53:46,844][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:53:42 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:46,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:46,846][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:46,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:53:46,847][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 17:53:46,848][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed diff --git a/pom.xml b/pom.xml index 3a04575..3ba9f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ com.changyu foryou war - 0.0.1-SNAPSHOT + 1.0.1 foryou http://maven.apache.org 1.3.2 3.4.0 - 6.0.6 + 5.1.36 diff --git a/src/main/java/com/changyu/foryou/controller/OrderController.java b/src/main/java/com/changyu/foryou/controller/OrderController.java index eba7ba2..5d8b7da 100644 --- a/src/main/java/com/changyu/foryou/controller/OrderController.java +++ b/src/main/java/com/changyu/foryou/controller/OrderController.java @@ -50,180 +50,177 @@ /** * 处理订单控制器 - * - * @author 殿下 * + * @author 殿下 */ @Controller @RequestMapping("/order") public class OrderController { - private OrderService orderService; - private UserService userService; - private FoodService foodService; - private ReceiverService receiverService; - private CampusService campusService; - private PushService pushService; - - @Autowired() - @Qualifier("preferentialService") - private PreferentialService preferentialService; - - @Autowired - public void setReceiverService(ReceiverService receiverService) { - this.receiverService = receiverService; - } - - @Autowired - public void setCampusService(CampusService campusService) { - this.campusService = campusService; - } - - public PushService getPushService() { - return pushService; - } - - @Autowired - public void setPushService(PushService pushService) { - this.pushService = pushService; - } - - @Autowired - public void setUserServce(UserService userService) { - this.userService = userService; - } - - @Autowired - public void setFoodService(FoodService foodService) { - this.foodService = foodService; - } - - protected static final Logger LOG = LoggerFactory - .getLogger(OrderController.class); - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - /** - * 生成购物车订单 - * - * @param phoneId - * @param foodId - * @param foodCount - * @param foodSpecial - * @return - */ - @RequestMapping("/createOrder") - public @ResponseBody Map createOrder( - @RequestParam Integer campusId, @RequestParam String phoneId, - @RequestParam Long foodId, @RequestParam Integer foodCount){ - Map map = new HashMap(); - - try { - Order order = new Order(campusId, phoneId, foodId, foodCount); - Long orderId=order.getOrderId(); - List oldOrders = orderService.selectOrder(order); - - // 待优化。。。。。。。将delete和insert改为一次操作 - if (oldOrders.size() != 0) { - order.setOrderCount(foodCount - + oldOrders.get(0).getOrderCount()); - orderService.deleteCartGood(order); - } - - int flag = orderService.insertSelectiveOrder(order); - - if (flag != -1 && flag != 0) { - map.put("orderId", orderId); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "生成订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "生成订单失败"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "生成订单失败"); - } - - return map; - } - - /** - * 获取下达的所有订单 - * - * @param phoneId - * ,status - * @return - */ - @RequestMapping("/getOrderInMine") - public @ResponseBody Map getOrderInMine( - @RequestParam String phoneId, Short status, Integer page, - Integer limit) { - Map map = new HashMap(); - List togetherOrdersList = new ArrayList(); - - try { - Map paramMap = new HashMap(); - paramMap.put("phoneId", phoneId); - paramMap.put("status", status); - - List count=new ArrayList(); - for(int i=1;i<=5;i++){ - paramMap.put("status", i); - List togetherId=orderService.getTogetherId(paramMap); - count.add(togetherId.size()); - } - - map.put("waitPay",count.get(0)); - map.put("hasPaid",count.get(1)); - map.put("delivering",count.get(2)); - map.put("waitComment",count.get(3)); - map.put("done", count.get(4)); - - if (limit != null && page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - paramMap.put("status", status); - List togetherIds = orderService.getTogetherId(paramMap); - - //System.out.println(JSON.toJSONString(togetherIds)); - - if (togetherIds.size() != 0) { - - for (String togetherId : togetherIds) { - TogetherOrder togetherOrder = new TogetherOrder(); // 一单 - togetherOrder.setTogetherId(togetherId); - paramMap.put("togetherId", togetherId); - List orderList = orderService - .getOrderListInMine(paramMap); // 一单里面的小订单 - togetherOrder.setSmallOrders(orderList); - togetherOrder.setPayWay(orderList.get(0).getPayWay()); - togetherOrder.setTotalPrice(orderList.get(0).getTotalPrice()); - Short totalStatus=0; - if(orderList.get(0).getStatus()!=4) - { - totalStatus=orderList.get(0).getStatus(); - } - else - { - totalStatus=5; - for (int i = 0; i < orderList.size(); i++) { - if (orderList.get(i).getIsRemarked() == 0) { - totalStatus = 4; - } - } - } - togetherOrder.setStatus(totalStatus); - togetherOrder.setTogetherDate(orderList.get(0) - .getTogetherDate()); - togetherOrdersList.add(togetherOrder); - } - - //根据phoneId获取各个状态订单数量 + private OrderService orderService; + private UserService userService; + private FoodService foodService; + private ReceiverService receiverService; + private CampusService campusService; + private PushService pushService; + + @Autowired() + @Qualifier("preferentialService") + private PreferentialService preferentialService; + + @Autowired + public void setReceiverService(ReceiverService receiverService) { + this.receiverService = receiverService; + } + + @Autowired + public void setCampusService(CampusService campusService) { + this.campusService = campusService; + } + + public PushService getPushService() { + return pushService; + } + + @Autowired + public void setPushService(PushService pushService) { + this.pushService = pushService; + } + + @Autowired + public void setUserServce(UserService userService) { + this.userService = userService; + } + + @Autowired + public void setFoodService(FoodService foodService) { + this.foodService = foodService; + } + + protected static final Logger LOG = LoggerFactory + .getLogger(OrderController.class); + + @Autowired + public void setOrderService(OrderService orderService) { + this.orderService = orderService; + } + + /** + * 生成购物车订单 + * + * @param phoneId + * @param foodId + * @param foodCount + * @param foodSpecial + * @return + */ + @RequestMapping("/createOrder") + public @ResponseBody + Map createOrder( + @RequestParam Integer campusId, @RequestParam String phoneId, + @RequestParam Long foodId, @RequestParam Integer foodCount) { + Map map = new HashMap(); + + try { + Order order = new Order(campusId, phoneId, foodId, foodCount); + Long orderId = order.getOrderId(); + List oldOrders = orderService.selectOrder(order); + + // 待优化。。。。。。。将delete和insert改为一次操作 + if (oldOrders.size() != 0) { + order.setOrderCount(foodCount + + oldOrders.get(0).getOrderCount()); + orderService.deleteCartGood(order); + } + + int flag = orderService.insertSelectiveOrder(order); + + if (flag != -1 && flag != 0) { + map.put("orderId", orderId); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "生成订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "生成订单失败"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "生成订单失败"); + } + + return map; + } + + /** + * 获取下达的所有订单 + * + * @param phoneId ,status + * @return + */ + @RequestMapping("/getOrderInMine") + public @ResponseBody + Map getOrderInMine( + @RequestParam String phoneId, Short status, Integer page, + Integer limit) { + Map map = new HashMap(); + List togetherOrdersList = new ArrayList(); + + try { + Map paramMap = new HashMap(); + paramMap.put("phoneId", phoneId); + paramMap.put("status", status); + + List count = new ArrayList(); + for (int i = 1; i <= 5; i++) { + paramMap.put("status", i); + List togetherId = orderService.getTogetherId(paramMap); + count.add(togetherId.size()); + } + + map.put("waitPay", count.get(0)); + map.put("hasPaid", count.get(1)); + map.put("delivering", count.get(2)); + map.put("waitComment", count.get(3)); + map.put("done", count.get(4)); + + if (limit != null && page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + paramMap.put("status", status); + List togetherIds = orderService.getTogetherId(paramMap); + + //System.out.println(JSON.toJSONString(togetherIds)); + + if (togetherIds.size() != 0) { + + for (String togetherId : togetherIds) { + TogetherOrder togetherOrder = new TogetherOrder(); // 一单 + togetherOrder.setTogetherId(togetherId); + paramMap.put("togetherId", togetherId); + List orderList = orderService + .getOrderListInMine(paramMap); // 一单里面的小订单 + togetherOrder.setSmallOrders(orderList); + togetherOrder.setPayWay(orderList.get(0).getPayWay()); + togetherOrder.setTotalPrice(orderList.get(0).getTotalPrice()); + Short totalStatus = 0; + if (orderList.get(0).getStatus() != 4) { + totalStatus = orderList.get(0).getStatus(); + } else { + totalStatus = 5; + for (int i = 0; i < orderList.size(); i++) { + if (orderList.get(i).getIsRemarked() == 0) { + totalStatus = 4; + } + } + } + togetherOrder.setStatus(totalStatus); + togetherOrder.setTogetherDate(orderList.get(0) + .getTogetherDate()); + togetherOrdersList.add(togetherOrder); + } + + //根据phoneId获取各个状态订单数量 /*for (int i = 1; i <= 5; i++) { MiniOrder order = new MiniOrder(); @@ -242,642 +239,648 @@ else if(i==5){ order.setOrderCount(orderService.getMiniOrderByPhone(paramMap)); statusList.add(order); }*/ - /*map.put("statusList", statusList);*/ - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功"); - map.put("orderList", JSON.parse(JSON - .toJSONStringWithDateFormat(togetherOrdersList, - "yyyy-MM-dd"))); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无订单"); - } - - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败"); - } - return map; - } - - /** - * 弃用 获取下达的代发货订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineWait2Deliver") - public @ResponseBody Map getOrderInMineWait2Deliver( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineWait2Deliver(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取代发货订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无代发货订单"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取代发货订单失败"); - } - return map; - } - - /** - * 弃用 获取下达的正在配送订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineDeliver") - public @ResponseBody Map getOrderInMineDeliver( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineDeliver(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取正在配送订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无订单配送中"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取配送订单失败"); - } - return map; - } - - /** - * 弃用 获取完成订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineFinish") - public @ResponseBody Map getOrderInMineFinish( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineFinish(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取完成订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无完成订单"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取完成订单失败"); - } - return map; - } - - /** - * 获取购物车里面的收藏订单(未完成订单) - * - * @param phoneId - * 手机号 - * @return - */ - @RequestMapping("/getUserOrder") - public @ResponseBody Map getUserOrder( - @RequestParam String phoneId, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap(); - paramMap.put("phoneId", phoneId); - paramMap.put("campusId", campusId); - - if (limit != null && page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - List orderList = orderService.getOrderList(paramMap); - if (orderList != null && orderList.size() != 0) { - for (CartGood cartGood : orderList) { - if (cartGood.getIsDiscount() != 0) { - cartGood.setDiscountPrice(cartGood.getDiscountPrice()); // 获取折扣价 - } - paramMap.put("foodId", cartGood.getFoodId()); - paramMap.put("campusId", campusId); - } - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取购物车订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "购物车里暂时还没有订单哦,亲"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取购物车订单失败"); - } - - return map; - } - - /** - * 删除购物车中的某一订单 - * - * @param orderId - * @return - */ - @RequestMapping("/deleteUserOrder") - public @ResponseBody Map deleteUserOrder( - @RequestParam Long orderId, @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - int flag = orderService.deleteUserOrder(orderId, phoneId); - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - - return map; - } - - /** - * 删除多条订单,订单号用逗号隔开 - * - * @param orderId - * @param phoneId - * @return - */ - @RequestMapping("/deleteAllUserOrder") - public @ResponseBody Map deleteAllUserOrder( - @RequestParam String orderId, @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - int flag = 0; - String[] orderIdStrings = orderId.split(","); - for (String oneOrderId : orderIdStrings) { - if (oneOrderId != null && !oneOrderId.trim().equals("")) { - flag = orderService.deleteUserOrder( - Long.valueOf(oneOrderId), phoneId); - - if (flag == -1 || flag == 0) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - break; - } - } - } - - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除订单成功"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - - return map; - } - - /** - * 编辑订单的个数 - * - * @param orderId - * 订单号 - * @param orderCount - * 订单数 - * @return - */ - @RequestMapping("/editUserOrder") - public @ResponseBody Map editUserOrder( - @RequestParam Long orderId, @RequestParam String phoneId, - @RequestParam Integer orderCount) { - Map map = new HashMap(); - - try { - int flag = orderService.editUserOrder(orderId, phoneId, orderCount); - if (flag != 0 && flag != -1) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "编辑订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "编辑订单失败"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "编辑订单失败"); - } - return map; - } - - /** - * 获取成功订单 - * - * @param phoneId - * 用户手机号 - * @return - */ - @RequestMapping("/getUserSuccessOrder") - public @ResponseBody Map getUserSuccessOrder( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService.getOrderSuccessList(phoneId); - if (orderList != null && orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂时还没有订单哦,亲"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败"); - } - - return map; - } - - /** - * 改变订单至下单状态 - * - * @param phoneId - * @param orderId - * @param message - * 留言 - * @param reserveTime - * 预约送达时间 - * @return - */ - @RequestMapping("/orderToBuy") - public @ResponseBody Map changeOrderStatus2Buy( - @RequestParam String phoneId, @RequestParam String orderId, - @RequestParam String rank, String reserveTime, String message,@RequestParam Short payWay, - @RequestParam Float totalPrice ,Integer preferentialsId,HttpServletRequest request) { - Map map = new HashMap(); - Map paramMap = new HashMap(); - - try { - Calendar calendar = Calendar.getInstance(); - - String[] orderString = orderId.split(","); //传过来的orderId是一个以逗号隔开d字符串 - int flag = 0; - String togetherId = phoneId + String.valueOf(new Date().getTime()); - - paramMap.put("orderId",orderString[0]); - paramMap.put("phoneId",phoneId); - Campus campus=campusService.getCampus(paramMap); //根据订单获取该校区的详细情况 - Integer campusId=campus.getCampusId(); - //判断该校区是否正在营业 - if(campus.getStatus()==0){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, campus.getCloseReason()); - return map; - } - - Calendar runOpenTime=Calendar.getInstance(); - runOpenTime.setTime(campus.getOpenTime()); - Calendar runCloseTime=Calendar.getInstance(); - runCloseTime.setTime(campus.getCloseTime()); - //判断是否超出校区营业时间 - - int openHour=runOpenTime.get(Calendar.HOUR_OF_DAY); - int openMinute=runOpenTime.get(Calendar.MINUTE); - int closeHour=runCloseTime.get(Calendar.HOUR_OF_DAY); - int closeMinute=runCloseTime.get(Calendar.MINUTE); - - if(calendar.get(Calendar.HOUR_OF_DAY)>closeHour - ||(calendar.get(Calendar.HOUR_OF_DAY)==closeHour&&calendar.get(Calendar.MINUTE)>closeMinute) - ||calendar.get(Calendar.HOUR_OF_DAY)=1){ //判断客户端价格和服务器端价格是否一致 - map.put(Constants.STATUS,Constants.FAILURE); - map.put(Constants.MESSAGE,"价格有误"); - System.out.println(serverPrice); - return map; - } - //写入单价操作 - for (String id : orderString) { - float price= 0f; - paramMap.put("orderId",id); - SmallOrder smallOrder=orderService.getOrderById(paramMap); - if(smallOrder.getIsDiscount()==1) - { - price = (smallOrder.getDiscountPrice()*smallOrder.getOrderCount()); - } - else - { - price = smallOrder.getPrice()*smallOrder.getOrderCount(); - } - flag = orderService.changeOrderStatus2Buy(phoneId, id, - togetherId, rank, reserveTime, message,payWay,price,totalPrice); - - Order order = orderService.selectOneOrder(phoneId, id); // 获取该笔订单的消息 - paramMap.put("foodId", order.getFoodId()); - paramMap.put("orderCount", order.getOrderCount()); - paramMap.put("campusId",campus.getCampusId()); - foodService.changeFoodCount(paramMap); // 增加销量,减少存货 - if (flag == 0 || flag == -1) { - break; - } - } - - String channel; - if(payWay==1){ - channel="alipay"; - }else{ - channel="wx"; - } - - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "下单成功,即将开始配送!"); - String clientIp=getIpAddr(request); - Charge charge=ChargeInterface.charge(channel,togetherId,(Float.parseFloat(df.format(totalPrice))),clientIp); - map.put("charge", charge); //支付 - map.put("totalPrice",df.format(totalPrice)); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); - } - - return map; - } - - /** - * 改变订单至配送状态 - * - * @param adminPhone - * @param togetherId - * @return - */ - @Deprecated - @RequestMapping("/orderToDeliver") - public @ResponseBody Map changeOrderStatus2Deliver( - @RequestParam String adminPhone, - @RequestParam final String togetherId) { - Map map = new HashMap(); - - try { - int flag = orderService.changeOrderStatus2Deliver(adminPhone, - togetherId); - - if (flag != -1 && flag != 0) { - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "正在配送中!"); - - // 开启线程访问服务器进行推送 - - new Thread(new Runnable() { - - public void run() { //推送 - String userPhone=userService.getUserPhone(togetherId); - System.out.println(userPhone); - pushService.sendPush(userPhone, - "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); - - } }).start(); - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击配送失败,请重试"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击配送失败,请重试!"); - } - return map; - } - - /** - * 修改订单状态至完成 - * - * @param adminPhone - * @param togetherId - * @return - */ - @Deprecated - @RequestMapping("/orderToFinish") - public @ResponseBody Map changeOrderStatus2Finish( - @RequestParam String adminPhone, @RequestParam String togetherId) { - Map map = new HashMap(); - try { - int flag = orderService.changeOrderStatus2Finish(adminPhone, - togetherId); - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "订单完成,谢谢您的惠顾!"); - - final String userPhone = userService.getUserPhone(togetherId); - - - new Thread(new Runnable() { - - public void run() { //推送 - pushService.sendPush(userPhone, - "您有一笔订单已完成交易,赶快去评价吧!For优欢迎您下次惠顾", 1); - - } }).start(); - - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); - } - return map; - } - - /** - * 超级管理员获取待发货单信息 - * - * @param isSelected - * @return - */ - @RequestMapping("/superAdminGetOrder") - public @ResponseBody Map superAdminGetOrder( - @RequestParam Integer isSelected, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - Map requestMap = new HashMap(); - requestMap.put("isSelected", isSelected); - requestMap.put("campusId", campusId); - requestMap.put("tag", 1); //订单有效 + /*map.put("statusList", statusList);*/ + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功"); + map.put("orderList", JSON.parse(JSON + .toJSONStringWithDateFormat(togetherOrdersList, + "yyyy-MM-dd"))); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无订单"); + } + + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败"); + } + return map; + } + + /** + * 弃用 获取下达的代发货订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineWait2Deliver") + public @ResponseBody + Map getOrderInMineWait2Deliver( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineWait2Deliver(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取代发货订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无代发货订单"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取代发货订单失败"); + } + return map; + } + + /** + * 弃用 获取下达的正在配送订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineDeliver") + public @ResponseBody + Map getOrderInMineDeliver( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineDeliver(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取正在配送订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无订单配送中"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取配送订单失败"); + } + return map; + } + + /** + * 弃用 获取完成订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineFinish") + public @ResponseBody + Map getOrderInMineFinish( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineFinish(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取完成订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无完成订单"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取完成订单失败"); + } + return map; + } + + /** + * 获取购物车里面的收藏订单(未完成订单) + * + * @param phoneId 手机号 + * @return + */ + @RequestMapping("/getUserOrder") + public @ResponseBody + Map getUserOrder( + @RequestParam String phoneId, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("phoneId", phoneId); + paramMap.put("campusId", campusId); + + if (limit != null && page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + List orderList = orderService.getOrderList(paramMap); + if (orderList != null && orderList.size() != 0) { + for (CartGood cartGood : orderList) { + if (cartGood.getIsDiscount() != 0) { + cartGood.setDiscountPrice(cartGood.getDiscountPrice()); // 获取折扣价 + } + paramMap.put("foodId", cartGood.getFoodId()); + paramMap.put("campusId", campusId); + } + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取购物车订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "购物车里暂时还没有订单哦,亲"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取购物车订单失败"); + } + + return map; + } + + /** + * 删除购物车中的某一订单 + * + * @param orderId + * @return + */ + @RequestMapping("/deleteUserOrder") + public @ResponseBody + Map deleteUserOrder( + @RequestParam Long orderId, @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + int flag = orderService.deleteUserOrder(orderId, phoneId); + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "删除订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + + return map; + } + + /** + * 删除多条订单,订单号用逗号隔开 + * + * @param orderId + * @param phoneId + * @return + */ + @RequestMapping("/deleteAllUserOrder") + public @ResponseBody + Map deleteAllUserOrder( + @RequestParam String orderId, @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + int flag = 0; + String[] orderIdStrings = orderId.split(","); + for (String oneOrderId : orderIdStrings) { + if (oneOrderId != null && !oneOrderId.trim().equals("")) { + flag = orderService.deleteUserOrder( + Long.valueOf(oneOrderId), phoneId); + + if (flag == -1 || flag == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + break; + } + } + } + + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "删除订单成功"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + + return map; + } + + /** + * 编辑订单的个数 + * + * @param orderId 订单号 + * @param orderCount 订单数 + * @return + */ + @RequestMapping("/editUserOrder") + public @ResponseBody + Map editUserOrder( + @RequestParam Long orderId, @RequestParam String phoneId, + @RequestParam Integer orderCount) { + Map map = new HashMap(); + + try { + int flag = orderService.editUserOrder(orderId, phoneId, orderCount); + if (flag != 0 && flag != -1) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "编辑订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "编辑订单失败"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "编辑订单失败"); + } + return map; + } + + /** + * 获取成功订单 + * + * @param phoneId 用户手机号 + * @return + */ + @RequestMapping("/getUserSuccessOrder") + public @ResponseBody + Map getUserSuccessOrder( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService.getOrderSuccessList(phoneId); + if (orderList != null && orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂时还没有订单哦,亲"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败"); + } + + return map; + } + + /** + * 改变订单至下单状态 + * + * @param phoneId + * @param orderId + * @param message 留言 + * @param reserveTime 预约送达时间 + * @return + */ + @RequestMapping("/orderToBuy") + public @ResponseBody + Map changeOrderStatus2Buy( + @RequestParam String phoneId, @RequestParam String orderId, + @RequestParam String rank, String reserveTime, String message, @RequestParam Short payWay, + @RequestParam Float totalPrice, Integer preferentialsId, HttpServletRequest request) { + Map map = new HashMap(); + Map paramMap = new HashMap(); + + try { + Calendar calendar = Calendar.getInstance(); + + String[] orderString = orderId.split(","); //传过来的orderId是一个以逗号隔开d字符串 + int flag = 0; + String togetherId = phoneId + String.valueOf(new Date().getTime()); + + paramMap.put("orderId", orderString[0]); + paramMap.put("phoneId", phoneId); + Campus campus = campusService.getCampus(paramMap); //根据订单获取该校区的详细情况 + Integer campusId = campus.getCampusId(); + //判断该校区是否正在营业 + if (campus.getStatus() == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, campus.getCloseReason()); + return map; + } + + Calendar runOpenTime = Calendar.getInstance(); + runOpenTime.setTime(campus.getOpenTime()); + Calendar runCloseTime = Calendar.getInstance(); + runCloseTime.setTime(campus.getCloseTime()); + //判断是否超出校区营业时间 + + int openHour = runOpenTime.get(Calendar.HOUR_OF_DAY); + int openMinute = runOpenTime.get(Calendar.MINUTE); + int closeHour = runCloseTime.get(Calendar.HOUR_OF_DAY); + int closeMinute = runCloseTime.get(Calendar.MINUTE); + + if (calendar.get(Calendar.HOUR_OF_DAY) > closeHour + || (calendar.get(Calendar.HOUR_OF_DAY) == closeHour && calendar.get(Calendar.MINUTE) > closeMinute) + || calendar.get(Calendar.HOUR_OF_DAY) < openHour + || (calendar.get(Calendar.HOUR_OF_DAY) == openHour && calendar.get(Calendar.MINUTE) < runOpenTime.get(openMinute)) + ) { + StringBuffer message2 = new StringBuffer(); + message2.append("fou优该校区的营业时间为" + openHour + ":"); + + if (openMinute < 10) { + message2.append("0" + openMinute); + } else { + message2.append(openMinute); + } + message2.append("--" + closeHour + ":"); + if (openMinute < 10) { + message2.append("0" + closeMinute); + } else { + message2.append(closeMinute); + } + + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, message2.toString()); + return map; + } + DecimalFormat df = new DecimalFormat("####.0"); + + Float serverPrice = orderService.getPriceDiscounted(orderString, campusId, phoneId); + if (Math.abs(serverPrice - totalPrice) >= 1) { //判断客户端价格和服务器端价格是否一致 + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "价格有误"); + System.out.println(serverPrice); + return map; + } + //写入单价操作 + for (String id : orderString) { + float price = 0f; + paramMap.put("orderId", id); + SmallOrder smallOrder = orderService.getOrderById(paramMap); + if (smallOrder.getIsDiscount() == 1) { + price = (smallOrder.getDiscountPrice() * smallOrder.getOrderCount()); + } else { + price = smallOrder.getPrice() * smallOrder.getOrderCount(); + } + flag = orderService.changeOrderStatus2Buy(phoneId, id, + togetherId, rank, reserveTime, message, payWay, price, totalPrice); + + Order order = orderService.selectOneOrder(phoneId, id); // 获取该笔订单的消息 + paramMap.put("foodId", order.getFoodId()); + paramMap.put("orderCount", order.getOrderCount()); + paramMap.put("campusId", campus.getCampusId()); + foodService.changeFoodCount(paramMap); // 增加销量,减少存货 + if (flag == 0 || flag == -1) { + break; + } + } + + String channel; + if (payWay == 1) { + channel = "alipay"; + } else { + channel = "wx"; + } + + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "下单成功,即将开始配送!"); + String clientIp = getIpAddr(request); + Charge charge = ChargeInterface.charge(channel, togetherId, (Float.parseFloat(df.format(totalPrice))), clientIp); + map.put("charge", charge); //支付 + map.put("totalPrice", df.format(totalPrice)); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); + } + + return map; + } + + /** + * 改变订单至配送状态 + * + * @param adminPhone + * @param togetherId + * @return + */ + @Deprecated + @RequestMapping("/orderToDeliver") + public @ResponseBody + Map changeOrderStatus2Deliver( + @RequestParam String adminPhone, + @RequestParam final String togetherId) { + Map map = new HashMap(); + + try { + int flag = orderService.changeOrderStatus2Deliver(adminPhone, + togetherId); + + if (flag != -1 && flag != 0) { + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "正在配送中!"); + + // 开启线程访问服务器进行推送 + + new Thread(new Runnable() { + + public void run() { //推送 + String userPhone = userService.getUserPhone(togetherId); + System.out.println(userPhone); + pushService.sendPush(userPhone, + "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + + } + }).start(); + + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击配送失败,请重试"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击配送失败,请重试!"); + } + return map; + } + + /** + * 修改订单状态至完成 + * + * @param adminPhone + * @param togetherId + * @return + */ + @Deprecated + @RequestMapping("/orderToFinish") + public @ResponseBody + Map changeOrderStatus2Finish( + @RequestParam String adminPhone, @RequestParam String togetherId) { + Map map = new HashMap(); + try { + int flag = orderService.changeOrderStatus2Finish(adminPhone, + togetherId); + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "订单完成,谢谢您的惠顾!"); + + final String userPhone = userService.getUserPhone(togetherId); + + + new Thread(new Runnable() { + + public void run() { //推送 + pushService.sendPush(userPhone, + "您有一笔订单已完成交易,赶快去评价吧!For优欢迎您下次惠顾", 1); + + } + }).start(); + + + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); + } + return map; + } + + /** + * 超级管理员获取待发货单信息 + * + * @param isSelected + * @return + */ + @RequestMapping("/superAdminGetOrder") + public @ResponseBody + Map superAdminGetOrder( + @RequestParam Integer isSelected, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + Map requestMap = new HashMap(); + requestMap.put("isSelected", isSelected); + requestMap.put("campusId", campusId); + requestMap.put("tag", 1); //订单有效 //System.out.println(isSelected); - if (page != null && limit != null) { - requestMap.put("limit", limit); - requestMap.put("offset", (page - 1) * limit); - } - - try { - List orders = orderService - .superAdminGetOrder(requestMap); - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功!"); - map.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(orders, "yyyy-MM-dd"))); - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败!"); - } - - return map; - } - - /** - * 给某一订单设置配送员 - * - * @param togetherId - * @param adminPhone - * @return - */ - @RequestMapping("/setDeliverAdmin") - public @ResponseBody Map setDeliverAdmin( - @RequestParam String togetherId, - @RequestParam final String adminPhone) { - Map map = new HashMap(); - try { - int flag1 = orderService.setDeliverAdmin(togetherId, adminPhone); // 设置配送员 - //修改大订单状态为3(配送中) - Map paramMap = new HashMap(); - paramMap.put("togetherId", togetherId); - paramMap.put("status", 3); - int flag2 = orderService.modifyOrderStatus(paramMap); - if (flag1 != -1 && flag1 != 0 && flag2!=-1 && flag2!=0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "设置配送员成功!"); - - new Thread(new Runnable() { - - public void run() { - // 推送 - pushService.sendPush(adminPhone, - "For优提醒您,一笔新订单已达到,请及时配送,辛苦您了。", 1); + if (page != null && limit != null) { + requestMap.put("limit", limit); + requestMap.put("offset", (page - 1) * limit); + } + + try { + List orders = orderService + .superAdminGetOrder(requestMap); + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功!"); + map.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(orders, "yyyy-MM-dd"))); + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败!"); + } + + return map; + } + + /** + * 给某一订单设置配送员 + * + * @param togetherId + * @param adminPhone + * @return + */ + @RequestMapping("/setDeliverAdmin") + public @ResponseBody + Map setDeliverAdmin( + @RequestParam String togetherId, + @RequestParam final String adminPhone) { + Map map = new HashMap(); + try { + int flag1 = orderService.setDeliverAdmin(togetherId, adminPhone); // 设置配送员 + //修改大订单状态为3(配送中) + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + paramMap.put("status", 3); + int flag2 = orderService.modifyOrderStatus(paramMap); + if (flag1 != -1 && flag1 != 0 && flag2 != -1 && flag2 != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "设置配送员成功!"); + + new Thread(new Runnable() { + + public void run() { + // 推送 + pushService.sendPush(adminPhone, + "For优提醒您,一笔新订单已达到,请及时配送,辛苦您了。", 1); + + } + }).start(); - } - }).start(); - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "设置配送员失败!"); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "设置配送员失败!"); - } - - return map; - } - - /** - * - * 配送员获取配送订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/DeliverAdminGetOrder") - public @ResponseBody Map deliverGetOrder( - @RequestParam String phoneId, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - Map requestMap = new HashMap(); - requestMap.put("phoneId", phoneId); - requestMap.put("campusId", campusId); - if (page != null && limit != null) { - requestMap.put("offset", (page - 1) * limit); - requestMap.put("limit", limit); - } - try { - // 获取一笔订单列表 - List deliverOrders = orderService - .deliverGetOrder(requestMap); - if(deliverOrders.size()<=0){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "订单列表为空,请检查phoneId和campusId是否正确。如正确,则当前没有要配送的订单"); - }else{ - for (DeliverOrder deliverOrder : deliverOrders) { - String togetherId = deliverOrder.getTogetherId(); - // 获取订单食品集 - List deliverChildOrders = orderService - .getDeliverChildOrders(togetherId); - Float priceFloat = 0f; - priceFloat = orderService.getTotalPriceByTogetherId(togetherId); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "设置配送员失败!"); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "设置配送员失败!"); + } + + return map; + } + + /** + * 配送员获取配送订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/DeliverAdminGetOrder") + public @ResponseBody + Map deliverGetOrder( + @RequestParam String phoneId, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + Map requestMap = new HashMap(); + requestMap.put("phoneId", phoneId); + requestMap.put("campusId", campusId); + if (page != null && limit != null) { + requestMap.put("offset", (page - 1) * limit); + requestMap.put("limit", limit); + } + try { + // 获取一笔订单列表 + List deliverOrders = orderService + .deliverGetOrder(requestMap); + if (deliverOrders.size() <= 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "订单列表为空,请检查phoneId和campusId是否正确。如正确,则当前没有要配送的订单"); + } else { + for (DeliverOrder deliverOrder : deliverOrders) { + String togetherId = deliverOrder.getTogetherId(); + // 获取订单食品集 + List deliverChildOrders = orderService + .getDeliverChildOrders(togetherId); + Float priceFloat = 0f; + priceFloat = orderService.getTotalPriceByTogetherId(togetherId); // // 获取该笔订单总价 // for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { // if (deliverChildOrder.getIsDiscount() == 0) { @@ -888,143 +891,145 @@ public void run() { // * deliverChildOrder.getOrderCount(); // } // } - deliverOrder.setTotalPrice(priceFloat); - deliverOrder.setOrderList(deliverChildOrders); - } - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取配送订单成功!"); - map.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(deliverOrders, "yyyy-MM-dd"))); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取配送订单失败!"); - } - - return map; - } - - /** - * pc端获取简单的订单列表 - * - * @param status - * @param limit - * @param offset - * @param search - * @return - */ - @RequestMapping(value = "/getPCSimpleOrder") - public @ResponseBody Map getPcOrders(Short status,@RequestParam Integer campusId, - Integer limit, Integer offset, String search) { - Map map = new HashMap(); - - Map paramMap=new HashMap(); + deliverOrder.setTotalPrice(priceFloat); + deliverOrder.setOrderList(deliverChildOrders); + } + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取配送订单成功!"); + map.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(deliverOrders, "yyyy-MM-dd"))); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取配送订单失败!"); + } + + return map; + } + + /** + * pc端获取简单的订单列表 + * + * @param status + * @param limit + * @param offset + * @param search + * @return + */ + @RequestMapping(value = "/getPCSimpleOrder") + public @ResponseBody + Map getPcOrders(Short status, @RequestParam Integer campusId, + Integer limit, Integer offset, String search) { + Map map = new HashMap(); + + Map paramMap = new HashMap(); paramMap.put("campusId", campusId); paramMap.put("limit", limit); paramMap.put("offset", offset); paramMap.put("search", search); paramMap.put("status", status); - List lists = orderService.getPCSimpleOrders(paramMap); - DecimalFormat df = new DecimalFormat("####.00"); - - for (PCOrder order : lists) { - // 如果是完成订单,直接显示交易价格,否则计算应收取的价格 - if (order.getPrice() == null) { - if (order.getIsDiscount() == 0) { - order.setPrice(Float.parseFloat(df.format(order - .getFoodPrice() * order.getOrderCount()))); - } else { - order.setPrice(Float.parseFloat(df.format(order - .getDiscountPrice() * order.getOrderCount()))); - } - } - } - - JSONArray jsonArray = JSONArray.parseArray(JSON - .toJSONStringWithDateFormat(lists, "yyyy-MM-dd")); - - long totalCount = orderService.getPCSimpleOrdersCount(paramMap); - map.put("rows", jsonArray); - map.put("total", totalCount); - return map; - } - - /** - * 设置无效订单 - * - * @param togetherId - * @return - */ - @RequestMapping(value = "/setOrderInvalid", method = RequestMethod.POST) - public @ResponseBody Map setOrderInvalid( - @RequestParam String togetherId) { - Map resultMap = new HashMap(); - - try { - Map parameterMap = new HashMap<>(); - parameterMap.put("togetherId", togetherId); - - int flag = orderService.setOrderInvalid(parameterMap); - if (flag != -1) { - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "订单已取消"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); - } - } catch (Exception e) { - e.printStackTrace(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); - } - - return resultMap; - } - - /** - * 获取某日订单所有订单详情 - * - * @param date - * @return - */ - @RequestMapping(value = "getOrdersByDate") - @ResponseBody - public Map getOrdersByDate(String date, - @RequestParam Integer campusId, Integer limit, Integer page) { - Map resultMap = new HashMap(); - DecimalFormat df = new DecimalFormat("####.00"); - - try { - if (date.equals("") || date.equals("null")) - date = null; - else - date = date.replace("年", "-").replace("月", "-") - .replace("日", ""); - Map paramMap = new HashMap(); - paramMap.put("date", date); - paramMap.put("campusId", campusId); - - if (page != null && limit != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - - System.out.println(date); - List deliverOrders = orderService - .selectOrdersByDate(paramMap); - Float totalPrice = 0f; - for (DeliverOrder deliverOrder : deliverOrders) { - String togetherId = deliverOrder.getTogetherId(); - System.out.println(JSON.toJSON(deliverOrder.getTogetherDate())); - // 获取订单食品集 - paramMap.put("togetherId", togetherId); - List deliverChildOrders = orderService - .getAllChildOrders(paramMap); - Float priceFloat = 0f; - - // 获取该笔订单总价 - for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { + List lists = orderService.getPCSimpleOrders(paramMap); + DecimalFormat df = new DecimalFormat("####.00"); + + for (PCOrder order : lists) { + // 如果是完成订单,直接显示交易价格,否则计算应收取的价格 + if (order.getPrice() == null) { + if (order.getIsDiscount() == 0) { + order.setPrice(Float.parseFloat(df.format(order + .getFoodPrice() * order.getOrderCount()))); + } else { + order.setPrice(Float.parseFloat(df.format(order + .getDiscountPrice() * order.getOrderCount()))); + } + } + } + + JSONArray jsonArray = JSONArray.parseArray(JSON + .toJSONStringWithDateFormat(lists, "yyyy-MM-dd")); + + long totalCount = orderService.getPCSimpleOrdersCount(paramMap); + map.put("rows", jsonArray); + map.put("total", totalCount); + return map; + } + + /** + * 设置无效订单 + * + * @param togetherId + * @return + */ + @RequestMapping(value = "/setOrderInvalid", method = RequestMethod.POST) + public @ResponseBody + Map setOrderInvalid( + @RequestParam String togetherId) { + Map resultMap = new HashMap(); + + try { + Map parameterMap = new HashMap<>(); + parameterMap.put("togetherId", togetherId); + + int flag = orderService.setOrderInvalid(parameterMap); + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "订单已取消"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); + } + } catch (Exception e) { + e.printStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); + } + + return resultMap; + } + + /** + * 获取某日订单所有订单详情 + * + * @param date + * @return + */ + @RequestMapping(value = "getOrdersByDate") + @ResponseBody + public Map getOrdersByDate(String date, + @RequestParam Integer campusId, Integer limit, Integer page) { + Map resultMap = new HashMap(); + DecimalFormat df = new DecimalFormat("####.00"); + + try { + if (date.equals("") || date.equals("null")) + date = null; + else + date = date.replace("年", "-").replace("月", "-") + .replace("日", ""); + Map paramMap = new HashMap(); + paramMap.put("date", date); + paramMap.put("campusId", campusId); + + if (page != null && limit != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + + System.out.println(date); + List deliverOrders = orderService + .selectOrdersByDate(paramMap); + Float totalPrice = 0f; + for (DeliverOrder deliverOrder : deliverOrders) { + String togetherId = deliverOrder.getTogetherId(); + System.out.println(JSON.toJSON(deliverOrder.getTogetherDate())); + // 获取订单食品集 + paramMap.put("togetherId", togetherId); + List deliverChildOrders = orderService + .getAllChildOrders(paramMap); + Float priceFloat = 0f; + + // 获取该笔订单总价 + for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { /*if (deliverChildOrder.getIsDiscount() == 0) { priceFloat += deliverChildOrder.getPrice() * deliverChildOrder.getOrderCount(); @@ -1032,557 +1037,580 @@ public Map getOrdersByDate(String date, priceFloat += deliverChildOrder.getDiscountPrice() * deliverChildOrder.getOrderCount(); }*/ - priceFloat+=deliverChildOrder.getPrice(); - } - totalPrice += priceFloat; - deliverOrder.setTotalPrice(Float.parseFloat(df - .format(priceFloat))); - deliverOrder.setOrderList(deliverChildOrders); - } - - resultMap.put("total_price", df.format(totalPrice)); - resultMap.put("counts", deliverOrders.size()); - resultMap.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(deliverOrders, - "yyyy-MM-dd HH:mm:ss"))); - - } catch (Exception e) { - e.printStackTrace(); - } - - return resultMap; - } - - /** - * 根据togetherId获取大订单信息 - * - * @param togetherId - */ - @RequestMapping("getBigOrderById") - @ResponseBody - public Map getBigOrderById(@RequestParam String togetherId) { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - - Short status = 0; - paramMap.put("togetherId", togetherId); - BigOrder bigOrder = new BigOrder(); - bigOrder.setTogetherId(togetherId); - List orders = orderService.getOrdersById(paramMap); - - Integer campusId=orders.get(0).getCampusId(); - - String campusName=campusService.getCampusName(campusId); - - if (orders.size() > 0 && orders!= null) { - if (orders.get(0).getStatus() != 4) { - status = orders.get(0).getStatus(); - } else { - status = 5; - for (int i = 0; i < orders.size(); i++) { - if (orders.get(i).getIsRemarked() == 0) { - status = 4; - } - } - - } - Receiver receiver = receiverService.getReceiver(paramMap); - receiver.setAddress(campusName+receiver.getAddress()); - Date date = orders.get(0).getTogetherDate(); - bigOrder.setDate(date); - //System.out.println(orders.get(0).getPayWay()); - bigOrder.setPayWay(orders.get(0).getPayWay()); - - Float sum=orders.get(0).getTotalPrice(); - if(sum!=null) - { - DecimalFormat df = new DecimalFormat("0.0"); - bigOrder.setTotalPrice(df.format(sum)); - } - bigOrder.setOrders(orders); - bigOrder.setReceiver(receiver); - bigOrder.setStatus(status); - resultMap.put("BigOrder", - JSONArray.parse(JSON.toJSONStringWithDateFormat(bigOrder, - "yyyy-MM-dd HH:mm:ss"))); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "获取大订单信息成功"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "没有这个大订单"); - } - - return resultMap; - } - - /** - * 修改订单状态 - * @param orderId - * @param status - * @param togetherId - * @return - */ - @RequestMapping("modifyOrderStatus") - public @ResponseBody Map modifyOrderStatus( @RequestParam final String togetherId, @RequestParam Short status, Long orderId){ - Map resultMap = new HashMap(); - Map requestMap = new HashMap(); - - try { - requestMap.put("togetherId", togetherId); - requestMap.put("status", status); - final String userPhone=orderService.getUserPhone(requestMap); //获取用户手机号 - //final String adminPhone=orderService.getAdminPhone(requestMap); //获取配送员手机号 - Integer flag = null; - switch(status){ - case 0: - //购物车 - //flag = orderService.modifyOrderStatus(requestMap); - break; - case 1: - //待付款 - //flag = orderService.modifyOrderStatus(requestMap); - break; - case 2: - //待确认 - flag = orderService.modifyOrderStatus(requestMap); - break; - case 3: - //配送中 - flag = orderService.modifyOrderStatus(requestMap); - new Thread(() -> { //推送 - - pushService.sendPush(userPhone, - "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + priceFloat += deliverChildOrder.getPrice(); + } + totalPrice += priceFloat; + deliverOrder.setTotalPrice(Float.parseFloat(df + .format(priceFloat))); + deliverOrder.setOrderList(deliverChildOrders); + } + + resultMap.put("total_price", df.format(totalPrice)); + resultMap.put("counts", deliverOrders.size()); + resultMap.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(deliverOrders, + "yyyy-MM-dd HH:mm:ss"))); + + } catch (Exception e) { + e.printStackTrace(); + } + + return resultMap; + } + + /** + * 根据togetherId获取大订单信息 + * + * @param togetherId + */ + @RequestMapping("getBigOrderById") + @ResponseBody + public Map getBigOrderById(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + + Short status = 0; + paramMap.put("togetherId", togetherId); + BigOrder bigOrder = new BigOrder(); + bigOrder.setTogetherId(togetherId); + List orders = orderService.getOrdersById(paramMap); + + Integer campusId = orders.get(0).getCampusId(); + + String campusName = campusService.getCampusName(campusId); + + if (orders.size() > 0 && orders != null) { + if (orders.get(0).getStatus() != 4) { + status = orders.get(0).getStatus(); + } else { + status = 5; + for (int i = 0; i < orders.size(); i++) { + if (orders.get(i).getIsRemarked() == 0) { + status = 4; + } + } + + } + Receiver receiver = receiverService.getReceiver(paramMap); + receiver.setAddress(campusName + receiver.getAddress()); + Date date = orders.get(0).getTogetherDate(); + bigOrder.setDate(date); + //System.out.println(orders.get(0).getPayWay()); + bigOrder.setPayWay(orders.get(0).getPayWay()); + + Float sum = orders.get(0).getTotalPrice(); + if (sum != null) { + DecimalFormat df = new DecimalFormat("0.0"); + bigOrder.setTotalPrice(df.format(sum)); + } + bigOrder.setOrders(orders); + bigOrder.setReceiver(receiver); + bigOrder.setStatus(status); + resultMap.put("BigOrder", + JSONArray.parse(JSON.toJSONStringWithDateFormat(bigOrder, + "yyyy-MM-dd HH:mm:ss"))); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取大订单信息成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "没有这个大订单"); + } + + return resultMap; + } + + /** + * 修改订单状态 + * + * @param orderId + * @param status + * @param togetherId + * @return + */ + @RequestMapping("modifyOrderStatus") + public @ResponseBody + Map modifyOrderStatus(@RequestParam final String togetherId, @RequestParam Short status, Long orderId) { + Map resultMap = new HashMap(); + Map requestMap = new HashMap(); + + try { + requestMap.put("togetherId", togetherId); + requestMap.put("status", status); + final String userPhone = orderService.getUserPhone(requestMap); //获取用户手机号 + //final String adminPhone=orderService.getAdminPhone(requestMap); //获取配送员手机号 + Integer flag = null; + switch (status) { + case 0: + //购物车 + //flag = orderService.modifyOrderStatus(requestMap); + break; + case 1: + //待付款 + //flag = orderService.modifyOrderStatus(requestMap); + break; + case 2: + //待确认 + flag = orderService.modifyOrderStatus(requestMap); + break; + case 3: + //配送中 + flag = orderService.modifyOrderStatus(requestMap); + new Thread(new Runnable() { + @Override + public void run() { + //推送 + + pushService.sendPush(userPhone, + "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + + } + }).start(); + + break; + case 4: + //待评价 + flag = orderService.modifyOrderStatus(requestMap); + new Thread(new Runnable() { + @Override + public void run() { + //推送 + pushService.sendPush(userPhone, "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); + } + }).start(); + + break; + case 5: + //小订单已完成 + requestMap.put("orderId", orderId); + requestMap.put("isRemarked", 1); + requestMap.put("status", 4); + flag = orderService.modifyOrderStatus(requestMap); + break; + default: + break; + } + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "更改状态成功"); + resultMap.put("flag", flag); + } catch (Exception e) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "更改状态失败"); + } + + return resultMap; + } + + + /** + * 删除订单(status=4) + * + * @param togetherId + */ + @RequestMapping("/deleteOrder") + public @ResponseBody + Map deleteOrder(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + List orders = orderService.getOrdersById(paramMap); + if (orders.size() > 0) { + orderService.deleteOrder(paramMap); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "删除订单成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单不存在,删除订单失败"); + } + + return resultMap; + } + + /** + * 商品详情处立即购买 + * + * @param campusId + * @param phoneId + * @param foodId + * @param foodCount + * @return + */ + + @RequestMapping("/purchaseImmediately") + public @ResponseBody + Map purchaseImmediately( + @RequestParam Integer campusId, @RequestParam String phoneId, + @RequestParam Long foodId, @RequestParam Integer foodCount) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + + try { + Order order = new Order(campusId, phoneId, foodId, foodCount); + order.setStatus((short) 7); + paramMap.put("orderId", order.getOrderId()); + int flag = orderService.insertSelectiveOrder(order); + + if (flag == -1 || flag == 0) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "生成订单失败"); + } + + SmallOrder smallOrder = orderService.getOrderById(paramMap); + resultMap.put("order", smallOrder); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "订单详情:"); + } catch (Exception e) { + e.printStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "生成订单失败"); + } + return resultMap; + + } + + /** + * 根据id获取满减信息 + * + * @param preferentialId + * @return + */ + @RequestMapping("/getPreferentialById") + public @ResponseBody + Map getPreferentialById(@RequestParam Integer preferentialId) { + Map resultMap = new HashMap(); + Preferential preferential = orderService.getPreferentialById(preferentialId); + resultMap.put("preferential", preferential); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取成功"); + return resultMap; + } + + /** + * 获取满减信息 + * + * @return + */ + @RequestMapping("/getPreferentials") + public @ResponseBody + Map getPreferentialList(@RequestParam Integer campusId) { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + Map resultMap = new HashMap(); + List preferentials = orderService.getPreferential(paramMap); + resultMap.put("preferential", preferentials); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取成功"); + return resultMap; + } + + //获取客户端ip + public String getIpAddr(HttpServletRequest request) { + String ip = request.getHeader("x-forwarded-for"); + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("WL-Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_CLIENT_IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_X_FORWARDED_FOR"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getRemoteAddr(); + } + return ip; + } + + /** + * 取消订单并退款 + * + * @param togetherId + * @return + */ + @RequestMapping("/cancelOrderWithRefund") + public @ResponseBody + Map cancelOrderWithRefund(@RequestParam String togetherId) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + + Integer flag = orderService.cancelOrderWithRefund(paramMap); + if (flag != -1) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单成功,退款受理中,请耐心等待"); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单失败,请重试"); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单失败,请重试"); + } + + return map; + } + + /** + * 获取退款订单 + * + * @param campusId + * @return + */ + @RequestMapping("/getRefundOrder") + public @ResponseBody + JSONArray getRefundOrder(Integer campusId, Integer type) { + Map paramMap = new HashMap(); + + if (type == 1) { + paramMap.put("status", 10); + } else if (type == 0) { + paramMap.put("status", 9); + paramMap.put("campusId", campusId); + } + + List refundOrders = orderService.getPCOrders(paramMap); + System.out.println(refundOrders); + return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); + } + + /** + * 获取退款订单 + * + * @param campusId + * @return + */ + @RequestMapping("/getInvalideOrder") + public @ResponseBody + JSONArray getInvalidOrder(Integer campusId) { + Map paramMap = new HashMap(); - }).start(); - break; - case 4: - //待评价 - flag = orderService.modifyOrderStatus(requestMap); - new Thread(() -> { //推送 + paramMap.put("campusId", campusId); - pushService.sendPush(userPhone, - "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); + List refundOrders = orderService.getPCInvalidOrders(paramMap); //PC获取无效订单 + return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); + } + + /** + * 取消退款 + * + * @return + */ + @RequestMapping("/cancelRefund") + public @ResponseBody + Map cancelRefund(@RequestParam String togetherId) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("togetherId", togetherId); + + int flag = orderService.updateCancelRefund(paramMap); + + if (flag == -1) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "取消失败"); + } else { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "取消成功"); + } + + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "取消失败"); + } + + return resultMap; + } + + /** + * 总校区管理员确认退款 + * + * @param togetherId + * @param totalPrice + * @return + */ + @RequestMapping("/refund") + public @ResponseBody + Map refund(@RequestParam String togetherId, Float totalPrice) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + + Float price = orderService.getTotalPriceByTogetherId(togetherId); + if (Math.abs(price - totalPrice) > 0.1) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "退款失败"); + } else { + String chargeId = orderService.getChargeId(paramMap); + if (chargeId != null) { + Refund refund = ChargeInterface.Refund(chargeId, price); + if (refund != null) { + resultMap.put("refund", refund); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "操作成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "操作失败"); + } + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "操作失败"); + } + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "退款失败"); + } + + return resultMap; + } + + /** + * 校区管理员确认退款 + * + * @param togetherId s * @return + */ + @RequestMapping("/confirmRefund") + public @ResponseBody + Map confirmRefund(String togetherId) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + int flag = orderService.updateRefundStatus(paramMap); //将状态置为10 + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "修改成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + + return resultMap; + } + + /** + * 获取销量和销售额 + * + * @param campusId + * @return + */ + @RequestMapping("getSalesInfoByCampusId") + @ResponseBody + public JSONArray getSalesByDate(@RequestParam Integer campusId, String month) { + Map paramMap = new HashMap(); + + Date dateStart; + Date dateEnd; + List tradeList = new ArrayList(); + + paramMap.put("campusId", campusId); + //System.out.println("month="+month); + //如果month不为空,说明切换了月份;但是注意month为本月的时候,此时是下面的情况 + if (month != null && !month.equals(null) && !month.equals("") && !CalendarTool.checkIsThisMonth(month)) { + Map dateMap = CalendarTool.getFirstAndLastDayOfMonth(month); + dateStart = dateMap.get("monthStart"); + dateEnd = dateMap.get("monthEnd"); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo monthInfo = new TradeInfo(); + monthInfo.setInfoDateType("当月"); + monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(monthInfo); + return (JSONArray) JSON.toJSON(tradeList); + } + + //当天订单数、销售额- + dateStart = CalendarTool.getTodayStart(); + dateEnd = CalendarTool.getTodayEnd(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo todayInfo = new TradeInfo(); + todayInfo.setInfoDateType("今天"); + todayInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap)); //获取指定时间段和指定校区的订单总数 + todayInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap)); //获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + todayInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + paramMap.put("payWay", 2); + todayInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(todayInfo); + paramMap.remove("payWay"); + + //本周订单数、销售额 + dateStart = CalendarTool.getMondayOfThisWeek(); + dateEnd = CalendarTool.getSundayOfThisWeek(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo weekInfo = new TradeInfo(); + weekInfo.setInfoDateType("本周"); + weekInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + weekInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + weekInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + weekInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(weekInfo); + paramMap.remove("payWay"); + + //本月订单数、销售额 + dateStart = CalendarTool.getFirstDayOfThisMonth(); + dateEnd = CalendarTool.getLastDayOfThisMonth(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo monthInfo = new TradeInfo(); + monthInfo.setInfoDateType("本月"); + monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(monthInfo); + + return (JSONArray) JSON.toJSON(tradeList); + } + + @RequestMapping("/deleteOrderTrue") + @ResponseBody + public Map deleteOrderTrue(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + int flag = orderService.deleteOrderTrue(paramMap); + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "删除成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "删除失败"); + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "删除失败"); + } + + return resultMap; + } - }).start(); - break; - case 5: - //小订单已完成 - requestMap.put("orderId", orderId); - requestMap.put("isRemarked", 1); - requestMap.put("status", 4); - flag = orderService.modifyOrderStatus(requestMap); - break; - default: - break; - } - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "更改状态成功"); - resultMap.put("flag", flag); - } catch (Exception e) { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "更改状态失败"); - } - - return resultMap; - } - - - /** - * 删除订单(status=4) - *@param togetherId - */ - @RequestMapping("/deleteOrder") - public @ResponseBody Map deleteOrder(@RequestParam String togetherId) - { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - paramMap.put("togetherId", togetherId); - List orders=orderService.getOrdersById(paramMap); - if(orders.size() > 0) - { - orderService.deleteOrder(paramMap); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "删除订单成功"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单不存在,删除订单失败"); - } - - return resultMap; - } - - /** - * 商品详情处立即购买 - * @param campusId - * @param phoneId - * @param foodId - * @param foodCount - * @return - */ - - @RequestMapping("/purchaseImmediately") - public @ResponseBody Map purchaseImmediately( - @RequestParam Integer campusId, @RequestParam String phoneId, - @RequestParam Long foodId, @RequestParam Integer foodCount) - { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - - try { - Order order = new Order(campusId, phoneId, foodId, foodCount); - order.setStatus((short)7); - paramMap.put("orderId",order.getOrderId()); - int flag = orderService.insertSelectiveOrder(order); - - if (flag == -1 || flag == 0) { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "生成订单失败"); - } - - SmallOrder smallOrder=orderService.getOrderById(paramMap); - resultMap.put("order", smallOrder); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "订单详情:"); - } catch (Exception e) { - e.printStackTrace(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "生成订单失败"); - } - return resultMap; - - } - - /** - * 根据id获取满减信息 - * @param preferentialId - * @return - */ - @RequestMapping("/getPreferentialById") - public @ResponseBody Map getPreferentialById(@RequestParam Integer preferentialId) - { - Map resultMap = new HashMap(); - Preferential preferential=orderService.getPreferentialById(preferentialId); - resultMap.put("preferential",preferential); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"获取成功"); - return resultMap; - } - - /** - * 获取满减信息 - * @return - */ - @RequestMapping("/getPreferentials") - public @ResponseBody Map getPreferentialList(@RequestParam Integer campusId) - { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - Map resultMap = new HashMap(); - List preferentials=orderService.getPreferential(paramMap); - resultMap.put("preferential",preferentials); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"获取成功"); - return resultMap; - } - - //获取客户端ip - public String getIpAddr(HttpServletRequest request){ - String ip = request.getHeader("x-forwarded-for"); - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("Proxy-Client-IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("WL-Proxy-Client-IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("HTTP_CLIENT_IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("HTTP_X_FORWARDED_FOR"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getRemoteAddr(); - } - return ip; - } - - /** - * 取消订单并退款 - * @param togetherId - * @return - */ - @RequestMapping("/cancelOrderWithRefund") - public @ResponseBody Map cancelOrderWithRefund(@RequestParam String togetherId){ - Map map=new HashMap(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - - Integer flag=orderService.cancelOrderWithRefund(paramMap); - if(flag!=-1){ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单成功,退款受理中,请耐心等待"); - }else{ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单失败,请重试"); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单失败,请重试"); - } - - return map; - } - - /** - * 获取退款订单 - * @param campusId - * @return - */ - @RequestMapping("/getRefundOrder") - public @ResponseBody JSONArray getRefundOrder(Integer campusId,Integer type){ - Map paramMap=new HashMap(); - - if(type==1){ - paramMap.put("status",10); - }else if(type==0){ - paramMap.put("status", 9); - paramMap.put("campusId",campusId); - } - - List refundOrders=orderService.getPCOrders(paramMap); - System.out.println(refundOrders); - return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); - } - - /** - * 获取退款订单 - * @param campusId - * @return - */ - @RequestMapping("/getInvalideOrder") - public @ResponseBody JSONArray getInvalidOrder(Integer campusId){ - Map paramMap=new HashMap(); - - paramMap.put("campusId",campusId); - - List refundOrders=orderService.getPCInvalidOrders(paramMap); //PC获取无效订单 - return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); - } - - /** - * 取消退款 - * @return - */ - @RequestMapping("/cancelRefund") - public @ResponseBody Map cancelRefund(@RequestParam String togetherId){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap<>(); - paramMap.put("togetherId",togetherId); - - int flag=orderService.updateCancelRefund(paramMap); - - if(flag==-1){ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"取消失败"); - }else{ - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"取消成功"); - } - - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"取消失败"); - } - - return resultMap; - } - - /** - * 总校区管理员确认退款 - * @param togetherId - * @param totalPrice - * @return - */ - @RequestMapping("/refund") - public @ResponseBody Map refund(@RequestParam String togetherId,Float totalPrice){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - - Float price=orderService.getTotalPriceByTogetherId(togetherId); - if(Math.abs(price-totalPrice)>0.1){ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"退款失败"); - }else{ - String chargeId=orderService.getChargeId(paramMap); - if(chargeId!=null){ - Refund refund=ChargeInterface.Refund(chargeId, price); - if(refund!=null){ - resultMap.put("refund", refund); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"操作成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"操作失败"); - } - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"操作失败"); - } - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"退款失败"); - } - - return resultMap; - } - - /** - * 校区管理员确认退款 - * @param togetherId -s * @return - */ - @RequestMapping("/confirmRefund") - public @ResponseBody Map confirmRefund(String togetherId){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - int flag=orderService.updateRefundStatus(paramMap); //将状态置为10 - if(flag!=-1){ - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"修改成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"修改失败"); - } - - return resultMap; - } - - /** - * 获取销量和销售额 - * @param campusId - * @return - */ - @RequestMapping("getSalesInfoByCampusId") - @ResponseBody - public JSONArray getSalesByDate(@RequestParam Integer campusId, String month){ - Map paramMap=new HashMap(); - - Date dateStart; - Date dateEnd; - List tradeList = new ArrayList(); - - paramMap.put("campusId", campusId); - //System.out.println("month="+month); - //如果month不为空,说明切换了月份;但是注意month为本月的时候,此时是下面的情况 - if(month!=null&&!month.equals(null)&&!month.equals("")&&!CalendarTool.checkIsThisMonth(month)){ - Map dateMap = CalendarTool.getFirstAndLastDayOfMonth(month); - dateStart = dateMap.get("monthStart"); - dateEnd = dateMap.get("monthEnd"); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo monthInfo = new TradeInfo(); - monthInfo.setInfoDateType("当月"); - monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(monthInfo); - return (JSONArray)JSON.toJSON(tradeList); - } - - //当天订单数、销售额- - dateStart = CalendarTool.getTodayStart(); - dateEnd = CalendarTool.getTodayEnd(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo todayInfo = new TradeInfo(); - todayInfo.setInfoDateType("今天"); - todayInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap)); //获取指定时间段和指定校区的订单总数 - todayInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap)); //获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - todayInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - paramMap.put("payWay", 2); - todayInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(todayInfo); - paramMap.remove("payWay"); - - //本周订单数、销售额 - dateStart = CalendarTool.getMondayOfThisWeek(); - dateEnd = CalendarTool.getSundayOfThisWeek(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo weekInfo = new TradeInfo(); - weekInfo.setInfoDateType("本周"); - weekInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - weekInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - weekInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - weekInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(weekInfo); - paramMap.remove("payWay"); - - //本月订单数、销售额 - dateStart = CalendarTool.getFirstDayOfThisMonth(); - dateEnd = CalendarTool.getLastDayOfThisMonth(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo monthInfo = new TradeInfo(); - monthInfo.setInfoDateType("本月"); - monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(monthInfo); - - return (JSONArray)JSON.toJSON(tradeList); - } - - @RequestMapping("/deleteOrderTrue") - @ResponseBody - public Map deleteOrderTrue(@RequestParam String togetherId){ - Map resultMap=new HashMap(); - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId",togetherId); - int flag=orderService.deleteOrderTrue(paramMap); - if(flag!=-1){ - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"删除成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "删除失败"); - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "删除失败"); - } - - return resultMap; - } - } diff --git a/src/main/java/com/changyu/foryou/controller/PayController.java b/src/main/java/com/changyu/foryou/controller/PayController.java index 47520ab..073dcf8 100644 --- a/src/main/java/com/changyu/foryou/controller/PayController.java +++ b/src/main/java/com/changyu/foryou/controller/PayController.java @@ -25,120 +25,127 @@ @Controller @RequestMapping("/pay") public class PayController { - @Autowired - private OrderService orderService; - @Autowired + @Autowired + private OrderService orderService; + @Autowired private UserService userService; @Autowired private PushService pushService; @Autowired private FoodService foodService; - + private static final Logger LOGGER = Logger - .getLogger(PayController.class); - - @RequestMapping("/webHooksForPayAndRefund") - public void webHooksForPaySuccess(HttpServletRequest request, HttpServletResponse response) throws IOException, AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException{ - request.setCharacterEncoding("UTF8"); - - //获取头部所有信息 - Enumeration headerNames = request.getHeaderNames(); - while (headerNames.hasMoreElements()) { - String key = (String) headerNames.nextElement(); - String value = request.getHeader(key); - System.out.println(key+" "+value); - } - // 获得 http body 内容 - BufferedReader reader = request.getReader(); - StringBuffer buffer = new StringBuffer(); - String string; - while ((string = reader.readLine()) != null) { - buffer.append(string); - } - reader.close(); - // 解析异步通知数据 - Event event = Webhooks.eventParse(buffer.toString()); - if ("charge.succeeded".equals(event.getType())) { //支付成功的回调 - doPaySuccess(buffer.toString()); //事务处理 - response.setStatus(200); - } else if ("refund.succeeded".equals(event.getType())) { //退款的回调 - doRefundSuccess(buffer.toString()); //退款事务处理 - response.setStatus(200); - } else { - response.setStatus(500); - } - } - - - /** - * 退款操作 - * @param buffer - * @return - */ - private int doRefundSuccess(String buffer) { - Refund refund = (Refund)Webhooks.parseEvnet(buffer); - LOGGER.info(JSON.toJSONString(refund)); - - Map paramMap=new HashMap(); - - String togetherId=refund.getOrderNo(); - paramMap.put("togetherId",togetherId); - final double price=refund.getAmount()*1.0/100; - - Integer flag=orderService.updateOrderStatusRefundSuccess(paramMap); - final String phone=orderService.getUserPhone(paramMap); //根据订单号获取用户手机号 - //开启极光推送,通知用户退款成功 - new Thread(() -> { //向超级管理员推送,让其分发订单 - - //推送 - pushService.sendPush(phone,"您的一笔金额为"+price+"的订单已经退回到您的账户中,请及时查看。For优。", 5); + .getLogger(PayController.class); + + @RequestMapping("/webHooksForPayAndRefund") + public void webHooksForPaySuccess(HttpServletRequest request, HttpServletResponse response) throws IOException, AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException { + request.setCharacterEncoding("UTF8"); + + //获取头部所有信息 + Enumeration headerNames = request.getHeaderNames(); + while (headerNames.hasMoreElements()) { + String key = (String) headerNames.nextElement(); + String value = request.getHeader(key); + System.out.println(key + " " + value); + } + // 获得 http body 内容 + BufferedReader reader = request.getReader(); + StringBuffer buffer = new StringBuffer(); + String string; + while ((string = reader.readLine()) != null) { + buffer.append(string); + } + reader.close(); + // 解析异步通知数据 + Event event = Webhooks.eventParse(buffer.toString()); + if ("charge.succeeded".equals(event.getType())) { //支付成功的回调 + doPaySuccess(buffer.toString()); //事务处理 + response.setStatus(200); + } else if ("refund.succeeded".equals(event.getType())) { //退款的回调 + doRefundSuccess(buffer.toString()); //退款事务处理 + response.setStatus(200); + } else { + response.setStatus(500); + } + } + + /** + * 退款操作 + * + * @param buffer + * @return + */ + private int doRefundSuccess(String buffer) { + Refund refund = (Refund) Webhooks.parseEvnet(buffer); + LOGGER.info(JSON.toJSONString(refund)); + + Map paramMap = new HashMap(); + + String togetherId = refund.getOrderNo(); + paramMap.put("togetherId", togetherId); + final double price = refund.getAmount() * 1.0 / 100; + + Integer flag = orderService.updateOrderStatusRefundSuccess(paramMap); + final String phone = orderService.getUserPhone(paramMap); //根据订单号获取用户手机号 + //开启极光推送,通知用户退款成功 + new Thread(new Runnable() { + @Override + public void run() { + //推送 + pushService.sendPush(phone, "您的一笔金额为" + price + "的订单已经退回到您的账户中,请及时查看。For优。", 5); + } }).start(); - - return flag; - } - - /**支付成功**/ - public int doPaySuccess(String buffer){ - Charge charge = (Charge)Webhooks.parseEvnet(buffer); - - //System.out.println(JSON.toJSONString(charge)); - //获得charge对象 - Map paramMap=new HashMap(); - - String chargeId=charge.getId(); - paramMap.put("togetherId",charge.getOrderNo()); - paramMap.put("amount",charge.getAmount()*1.0/100); - paramMap.put("chargeId",chargeId); - System.out.println(paramMap); - int flag=orderService.updateOrderStatusAndAmount(paramMap); //支付完成后更新订单状态以及更新价格 ,以及chargeId - - List orders = orderService.getAllOrdersByTogetherId(charge.getOrderNo()); // 获取该笔订单的消息 - for(Order order:orders){ - paramMap.put("foodId", order.getFoodId()); - paramMap.put("orderCount", order.getOrderCount()); - paramMap.put("campusId",order.getCampusId()); - foodService.changeFoodCount(paramMap); // 增加销量,减少存货 - } - - final Integer campusId=orderService.getCampusIdByTogetherId(paramMap); - // 开启线程去访问极光推送 - - new Thread(() -> { //向超级管理员推送,让其分发订单 - - //推送 - //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); - - Map paramterMap=new HashMap(); - paramterMap.put("campusId",campusId); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - for(String phone:superPhones){ + + return flag; + } + + /** + * 支付成功 + **/ + public int doPaySuccess(String buffer) { + Charge charge = (Charge) Webhooks.parseEvnet(buffer); + + //获得charge对象 + Map paramMap = new HashMap<>(); + + String chargeId = charge.getId(); + paramMap.put("togetherId", charge.getOrderNo()); + paramMap.put("amount", charge.getAmount() * 1.0 / 100); + paramMap.put("chargeId", chargeId); + System.out.println(paramMap); + int flag = orderService.updateOrderStatusAndAmount(paramMap); //支付完成后更新订单状态以及更新价格 ,以及chargeId + + List orders = orderService.getAllOrdersByTogetherId(charge.getOrderNo()); // 获取该笔订单的消息 + for (Order order : orders) { + paramMap.put("foodId", order.getFoodId()); + paramMap.put("orderCount", order.getOrderCount()); + paramMap.put("campusId", order.getCampusId()); + foodService.changeFoodCount(paramMap); // 增加销量,减少存货 + } + + final Integer campusId = orderService.getCampusIdByTogetherId(paramMap); + // 开启线程去访问极光推送 + + new Thread(new Runnable() { + @Override + public void run() { + //向超级管理员推送,让其分发订单 //推送 - pushService.sendPush(phone,"一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); + //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); + + Map parameterMap = new HashMap<>(); + parameterMap.put("campusId", campusId); + List superPhones = userService.getAllSuperAdminPhone(parameterMap); + for (String phone : superPhones) { + //推送 + pushService.sendPush(phone, "一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); + } } }).start(); - return flag; - } - + + return flag; + } + } From b5f38196547c0c1609b05be51baba1de154b1377 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 23 Sep 2019 10:30:34 +0800 Subject: [PATCH 10/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9fastjson=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../foryou/{PortraitApplication.java => Application.java} | 6 +++--- src/main/java/com/changyu/foryou/config/MybatisConfig.java | 3 ++- src/main/resources/application.properties | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) rename src/main/java/com/changyu/foryou/{PortraitApplication.java => Application.java} (87%) diff --git a/pom.xml b/pom.xml index 3ba9f2c..72fe2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ com.alibaba fastjson - 1.1.26 + 1.2.61 diff --git a/src/main/java/com/changyu/foryou/PortraitApplication.java b/src/main/java/com/changyu/foryou/Application.java similarity index 87% rename from src/main/java/com/changyu/foryou/PortraitApplication.java rename to src/main/java/com/changyu/foryou/Application.java index 7bd7b2e..39b8292 100644 --- a/src/main/java/com/changyu/foryou/PortraitApplication.java +++ b/src/main/java/com/changyu/foryou/Application.java @@ -12,7 +12,7 @@ @SpringBootApplication @PropertySource("application.properties") -public class PortraitApplication extends SpringBootServletInitializer { +public class Application extends SpringBootServletInitializer { @Bean public MultipartConfigElement multipartConfigElement() { @@ -29,10 +29,10 @@ public MultipartConfigElement multipartConfigElement() { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { - return application.sources(PortraitApplication.class); + return application.sources(Application.class); } public static void main(String[] args) { - SpringApplication.run(PortraitApplication.class, args); + SpringApplication.run(Application.class, args); } } diff --git a/src/main/java/com/changyu/foryou/config/MybatisConfig.java b/src/main/java/com/changyu/foryou/config/MybatisConfig.java index 793d138..52a9e2d 100644 --- a/src/main/java/com/changyu/foryou/config/MybatisConfig.java +++ b/src/main/java/com/changyu/foryou/config/MybatisConfig.java @@ -1,7 +1,6 @@ package com.changyu.foryou.config; import com.alibaba.druid.pool.DruidDataSource; -import com.mysql.cj.jdbc.Driver; import org.mybatis.spring.SqlSessionFactoryBean; import org.mybatis.spring.mapper.MapperScannerConfigurer; import org.springframework.context.annotation.Bean; @@ -14,6 +13,8 @@ import org.springframework.jdbc.datasource.DataSourceTransactionManager; import org.springframework.transaction.annotation.EnableTransactionManagement; +import com.mysql.jdbc.Driver; + /** * Created by zhengzh on 2016/8/17. */ diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e075af6..903b73c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ #mybatis -mybatis.type-aliases-package=com.nawaa.portrait.models +mybatis.type-aliases-package=com.changyu.foryou.model mybatis.mapper-locations=classpath:com/changyu/foryou/mapping/*.xml mybatis.configuration.map-underscore-to-camel-case=false mybatis.configuration.default-fetch-size=10 @@ -11,7 +11,7 @@ mybatis.config-location=classpath:mybatis.xml spring.datasource.url=jdbc:mysql://localhost:3306/foryou?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&nullNamePatternMatchesAll=true spring.datasource.name=foryou spring.datasource.username=root -spring.datasource.password=zc0829 +spring.datasource.password=****** validationQuery=SELECT 1 server.port=8080 \ No newline at end of file From 11a5bac8f4ba1c17e4bc1b27cad6d24868500e3a Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 23 Sep 2019 10:37:30 +0800 Subject: [PATCH 11/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0fileupload=20jar?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72fe2c3..69f6c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ commons-fileupload commons-fileupload - 1.2.2 + 1.3.3 commons-io

+ + + + + +