catalina-2017-12-29.0.log
118 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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
[ INFO ] [2017-12-29 11:53:12] org.hibernate.validator.internal.util.Version [30] - HV000001: Hibernate Validator 5.2.4.Final
[ INFO ] [2017-12-29 11:53:12] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4087 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 11:53:12] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 11:53:12] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49ef0947: startup date [Fri Dec 29 11:53:12 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:53:14] 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-12-29 11:53:15] 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-12-29 11:53:15] 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-12-29 11:53:16] 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-12-29 11:53:16] 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-12-29 11:53:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$7104a789] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:53:16] 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-12-29 11:53:16] 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-12-29 11:53:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 11:53:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 11:53:16] 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-12-29 11:53:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a8f000d8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:53:17] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 11:53:17] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 11:53:17] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 11:53:17] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 5051 ms
[ INFO ] [2017-12-29 11:53:18] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 11:53:18] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 11:53:18] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 11:53:18] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 11:53:18] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 11:53:18] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@389ffe4d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8475231693804302778.8080/,AVAILABLE}
[ INFO ] [2017-12-29 11:53:18] org.eclipse.jetty.server.Server [379] - Started @7648ms
[ INFO ] [2017-12-29 11:53:18] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49ef0947: startup date [Fri Dec 29 11:53:12 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:53:19] 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-12-29 11:53:19] 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-12-29 11:53:19] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:53:19] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:53:19] 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-12-29 11:53:20] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 11:53:20] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:53:20] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 11:53:20] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 14 ms
[ INFO ] [2017-12-29 11:53:20] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@6e0b2a8d{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:53:20] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 11:53:20] com.example.DemoApplication [57] - Started DemoApplication in 8.571 seconds (JVM running for 9.23)
[ INFO ] [2017-12-29 11:58:07] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@49ef0947: startup date [Fri Dec 29 11:53:12 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:58:07] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 11:58:07] 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-12-29 11:58:07] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@6e0b2a8d{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:58:07] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:58:07] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@389ffe4d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8475231693804302778.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 11:58:11] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4095 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 11:58:11] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 11:58:11] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 11:58:11 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:58:13] 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-12-29 11:58:14] 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-12-29 11:58:14] 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-12-29 11:58:15] 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-12-29 11:58:15] 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-12-29 11:58:15] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$53f86c96] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:58:16] 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-12-29 11:58:16] 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-12-29 11:58:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 11:58:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 11:58:16] 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-12-29 11:58:16] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8be3c5e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:58:16] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 11:58:16] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 11:58:16] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 11:58:16] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 5394 ms
[ INFO ] [2017-12-29 11:58:17] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 11:58:17] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 11:58:17] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 11:58:17] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 11:58:17] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 11:58:17] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@1f187b14{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.3357589672268635525.8080/,AVAILABLE}
[ INFO ] [2017-12-29 11:58:17] org.eclipse.jetty.server.Server [379] - Started @8050ms
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 11:58:11 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:58:17] 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-12-29 11:58:17] 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-12-29 11:58:17] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:58:17] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:58:17] 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-12-29 11:58:18] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 11:58:18] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:58:18] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 11:58:18] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 12 ms
[ INFO ] [2017-12-29 11:58:18] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@77367654{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:58:18] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 11:58:18] com.example.DemoApplication [57] - Started DemoApplication in 8.588 seconds (JVM running for 9.343)
[ INFO ] [2017-12-29 11:58:50] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 11:58:11 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:58:50] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 11:58:50] 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-12-29 11:58:50] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@77367654{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:58:50] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:58:50] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@1f187b14{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.3357589672268635525.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 11:58:55] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4099 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 11:58:55] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 11:58:55] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ee5259d: startup date [Fri Dec 29 11:58:55 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:58:57] 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-12-29 11:58:58] 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-12-29 11:58:58] 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-12-29 11:58:58] 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-12-29 11:58:58] 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-12-29 11:58:58] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$9889b0f4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:58:59] 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-12-29 11:58:59] 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-12-29 11:58:59] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 11:58:59] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 11:58:59] 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-12-29 11:58:59] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d0750a43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:58:59] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 11:58:59] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 11:58:59] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 11:58:59] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 4259 ms
[ INFO ] [2017-12-29 11:59:00] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 11:59:00] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:00] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:00] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:00] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:00] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@7826f36b{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.4247001998781775973.8080/,AVAILABLE}
[ INFO ] [2017-12-29 11:59:00] org.eclipse.jetty.server.Server [379] - Started @7706ms
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ee5259d: startup date [Fri Dec 29 11:58:55 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:00] 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-12-29 11:59:00] 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-12-29 11:59:00] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:59:00] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:59:00] 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-12-29 11:59:01] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 11:59:01] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:59:01] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 11:59:01] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 27 ms
[ INFO ] [2017-12-29 11:59:01] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@2f75a5a7{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:59:01] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 11:59:01] com.example.DemoApplication [57] - Started DemoApplication in 7.998 seconds (JVM running for 9.209)
[ INFO ] [2017-12-29 11:59:30] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ee5259d: startup date [Fri Dec 29 11:58:55 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:59:30] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 11:59: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
[ INFO ] [2017-12-29 11:59:30] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@2f75a5a7{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:59:30] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:59:30] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@7826f36b{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.4247001998781775973.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 11:59:33] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4102 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 11:59:33] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 11:59:33] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7bdcaaef: startup date [Fri Dec 29 11:59:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:59:36] 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-12-29 11:59:37] 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-12-29 11:59:37] 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-12-29 11:59:37] 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-12-29 11:59:37] 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-12-29 11:59:37] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$2735214d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:59:38] 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-12-29 11:59:38] 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-12-29 11:59:38] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 11:59:38] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 11:59:38] 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-12-29 11:59:38] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5f207a9c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 11:59:38] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 11:59:38] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 11:59:38] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 11:59:38] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 4972 ms
[ INFO ] [2017-12-29 11:59:39] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 11:59:39] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:39] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:39] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:39] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 11:59:39] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@2269f993{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.7926001483062741521.8080/,AVAILABLE}
[ INFO ] [2017-12-29 11:59:39] org.eclipse.jetty.server.Server [379] - Started @7951ms
[ INFO ] [2017-12-29 11:59:39] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7bdcaaef: startup date [Fri Dec 29 11:59:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 11:59:40] 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-12-29 11:59:40] 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-12-29 11:59:40] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 11:59:40] 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-12-29 11:59:40] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 11:59:40] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 11:59:40] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
[ INFO ] [2017-12-29 11:59:40] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@3ff07ff1{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 11:59:40] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 11:59:40] com.example.DemoApplication [57] - Started DemoApplication in 8.094 seconds (JVM running for 9.141)
[ INFO ] [2017-12-29 12:04:30] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7bdcaaef: startup date [Fri Dec 29 11:59:33 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:04:30] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 12:04: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
[ INFO ] [2017-12-29 12:04:30] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@3ff07ff1{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:04:30] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:04:30] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@2269f993{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.7926001483062741521.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 12:33:02] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4139 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 12:33:02] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 12:33:02] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6eadf829: startup date [Fri Dec 29 12:33:02 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:33:03] 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-12-29 12:33:04] 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-12-29 12:33:04] 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-12-29 12:33:05] 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-12-29 12:33:05] 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-12-29 12:33:05] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$101560fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:33:05] 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-12-29 12:33:05] 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-12-29 12:33:05] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 12:33:05] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 12:33:05] 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-12-29 12:33:05] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4800ba4b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:33:05] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 12:33:05] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 12:33:05] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 12:33:05] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3795 ms
[ INFO ] [2017-12-29 12:33:06] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 12:33:06] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 12:33:06] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 12:33:06] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 12:33:06] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 12:33:06] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@5d3e78d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.6909410156699073883.8080/,AVAILABLE}
[ INFO ] [2017-12-29 12:33:06] org.eclipse.jetty.server.Server [379] - Started @6565ms
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6eadf829: startup date [Fri Dec 29 12:33:02 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:33:07] 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-12-29 12:33:07] 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-12-29 12:33:07] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:33:07] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:33:07] 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-12-29 12:33:08] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 12:33:08] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:33:08] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 12:33:08] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 11 ms
[ INFO ] [2017-12-29 12:33:08] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@4736af1d{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:33:08] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 12:33:08] com.example.DemoApplication [57] - Started DemoApplication in 7.133 seconds (JVM running for 7.775)
[ WARN ] [2017-12-29 12:33:57] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=INSERT INTO t_hpai_member_info (
source,
`timestamp`,
barcode,
channel_id,
manager_id,
`name`,
gender,
birthday_str,
mobile_number,
sampling_date,
recipients,
address,
family_disease,
existing_disease,
weight,
height,
remarks,
member_number,
create_at,
status
)
VALUES (
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?
);; time=18 ms;
[ INFO ] [2017-12-29 12:42:53] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6eadf829: startup date [Fri Dec 29 12:33:02 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:42:53] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 12:42:53] 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-12-29 12:42:53] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@4736af1d{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:42:53] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:42:53] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@5d3e78d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.6909410156699073883.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 12:42:57] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4167 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 12:42:57] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 12:42:57] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@172d1860: startup date [Fri Dec 29 12:42:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:42:59] 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-12-29 12:42:59] 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-12-29 12:42:59] 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-12-29 12:43:00] 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-12-29 12:43:00] 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-12-29 12:43:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$eeb207cf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:43:00] 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-12-29 12:43:00] 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-12-29 12:43:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 12:43:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 12:43:00] 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-12-29 12:43:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$269d611e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:43:00] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 12:43:00] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 12:43:01] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 12:43:01] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3393 ms
[ INFO ] [2017-12-29 12:43:01] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 12:43:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 12:43:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 12:43:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 12:43:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 12:43:01] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@6717230f{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.6792495590792579104.8080/,AVAILABLE}
[ INFO ] [2017-12-29 12:43:01] org.eclipse.jetty.server.Server [379] - Started @5888ms
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@172d1860: startup date [Fri Dec 29 12:42:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:43:02] 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-12-29 12:43:02] 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-12-29 12:43:02] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:43:02] 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-12-29 12:43:02] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 12:43:02] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 12:43:02] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 14 ms
[ INFO ] [2017-12-29 12:43:02] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@23cd9db{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:43:03] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 12:43:03] com.example.DemoApplication [57] - Started DemoApplication in 6.09 seconds (JVM running for 7.051)
[ INFO ] [2017-12-29 12:46:05] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@172d1860: startup date [Fri Dec 29 12:42:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:46:05] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 12:46:05] 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-12-29 12:46:05] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@23cd9db{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:46:05] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:46:05] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@6717230f{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.6792495590792579104.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 12:46:09] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4170 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 12:46:09] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 12:46:09] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 12:46:09 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:46:11] 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-12-29 12:46:12] 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-12-29 12:46:12] 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-12-29 12:46:13] 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-12-29 12:46:13] 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-12-29 12:46:13] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$3c7e90c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:46:13] 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-12-29 12:46:13] 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-12-29 12:46:13] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 12:46:13] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 12:46:13] 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-12-29 12:46:13] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7469ea14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 12:46:14] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 12:46:14] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 12:46:14] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 5072 ms
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 12:46:14] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 12:46:15] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@317cd9ca{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.2836265509058836007.8080/,AVAILABLE}
[ INFO ] [2017-12-29 12:46:15] org.eclipse.jetty.server.Server [379] - Started @7745ms
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 12:46:09 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:46:15] 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-12-29 12:46:15] 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-12-29 12:46:15] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:46:15] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:46:15] 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-12-29 12:46:16] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 12:46:16] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:46:16] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 12:46:16] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms
[ INFO ] [2017-12-29 12:46:16] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@4abaf4ca{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:46:16] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 12:46:16] com.example.DemoApplication [57] - Started DemoApplication in 8.078 seconds (JVM running for 8.939)
[ WARN ] [2017-12-29 12:47:57] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select * from t_hpai_member_info where mobile_number = ? limit 1;; time=1 ms;
[ WARN ] [2017-12-29 12:48:44] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select * from t_hpai_member_info where mobile_number = ? limit 1;; time=1 ms;
[ INFO ] [2017-12-29 12:48:53] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@77f21ee8: startup date [Fri Dec 29 12:46:09 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:48:53] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 12:48:53] 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-12-29 12:48:53] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@4abaf4ca{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:48:53] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:48:53] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@317cd9ca{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.2836265509058836007.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 12:48:57] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4176 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 12:48:57] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 12:48:57] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@38cb4edd: startup date [Fri Dec 29 12:48:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:48:58] 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-12-29 12:48:59] 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-12-29 12:48:59] 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-12-29 12:49:00] 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-12-29 12:49:00] 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-12-29 12:49:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$3c7e90c5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:49:00] 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-12-29 12:49:00] 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-12-29 12:49:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 12:49:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 12:49:00] 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-12-29 12:49:00] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7469ea14] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 12:49:00] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 12:49:00] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 12:49:00] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 12:49:00] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 3299 ms
[ INFO ] [2017-12-29 12:49:01] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 12:49:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 12:49:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 12:49:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 12:49:01] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 12:49:01] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@18ac9a6d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8314149629363910180.8080/,AVAILABLE}
[ INFO ] [2017-12-29 12:49:01] org.eclipse.jetty.server.Server [379] - Started @5573ms
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@38cb4edd: startup date [Fri Dec 29 12:48:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 12:49:01] 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-12-29 12:49:01] 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-12-29 12:49:01] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:49:01] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 12:49:01] 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-12-29 12:49:02] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 12:49:02] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:49:02] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 12:49:02] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 12 ms
[ INFO ] [2017-12-29 12:49:02] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@7a3563f9{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:49:02] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 12:49:02] com.example.DemoApplication [57] - Started DemoApplication in 6.141 seconds (JVM running for 6.749)
[ WARN ] [2017-12-29 12:49:06] org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport [180] - Slow Query Report SQL=select * from t_hpai_member_info where mobile_number = ? limit 1;; time=1 ms;
[ INFO ] [2017-12-29 12:49:20] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [960] - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@38cb4edd: startup date [Fri Dec 29 12:48:57 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 12:49:20] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [449] - Unregistering JMX-exposed beans on shutdown
[ WARN ] [2017-12-29 12:49: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-12-29 12:49:20] org.eclipse.jetty.server.ServerConnector [306] - Stopped ServerConnector@7a3563f9{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 12:49:20] application [2052] - Destroying Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 12:49:20] org.eclipse.jetty.server.handler.ContextHandler [865] - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@18ac9a6d{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.8314149629363910180.8080/,UNAVAILABLE}
[ INFO ] [2017-12-29 14:46:04] com.example.DemoApplication [48] - Starting DemoApplication on 192.168.3.144 with PID 4260 (/Users/JA/yry_java/yry_dp/target/classes started by JA in /Users/JA/yry_java/yry_dp)
[ INFO ] [2017-12-29 14:46:04] com.example.DemoApplication [666] - No active profile set, falling back to default profiles: default
[ INFO ] [2017-12-29 14:46:04] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext [578] - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@52f6c35f: startup date [Fri Dec 29 14:46:04 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 14:46:06] 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-12-29 14:46:07] 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-12-29 14:46:07] 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-12-29 14:46:08] 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-12-29 14:46:08] 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-12-29 14:46:08] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'myBatisConfig' of type [class com.example.utils.mybatis.MyBatisConfig$$EnhancerBySpringCGLIB$$7c53f07b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 14:46:08] 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-12-29 14:46:08] 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-12-29 14:46:08] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'httpLogMapper' 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-12-29 14:46:08] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'memberInfoMapper' 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-12-29 14:46:08] 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-12-29 14:46:08] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [328] - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b43f49ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[ INFO ] [2017-12-29 14:46:09] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory [149] - Server initialized with port: 8080
[ INFO ] [2017-12-29 14:46:09] org.eclipse.jetty.server.Server [327] - jetty-9.2.15.v20160210
[ INFO ] [2017-12-29 14:46:09] application [2052] - Initializing Spring embedded WebApplicationContext
[ INFO ] [2017-12-29 14:46:09] org.springframework.web.context.ContextLoader [272] - Root WebApplicationContext: initialization completed in 4832 ms
[ INFO ] [2017-12-29 14:46:10] org.springframework.boot.context.embedded.ServletRegistrationBean [189] - Mapping servlet: 'dispatcherServlet' to [/]
[ INFO ] [2017-12-29 14:46:10] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'characterEncodingFilter' to: [/*]
[ INFO ] [2017-12-29 14:46:10] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
[ INFO ] [2017-12-29 14:46:10] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'httpPutFormContentFilter' to: [/*]
[ INFO ] [2017-12-29 14:46:10] org.springframework.boot.context.embedded.FilterRegistrationBean [258] - Mapping filter: 'requestContextFilter' to: [/*]
[ INFO ] [2017-12-29 14:46:10] org.eclipse.jetty.server.handler.ContextHandler [744] - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@3d3634d8{/,file:/private/var/folders/gr/vnj7fqcx3779xx9gq56x1dd80000gn/T/jetty-docbase.2689992802276364933.8080/,AVAILABLE}
[ INFO ] [2017-12-29 14:46:10] org.eclipse.jetty.server.Server [379] - Started @8015ms
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter [532] - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@52f6c35f: startup date [Fri Dec 29 14:46:04 CST 2017]; root of context hierarchy
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/register]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.register(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Integer,java.lang.String)
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/genereport]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.genereport(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/getbymobile]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.getbymobile(java.lang.String)
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/memberlist]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.memberlist(java.lang.String,java.lang.Integer,int,int)
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbyday]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbyday(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping [534] - Mapped "{[/marketing/hapi/reportbymonth]}" onto public com.example.support.model.MessageEntity com.example.controller.api.HapiController.reportbymonth(java.lang.String,java.lang.String)
[ INFO ] [2017-12-29 14:46:10] 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-12-29 14:46:10] 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-12-29 14:46:10] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 14:46:10] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping [341] - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
[ INFO ] [2017-12-29 14:46:10] 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-12-29 14:46:11] org.springframework.jmx.export.annotation.AnnotationMBeanExporter [431] - Registering beans for JMX exposure on startup
[ INFO ] [2017-12-29 14:46:11] application [2052] - Initializing Spring FrameworkServlet 'dispatcherServlet'
[ INFO ] [2017-12-29 14:46:11] org.springframework.web.servlet.DispatcherServlet [488] - FrameworkServlet 'dispatcherServlet': initialization started
[ INFO ] [2017-12-29 14:46:11] org.springframework.web.servlet.DispatcherServlet [507] - FrameworkServlet 'dispatcherServlet': initialization completed in 15 ms
[ INFO ] [2017-12-29 14:46:11] org.eclipse.jetty.server.ServerConnector [266] - Started ServerConnector@dd0d842{HTTP/1.1}{0.0.0.0:8080}
[ INFO ] [2017-12-29 14:46:11] org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer [121] - Jetty started on port(s) 8080 (http/1.1)
[ INFO ] [2017-12-29 14:46:11] com.example.DemoApplication [57] - Started DemoApplication in 8.506 seconds (JVM running for 9.498)