catalina-2017-11-29.0.log
88.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
[ INFO ] [2017-11-29 14:39:33] com.example.DemoApplication [48] - Starting DemoApplication on qujiehuideMacBook-Pro.local with PID 31631 (/Users/JA/kmr-h5-java/kmr_dp_HDP/target/classes started by JA in /Users/JA/kmr-h5-java/kmr_dp_HDP)
[ INFO ] [2017-11-29 14:39:33] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-11-29 14:39:33] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-11-29 14:39:33] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:39:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:39:34] 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-11-29 14:39:35] 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-11-29 14:39:35] 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-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$6d4d2101] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'scoreLogInfoMapper' 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-11-29 14:39:36] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'imgInfoMapper' 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-11-29 14:39:36] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'configInfoMapper' 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-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] 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-11-29 14:39:36] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a5387a50] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:39:36] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 9092
[ INFO ] [2017-11-29 14:39:36] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-11-29 14:39:36] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-11-29 14:39:36] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3173 ms
[ INFO ] [2017-11-29 14:39:37] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-11-29 14:39:37] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-11-29 14:39:37] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-11-29 14:39:37] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-11-29 14:39:37] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-11-29 14:39:37] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@7ecda95b{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.3338688916819545308.9092/,AVAILABLE}
[ INFO ] [2017-11-29 14:39:37] org.eclipse.jetty.server.Server [379] - Started @6128ms
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:39:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile,com.example.models.ImgInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/getbyopenid]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.getbyopenid(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:39:38] 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-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ScoreLogInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/ranking]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.ranking(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.Long)
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/counttoday]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.counttoday(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/wx/getUser]}" onto public com.example.support.model.MessageEntity com.example.controller.WxController.oauth(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:39:38] 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-11-29 14:39:38] 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-11-29 14:39:38] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:39:38] 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-11-29 14:39:38] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-11-29 14:39:38] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-11-29 14:39:38] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 12 ms
[ INFO ] [2017-11-29 14:39:38] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@26a4f9ed{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 14:39:38] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 9092 (http/1.1)
[ INFO ] [2017-11-29 14:39:38] com.example.DemoApplication [57] - Started DemoApplication in 5.844 seconds (JVM running for 7.314)
[ WARN ] [2017-11-29 14:40:57] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select(@i:= @i+ 1) r,
a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,
(
select @i:= 0) t2
order by a.score
limit ?;; time=2 ms;
[ WARN ] [2017-11-29 14:40:57] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select b.*
from(
select(@i:= @i+ 1) r, a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,(
select @i:= 0) t2
order by a.score) b
where b.openid= ?; time=1 ms;
[ INFO ] [2017-11-29 14:42:20] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:39:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:42:20] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-11-29 14:42:20] 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-11-29 14:42:20] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@26a4f9ed{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 14:42:20] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 14:42:20] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@7ecda95b{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.3338688916819545308.9092/,UNAVAILABLE}
[ INFO ] [2017-11-29 14:42:31] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-11-29 14:42:31] com.example.DemoApplication [48] - Starting DemoApplication on qujiehuideMacBook-Pro.local with PID 31637 (/Users/JA/kmr-h5-java/kmr_dp_HDP/target/classes started by JA in /Users/JA/kmr-h5-java/kmr_dp_HDP)
[ INFO ] [2017-11-29 14:42:31] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-11-29 14:42:31] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:42:31 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:42: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-11-29 14:42:34] 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-11-29 14:42:34] 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-11-29 14:42:34] 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-11-29 14:42:34] 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-11-29 14:42:34] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$39e3bbb7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:42:34] 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-11-29 14:42:34] 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-11-29 14:42:34] 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-11-29 14:42:35] 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-11-29 14:42:35] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'scoreLogInfoMapper' 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-11-29 14:42:35] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'imgInfoMapper' 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-11-29 14:42:35] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'configInfoMapper' 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-11-29 14:42:35] 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-11-29 14:42:35] 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-11-29 14:42:35] 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-11-29 14:42:35] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$71cf1506] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 9092
[ INFO ] [2017-11-29 14:42:35] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-11-29 14:42:35] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-11-29 14:42:35] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3933 ms
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-11-29 14:42:35] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-11-29 14:42:36] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@73c48264{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.7337060732055816949.9092/,AVAILABLE}
[ INFO ] [2017-11-29 14:42:36] org.eclipse.jetty.server.Server [379] - Started @6797ms
[ INFO ] [2017-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:42:31 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile,com.example.models.ImgInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/getbyopenid]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.getbyopenid(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:42:36] 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-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ScoreLogInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/ranking]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.ranking(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.Long)
[ INFO ] [2017-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/counttoday]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.counttoday(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/wx/getUser]}" onto public com.example.support.model.MessageEntity com.example.controller.WxController.oauth(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:42:36] 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-11-29 14:42:36] 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-11-29 14:42:36] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:42:36] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:42:36] 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-11-29 14:42:37] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-11-29 14:42:37] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 14:42:37] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-11-29 14:42:37] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
[ INFO ] [2017-11-29 14:42:37] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@514377fc{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 14:42:37] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 9092 (http/1.1)
[ INFO ] [2017-11-29 14:42:37] com.example.DemoApplication [57] - Started DemoApplication in 6.835 seconds (JVM running for 8.032)
[ INFO ] [2017-11-29 14:43:38] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2667f029: startup date [Wed Nov 29 14:42:31 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:43:38] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-11-29 14:43:38] 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-11-29 14:43:38] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@514377fc{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 14:43:38] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 14:43:38] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@73c48264{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.7337060732055816949.9092/,UNAVAILABLE}
[ INFO ] [2017-11-29 14:48:22] com.example.DemoApplication [48] - Starting DemoApplication on qujiehuideMacBook-Pro.local with PID 31646 (/Users/JA/kmr-h5-java/kmr_dp_HDP/target/classes started by JA in /Users/JA/kmr-h5-java/kmr_dp_HDP)
[ INFO ] [2017-11-29 14:48:22] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-11-29 14:48:22] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6933b6c6: startup date [Wed Nov 29 14:48:22 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:48:23] 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-11-29 14:48:24] 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-11-29 14:48:24] 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-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$7d940371] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'scoreLogInfoMapper' 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-11-29 14:48:25] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'imgInfoMapper' 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-11-29 14:48:25] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'configInfoMapper' 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-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] 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-11-29 14:48:25] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b57f5cc0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 14:48:25] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 9092
[ INFO ] [2017-11-29 14:48:25] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-11-29 14:48:25] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-11-29 14:48:25] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3742 ms
[ INFO ] [2017-11-29 14:48:26] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-11-29 14:48:26] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-11-29 14:48:26] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-11-29 14:48:26] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-11-29 14:48:26] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-11-29 14:48:27] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@203765b2{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8642504536456874902.9092/,AVAILABLE}
[ INFO ] [2017-11-29 14:48:27] org.eclipse.jetty.server.Server [379] - Started @7282ms
[ INFO ] [2017-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6933b6c6: startup date [Wed Nov 29 14:48:22 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile,com.example.models.ImgInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/getbyopenid]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.getbyopenid(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:48:27] 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-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ScoreLogInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/ranking]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.ranking(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.Long)
[ INFO ] [2017-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/counttoday]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.counttoday(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/wx/getUser]}" onto public com.example.support.model.MessageEntity com.example.controller.WxController.oauth(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 14:48:27] 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-11-29 14:48:27] 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-11-29 14:48:27] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:48:27] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 14:48:27] 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-11-29 14:48:28] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-11-29 14:48:28] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 14:48:28] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-11-29 14:48:28] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 15 ms
[ INFO ] [2017-11-29 14:48:28] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@1b8ee69d{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 14:48:28] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 9092 (http/1.1)
[ INFO ] [2017-11-29 14:48:28] com.example.DemoApplication [57] - Started DemoApplication in 7.297 seconds (JVM running for 8.783)
[ WARN ] [2017-11-29 14:50:10] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select * from t_kmr_config_info limit 1;; time=4 ms;
[ WARN ] [2017-11-29 14:50:10] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select count(*) c
from `t_kmr_score_log_info`
where create_at BETWEEN ? and ?
and openid= ?;; time=1 ms;
[ WARN ] [2017-11-29 14:50:10] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=insert into `t_kmr_score_log_info` (
`openid`,
`nickname`,
`headimgurl`,
gtmc_uid,
gtmc_name,
gtmc_department,
`score`,
`create_at`,
`status`
)
values(
?,
?,
?,
?,
?,
?,
?,
?,
?
);; time=2 ms;
[ WARN ] [2017-11-29 14:59:25] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select(@i:= @i+ 1) r,
a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,
(
select @i:= 0) t2
order by a.score
limit ?;; time=1 ms;
[ WARN ] [2017-11-29 14:59:25] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select b.*
from(
select(@i:= @i+ 1) r, a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,(
select @i:= 0) t2
order by a.score) b
where b.openid= ?; time=1 ms;
[ WARN ] [2017-11-29 14:59:47] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select(@i:= @i+ 1) r,
a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,
(
select @i:= 0) t2
order by a.score
limit ?;; time=1 ms;
[ WARN ] [2017-11-29 14:59:47] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select b.*
from(
select(@i:= @i+ 1) r, a.*
from(
select openid, min(score) score, nickname, headimgurl
from t_kmr_score_log_info
where status= 1
GROUP BY openid) a,(
select @i:= 0) t2
order by a.score) b
where b.openid= ?; time=1 ms;
[ INFO ] [2017-11-29 16:03:33] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6933b6c6: startup date [Wed Nov 29 14:48:22 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 16:03:33] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-11-29 16:03:33] 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-11-29 16:03:33] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@1b8ee69d{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 16:03:33] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 16:03:33] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@203765b2{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8642504536456874902.9092/,UNAVAILABLE}
[ INFO ] [2017-11-29 16:18:16] com.example.DemoApplication [48] - Starting DemoApplication on qujiehuideMacBook-Pro.local with PID 31744 (/Users/JA/kmr-h5-java/kmr_dp_HDP/target/classes started by JA in /Users/JA/kmr-h5-java/kmr_dp_HDP)
[ INFO ] [2017-11-29 16:18:16] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-11-29 16:18:16] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6933b6c6: startup date [Wed Nov 29 16:18:16 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 16:18:17] 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-11-29 16:18:18] 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-11-29 16:18:18] 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-11-29 16:18:19] 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-11-29 16:18:19] 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-11-29 16:18:19] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$826a13b6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 16:18:20] 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-11-29 16:18:20] 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-11-29 16:18:20] 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-11-29 16:18:20] 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-11-29 16:18:20] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'scoreLogInfoMapper' 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-11-29 16:18:20] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'imgInfoMapper' 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-11-29 16:18:20] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'configInfoMapper' 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-11-29 16:18:20] 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-11-29 16:18:20] 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-11-29 16:18:20] 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-11-29 16:18:20] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ba556d05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-11-29 16:18:20] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 9092
[ INFO ] [2017-11-29 16:18:20] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-11-29 16:18:20] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-11-29 16:18:20] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 4009 ms
[ INFO ] [2017-11-29 16:18:21] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-11-29 16:18:21] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-11-29 16:18:21] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-11-29 16:18:21] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-11-29 16:18:21] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-11-29 16:18:22] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@506aa618{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.1480127264417621084.9092/,AVAILABLE}
[ INFO ] [2017-11-29 16:18:22] org.eclipse.jetty.server.Server [379] - Started @7849ms
[ INFO ] [2017-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6933b6c6: startup date [Wed Nov 29 16:18:16 CST 2017]; root of context hierarchy
[ INFO ] [2017-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/upload],methods=[POST]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.upload(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile,com.example.models.ImgInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/img/getbyopenid]}" onto public com.example.support.model.MessageEntity com.example.controller.ImgInfoController.getbyopenid(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] 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-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/save]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.save(javax.servlet.http.HttpServletRequest,com.example.models.ScoreLogInfo,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/sum]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.sum(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/ranking]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.ranking(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.Long)
[ INFO ] [2017-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/rank/counttoday]}" onto public com.example.support.model.MessageEntity com.example.controller.ScoreLogInfoController.counttoday(javax.servlet.http.HttpServletRequest,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:22] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/kmr/wx/getUser]}" onto public com.example.support.model.MessageEntity com.example.controller.WxController.oauth(javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String)
[ INFO ] [2017-11-29 16:18:22] 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-11-29 16:18:22] 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-11-29 16:18:23] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 16:18:23] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-11-29 16:18:23] 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-11-29 16:18:24] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-11-29 16:18:24] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-11-29 16:18:24] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-11-29 16:18:24] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 63 ms
[ INFO ] [2017-11-29 16:18:24] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@594619d0{HTTP/1.1}{0.0.0.0:9092}
[ INFO ] [2017-11-29 16:18:24] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 9092 (http/1.1)
[ INFO ] [2017-11-29 16:18:24] com.example.DemoApplication [57] - Started DemoApplication in 8.654 seconds (JVM running for 9.982)