catalina-2017-10-13.0.log
55.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4653f8eb, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@32fb305f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@924c71f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4d8cc8e9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@55da60c5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7407518b]
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 15:22:41] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@15b6fd08, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@209e235b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6e233c17, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4b3e427e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@647f84c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6fe6dbaa]
[ INFO ] [2017-10-13 15:22:42] com.example.DemoApplicationTests [48] - Starting DemoApplicationTests on qujiehuideMacBook-Pro.local with PID 59135 (/Users/JA/wanmei/java/wanmei_dp_HDP/target/test-classes started by JA in /Users/JA/wanmei/java/wanmei_dp_HDP)
[ INFO ] [2017-10-13 15:22:42] com.example.DemoApplicationTests [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-10-13 15:22:42] org.springframework.web.context.support.GenericWebApplicationContext [578] - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@33390b4a: startup date [Fri Oct 13 15:22:42 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 15:22:42] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-10-13 15:22:44] org.springframework.beans.factory.support.DefaultListableBeanFactory [839] - Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
[ INFO ] [2017-10-13 15:22:44] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'spring.datasource.CONFIGURATION_PROPERTIES' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:44] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:44] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'dataSource' of type [class org.apache.tomcat.jdbc.pool.DataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:44] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'mybatisPageableInterceptor' of type [class com.example.utils.mybatis.pageable.MybatisPageableInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:44] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$aada49a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionFactory' of type [class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionTemplate' of type [class org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'SMSLogsMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'seriesInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'applyInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'accountInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'annotationDrivenTransactionManager' of type [class org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:45] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e2c5a2f1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@33390b4a: startup date [Fri Oct 13 15:22:42 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ApplyInfo)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/scrap]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.scrap(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/recovery]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.recovery(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/upload]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/downexport]}" onto public void com.example.controller.ApplyInfoController.downexport(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/uploadbase64],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.uploadbase64(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/login]}" onto public com.example.support.model.MessageEntity com.example.controller.LoginController.send(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/get]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.get(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/update]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.update(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/up]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.up(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/listByCommercial]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.listByCommercial(javax.servlet.http.HttpServletRequest,java.lang.Integer)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/down]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.down(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/validate]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.validate(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/send]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.send(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:22:46] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:22:46] org.eclipse.jetty.util.log [186] - Logging initialized @5656ms
[ INFO ] [2017-10-13 15:22:47] com.example.DemoApplicationTests [57] - Started DemoApplicationTests in 5.219 seconds (JVM running for 6.368)
[ INFO ] [2017-10-13 15:22:47] org.springframework.web.context.support.GenericWebApplicationContext [960] - Closing org.springframework.web.context.support.GenericWebApplicationContext@33390b4a: startup date [Fri Oct 13 15:22:42 CST 2017]; root of context hierarchy
[ WARN ] [2017-10-13 15:22:47] org.springframework.beans.factory.support.DisposableBeanAdapter [364] - Invocation of destroy method 'close' failed on bean with name 'sqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
[ INFO ] [2017-10-13 15:58:29] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 15:58:30] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 15:58:30] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@924c71f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4d8cc8e9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@55da60c5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7407518b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c7ab830, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4cd25db6]
[ INFO ] [2017-10-13 15:58:30] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 15:58:30] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 15:58:30] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6e233c17, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b3e427e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@647f84c9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6fe6dbaa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1d5faf4b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@74ed73fd]
[ INFO ] [2017-10-13 15:58:30] com.example.DemoApplicationTests [48] - Starting DemoApplicationTests on qujiehuideMacBook-Pro.local with PID 59224 (/Users/JA/wanmei/java/wanmei_dp_HDP/target/test-classes started by JA in /Users/JA/wanmei/java/wanmei_dp_HDP)
[ INFO ] [2017-10-13 15:58:30] com.example.DemoApplicationTests [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-10-13 15:58:30] org.springframework.web.context.support.GenericWebApplicationContext [578] - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5659bb55: startup date [Fri Oct 13 15:58:30 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 15:58:30] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-10-13 15:58:32] org.springframework.beans.factory.support.DefaultListableBeanFactory [839] - Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
[ INFO ] [2017-10-13 15:58:32] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'spring.datasource.CONFIGURATION_PROPERTIES' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:32] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'dataSource' of type [class org.apache.tomcat.jdbc.pool.DataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'mybatisPageableInterceptor' of type [class com.example.utils.mybatis.pageable.MybatisPageableInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$8c60443e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionFactory' of type [class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionTemplate' of type [class org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'SMSLogsMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'seriesInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'applyInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'accountInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'annotationDrivenTransactionManager' of type [class org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:33] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c44b9d8d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5659bb55: startup date [Fri Oct 13 15:58:30 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ApplyInfo)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/scrap]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.scrap(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/recovery]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.recovery(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/upload]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/downexport]}" onto public void com.example.controller.ApplyInfoController.downexport(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/uploadbase64],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.uploadbase64(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/login]}" onto public com.example.support.model.MessageEntity com.example.controller.LoginController.send(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/get]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.get(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/update]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.update(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/down]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.down(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/up]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.up(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/listByCommercial]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.listByCommercial(javax.servlet.http.HttpServletRequest,java.lang.Integer)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/validate]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.validate(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/send]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.send(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:58:34] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 15:58:34] org.eclipse.jetty.util.log [186] - Logging initialized @6362ms
[ INFO ] [2017-10-13 15:58:35] com.example.DemoApplicationTests [57] - Started DemoApplicationTests in 5.148 seconds (JVM running for 7.243)
[ INFO ] [2017-10-13 15:58:35] org.springframework.web.context.support.GenericWebApplicationContext [960] - Closing org.springframework.web.context.support.GenericWebApplicationContext@5659bb55: startup date [Fri Oct 13 15:58:30 CST 2017]; root of context hierarchy
[ WARN ] [2017-10-13 15:58:35] org.springframework.beans.factory.support.DisposableBeanAdapter [364] - Invocation of destroy method 'close' failed on bean with name 'sqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32fb305f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@924c71f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4d8cc8e9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@55da60c5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7407518b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c7ab830]
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.support.AbstractContextLoader [242] - Could not detect default resource locations for test class [com.example.DemoApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.web.WebTestContextBootstrapper [259] - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[ INFO ] [2017-10-13 16:15:23] org.springframework.test.context.web.WebTestContextBootstrapper [185] - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@209e235b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e233c17, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4b3e427e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@647f84c9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6fe6dbaa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1d5faf4b]
[ INFO ] [2017-10-13 16:15:24] com.example.DemoApplicationTests [48] - Starting DemoApplicationTests on qujiehuideMacBook-Pro.local with PID 59250 (/Users/JA/wanmei/java/wanmei_dp_HDP/target/test-classes started by JA in /Users/JA/wanmei/java/wanmei_dp_HDP)
[ INFO ] [2017-10-13 16:15:24] com.example.DemoApplicationTests [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-10-13 16:15:24] org.springframework.web.context.support.GenericWebApplicationContext [578] - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@17b18d5e: startup date [Fri Oct 13 16:15:24 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 16:15:24] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-10-13 16:15:26] org.springframework.beans.factory.support.DefaultListableBeanFactory [839] - Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'spring.datasource.CONFIGURATION_PROPERTIES' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration' of type [class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'dataSource' of type [class org.apache.tomcat.jdbc.pool.DataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'mybatisPageableInterceptor' of type [class com.example.utils.mybatis.pageable.MybatisPageableInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$f35df31c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionFactory' of type [class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'sqlSessionTemplate' of type [class org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'SMSLogsMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'seriesInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'applyInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'accountInfoMapper' of type [class org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'annotationDrivenTransactionManager' of type [class org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:27] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2b494c6b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@17b18d5e: startup date [Fri Oct 13 16:15:24 CST 2017]; root of context hierarchy
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ApplyInfo)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/scrap]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.scrap(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/recovery]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.recovery(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/upload]}" onto public com.example.support.model.MessageEntity com.example.controller.ApplyInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/applyinfo/downexport]}" onto public void com.example.controller.ApplyInfoController.downexport(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/file/uploadbase64],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.FileController.uploadbase64(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/login]}" onto public com.example.support.model.MessageEntity com.example.controller.LoginController.send(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/get]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.get(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/list]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.list(javax.servlet.http.HttpServletRequest,java.lang.Integer,java.lang.Integer,java.lang.Integer)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/save]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/delete]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.delete(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/update]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.update(javax.servlet.http.HttpServletRequest,com.example.models.SeriesInfo)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/up]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.up(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/listByCommercial]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.listByCommercial(javax.servlet.http.HttpServletRequest,java.lang.Integer)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/seriesinfo/down]}" onto public com.example.support.model.MessageEntity com.example.controller.SeriesInfoController.down(javax.servlet.http.HttpServletRequest,java.lang.Long)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/validate]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.validate(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/wanmei/sms/send]}" onto public com.example.support.model.MessageEntity com.example.controller.SmsController.send(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 16:15:28] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 16:15:29] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-10-13 16:15:29] org.eclipse.jetty.util.log [186] - Logging initialized @6666ms
[ INFO ] [2017-10-13 16:15:29] com.example.DemoApplicationTests [57] - Started DemoApplicationTests in 6.098 seconds (JVM running for 7.532)
[ INFO ] [2017-10-13 16:15:30] org.springframework.web.context.support.GenericWebApplicationContext [960] - Closing org.springframework.web.context.support.GenericWebApplicationContext@17b18d5e: startup date [Fri Oct 13 16:15:24 CST 2017]; root of context hierarchy
[ WARN ] [2017-10-13 16:15:30] org.springframework.beans.factory.support.DisposableBeanAdapter [364] - Invocation of destroy method 'close' failed on bean with name 'sqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession