-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcadastro-cliente-web.log
440 lines (440 loc) · 89.2 KB
/
cadastro-cliente-web.log
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
2018-02-02 16:48:17.553 INFO 4996 --- [main] c.j.c.CadastroClienteWebApplicationTests : Starting CadastroClienteWebApplicationTests on SMSP-010977 with PID 4996 (started by Juliano in C:\Workspaces\Juliano\sts\spring-boot\cadastro-cliente-web)
2018-02-02 16:48:17.554 INFO 4996 --- [main] c.j.c.CadastroClienteWebApplicationTests : No active profile set, falling back to default profiles: default
2018-02-02 16:48:17.619 INFO 4996 --- [main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:17.620 DEBUG 4996 --- [main] o.s.w.c.s.GenericWebApplicationContext : Bean factory for org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: org.springframework.beans.factory.support.DefaultListableBeanFactory@475c9c31: defining beans [org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor,org.springframework.boot.test.mock.mockito.MockitoPostProcessor,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,cadastroClienteWebApplication]; root of factory hierarchy
2018-02-02 16:48:19.576 DEBUG 4996 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@315df4bb]
2018-02-02 16:48:19.578 DEBUG 4996 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3fc08eec]
2018-02-02 16:48:20.764 INFO 4996 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-02-02 16:48:22.815 INFO 4996 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-02-02 16:48:24.273 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:24.403 DEBUG 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:24.425 DEBUG 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 3 request handler methods found on class br.com.juliano.cadastro_cliente.controller.ClienteController: {public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.lista(org.springframework.ui.Model)={[/cliente/listar],methods=[GET]}, public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.criar(org.springframework.ui.Model)={[/cliente/criar],methods=[GET]}, public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente,org.springframework.web.servlet.mvc.support.RedirectAttributes)={[/cliente/salvar],methods=[POST]}}
2018-02-02 16:48:24.427 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/listar],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.lista(org.springframework.ui.Model)
2018-02-02 16:48:24.429 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/criar],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.criar(org.springframework.ui.Model)
2018-02-02 16:48:24.430 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/salvar],methods=[POST]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente,org.springframework.web.servlet.mvc.support.RedirectAttributes)
2018-02-02 16:48:24.432 DEBUG 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 request handler methods found on class br.com.juliano.cadastro_cliente.WelcomeController: {public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.foo(java.util.Map)={[/foo]}, public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.welcome(java.util.Map)={[/],methods=[GET]}}
2018-02-02 16:48:24.433 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/foo]}" onto public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.foo(java.util.Map<java.lang.String, java.lang.Object>)
2018-02-02 16:48:24.434 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.welcome(java.util.Map<java.lang.String, java.lang.Object>)
2018-02-02 16:48:24.438 DEBUG 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 request handler methods found on class org.springframework.boot.autoconfigure.web.BasicErrorController: {public org.springframework.http.ResponseEntity org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)={[/error]}, public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)={[/error],produces=[text/html]}}
2018-02-02 16:48:24.439 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
2018-02-02 16:48:24.440 INFO 4996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
2018-02-02 16:48:24.481 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Looking for URL mappings in application context: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:24.482 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor': no URL paths identified
2018-02-02 16:48:24.483 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor': no URL paths identified
2018-02-02 16:48:24.483 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2018-02-02 16:48:24.484 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2018-02-02 16:48:24.485 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2018-02-02 16:48:24.485 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2018-02-02 16:48:24.485 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor': no URL paths identified
2018-02-02 16:48:24.486 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2018-02-02 16:48:24.486 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2018-02-02 16:48:24.486 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'cadastroClienteWebApplication': no URL paths identified
2018-02-02 16:48:24.486 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory': no URL paths identified
2018-02-02 16:48:24.487 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteController': no URL paths identified
2018-02-02 16:48:24.488 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteService': no URL paths identified
2018-02-02 16:48:24.489 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'welcomeController': no URL paths identified
2018-02-02 16:48:24.489 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.AutoConfigurationPackages': no URL paths identified
2018-02-02 16:48:24.490 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.490 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry': no URL paths identified
2018-02-02 16:48:24.490 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'propertySourcesPlaceholderConfigurer': no URL paths identified
2018-02-02 16:48:24.490 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration': no URL paths identified
2018-02-02 16:48:24.491 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'standardJacksonObjectMapperBuilderCustomizer': no URL paths identified
2018-02-02 16:48:24.491 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties': no URL paths identified
2018-02-02 16:48:24.491 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': no URL paths identified
2018-02-02 16:48:24.492 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store': no URL paths identified
2018-02-02 16:48:24.492 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration': no URL paths identified
2018-02-02 16:48:24.492 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified
2018-02-02 16:48:24.492 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration': no URL paths identified
2018-02-02 16:48:24.493 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapper': no URL paths identified
2018-02-02 16:48:24.493 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.493 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jsonComponentModule': no URL paths identified
2018-02-02 16:48:24.493 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration': no URL paths identified
2018-02-02 16:48:24.494 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'websocketContainerCustomizer': no URL paths identified
2018-02-02 16:48:24.494 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.494 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat': no URL paths identified
2018-02-02 16:48:24.494 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatEmbeddedServletContainerFactory': no URL paths identified
2018-02-02 16:48:24.495 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.495 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified
2018-02-02 16:48:24.495 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorPageRegistrarBeanPostProcessor': no URL paths identified
2018-02-02 16:48:24.496 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration': no URL paths identified
2018-02-02 16:48:24.496 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServlet': no URL paths identified
2018-02-02 16:48:24.496 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties': no URL paths identified
2018-02-02 16:48:24.496 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration': no URL paths identified
2018-02-02 16:48:24.497 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServletRegistration': no URL paths identified
2018-02-02 16:48:24.497 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.498 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.498 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultValidator': no URL paths identified
2018-02-02 16:48:24.499 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'methodValidationPostProcessor': no URL paths identified
2018-02-02 16:48:24.499 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration': no URL paths identified
2018-02-02 16:48:24.499 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'error': no URL paths identified
2018-02-02 16:48:24.500 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameViewResolver': no URL paths identified
2018-02-02 16:48:24.500 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration': no URL paths identified
2018-02-02 16:48:24.500 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'conventionErrorViewResolver': no URL paths identified
2018-02-02 16:48:24.500 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.501 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorAttributes': no URL paths identified
2018-02-02 16:48:24.501 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'basicErrorController': no URL paths identified
2018-02-02 16:48:24.502 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorPageCustomizer': no URL paths identified
2018-02-02 16:48:24.502 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'preserveErrorControllerTargetClassPostProcessor': no URL paths identified
2018-02-02 16:48:24.502 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties': no URL paths identified
2018-02-02 16:48:24.502 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': no URL paths identified
2018-02-02 16:48:24.503 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified
2018-02-02 16:48:24.503 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerMapping': no URL paths identified
2018-02-02 16:48:24.503 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcValidator': no URL paths identified
2018-02-02 16:48:24.503 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2018-02-02 16:48:24.504 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcPathMatcher': no URL paths identified
2018-02-02 16:48:24.504 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUrlPathHelper': no URL paths identified
2018-02-02 16:48:24.504 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewControllerHandlerMapping': no URL paths identified
2018-02-02 16:48:24.504 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameHandlerMapping': no URL paths identified
2018-02-02 16:48:24.504 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceHandlerMapping': no URL paths identified
2018-02-02 16:48:24.505 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcResourceUrlProvider': no URL paths identified
2018-02-02 16:48:24.505 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultServletHandlerMapping': no URL paths identified
2018-02-02 16:48:24.505 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcConversionService': no URL paths identified
2018-02-02 16:48:24.505 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2018-02-02 16:48:24.506 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified
2018-02-02 16:48:24.506 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified
2018-02-02 16:48:24.506 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'handlerExceptionResolver': no URL paths identified
2018-02-02 16:48:24.506 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcViewResolver': no URL paths identified
2018-02-02 16:48:24.507 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcHandlerMappingIntrospector': no URL paths identified
2018-02-02 16:48:24.507 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration': no URL paths identified
2018-02-02 16:48:24.507 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconHandlerMapping': no URL paths identified
2018-02-02 16:48:24.508 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconRequestHandler': no URL paths identified
2018-02-02 16:48:24.508 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter': no URL paths identified
2018-02-02 16:48:24.508 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultViewResolver': no URL paths identified
2018-02-02 16:48:24.508 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewResolver': no URL paths identified
2018-02-02 16:48:24.508 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'welcomePageHandlerMapping': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestContextFilter': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpPutFormContentFilter': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$JdkDynamicAutoProxyConfiguration': no URL paths identified
2018-02-02 16:48:24.509 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
2018-02-02 16:48:24.510 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.510 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.510 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jta-org.springframework.boot.autoconfigure.transaction.jta.JtaProperties': no URL paths identified
2018-02-02 16:48:24.510 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat': no URL paths identified
2018-02-02 16:48:24.510 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSource': no URL paths identified
2018-02-02 16:48:24.511 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration': no URL paths identified
2018-02-02 16:48:24.511 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$TomcatDataSourcePoolMetadataProviderConfiguration': no URL paths identified
2018-02-02 16:48:24.511 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPoolDataSourceMetadataProvider': no URL paths identified
2018-02-02 16:48:24.512 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration': no URL paths identified
2018-02-02 16:48:24.512 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.512 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializer': no URL paths identified
2018-02-02 16:48:24.512 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties': no URL paths identified
2018-02-02 16:48:24.513 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializerPostProcessor': no URL paths identified
2018-02-02 16:48:24.513 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration': no URL paths identified
2018-02-02 16:48:24.513 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openEntityManagerInViewInterceptor': no URL paths identified
2018-02-02 16:48:24.513 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration': no URL paths identified
2018-02-02 16:48:24.513 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.514 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionManager': no URL paths identified
2018-02-02 16:48:24.515 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaVendorAdapter': no URL paths identified
2018-02-02 16:48:24.515 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactoryBuilder': no URL paths identified
2018-02-02 16:48:24.516 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactory': no URL paths identified
2018-02-02 16:48:24.516 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties': no URL paths identified
2018-02-02 16:48:24.516 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializedPublisher': no URL paths identified
2018-02-02 16:48:24.516 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.516 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.517 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'persistenceExceptionTranslationPostProcessor': no URL paths identified
2018-02-02 16:48:24.517 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.517 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emBeanDefinitionRegistrarPostProcessor': no URL paths identified
2018-02-02 16:48:24.517 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaMappingContext': no URL paths identified
2018-02-02 16:48:24.518 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaContext': no URL paths identified
2018-02-02 16:48:24.518 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteRepository': no URL paths identified
2018-02-02 16:48:24.518 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'itemRepository': no URL paths identified
2018-02-02 16:48:24.518 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pedidoRepository': no URL paths identified
2018-02-02 16:48:24.519 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration': no URL paths identified
2018-02-02 16:48:24.519 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'stringHttpMessageConverter': no URL paths identified
2018-02-02 16:48:24.519 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties': no URL paths identified
2018-02-02 16:48:24.519 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration': no URL paths identified
2018-02-02 16:48:24.519 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mappingJackson2HttpMessageConverter': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageConverters': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataWebConfiguration': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pageableResolver': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sortResolver': no URL paths identified
2018-02-02 16:48:24.520 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataJacksonConfiguration': no URL paths identified
2018-02-02 16:48:24.521 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonGeoModule': no URL paths identified
2018-02-02 16:48:24.521 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.521 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.521 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties': no URL paths identified
2018-02-02 16:48:24.521 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration': no URL paths identified
2018-02-02 16:48:24.522 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.522 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.522 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jdbcTemplate': no URL paths identified
2018-02-02 16:48:24.522 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'namedParameterJdbcTemplate': no URL paths identified
2018-02-02 16:48:24.522 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': no URL paths identified
2018-02-02 16:48:24.523 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified
2018-02-02 16:48:24.523 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionAttributeSource': no URL paths identified
2018-02-02 16:48:24.523 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionInterceptor': no URL paths identified
2018-02-02 16:48:24.523 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified
2018-02-02 16:48:24.523 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration': no URL paths identified
2018-02-02 16:48:24.524 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration': no URL paths identified
2018-02-02 16:48:24.524 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration': no URL paths identified
2018-02-02 16:48:24.524 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionTemplate': no URL paths identified
2018-02-02 16:48:24.524 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.525 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'platformTransactionManagerCustomizers': no URL paths identified
2018-02-02 16:48:24.525 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties': no URL paths identified
2018-02-02 16:48:24.525 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.525 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'characterEncodingFilter': no URL paths identified
2018-02-02 16:48:24.525 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'localeCharsetMappingsCustomizer': no URL paths identified
2018-02-02 16:48:24.526 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.526 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartConfigElement': no URL paths identified
2018-02-02 16:48:24.526 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartResolver': no URL paths identified
2018-02-02 16:48:24.526 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties': no URL paths identified
2018-02-02 16:48:24.526 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.527 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'serverProperties': no URL paths identified
2018-02-02 16:48:24.527 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'duplicateServerPropertiesDetector': no URL paths identified
2018-02-02 16:48:24.527 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration': no URL paths identified
2018-02-02 16:48:24.528 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restTemplateBuilder': no URL paths identified
2018-02-02 16:48:24.528 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration': no URL paths identified
2018-02-02 16:48:24.528 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.orm.jpa.SharedEntityManagerCreator#0': no URL paths identified
2018-02-02 16:48:24.528 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationReport': no URL paths identified
2018-02-02 16:48:24.528 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.context.filter.TestTypeExcludeFilter': no URL paths identified
2018-02-02 16:48:24.529 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer$PropertyMappingCheckBeanPostProcessor': no URL paths identified
2018-02-02 16:48:24.529 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springApplicationArguments': no URL paths identified
2018-02-02 16:48:24.529 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springBootBanner': no URL paths identified
2018-02-02 16:48:24.529 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springBootLoggingSystem': no URL paths identified
2018-02-02 16:48:24.530 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environment': no URL paths identified
2018-02-02 16:48:24.530 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemProperties': no URL paths identified
2018-02-02 16:48:24.530 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemEnvironment': no URL paths identified
2018-02-02 16:48:24.530 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContext': no URL paths identified
2018-02-02 16:48:24.530 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextParameters': no URL paths identified
2018-02-02 16:48:24.531 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextAttributes': no URL paths identified
2018-02-02 16:48:24.531 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified
2018-02-02 16:48:24.531 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoBeans': no URL paths identified
2018-02-02 16:48:24.531 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageSource': no URL paths identified
2018-02-02 16:48:24.531 DEBUG 4996 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationEventMulticaster': no URL paths identified
2018-02-02 16:48:24.554 INFO 4996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-02 16:48:24.554 INFO 4996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-02 16:48:24.579 DEBUG 4996 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Looking for exception mappings: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:24.637 INFO 4996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-02 16:48:25.059 DEBUG 4996 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@eaf8427]
2018-02-02 16:48:25.071 DEBUG 4996 --- [main] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
2018-02-02 16:48:25.072 DEBUG 4996 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@13e00016]
2018-02-02 16:48:25.072 DEBUG 4996 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@7b3cbe6e]
2018-02-02 16:48:25.073 DEBUG 4996 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@177ede17]
2018-02-02 16:48:25.081 INFO 4996 --- [main] c.j.c.CadastroClienteWebApplicationTests : Started CadastroClienteWebApplicationTests in 8.098 seconds (JVM running for 9.47)
2018-02-02 16:48:25.310 INFO 4996 --- [Thread-3] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Fri Feb 02 16:48:17 BRST 2018]; root of context hierarchy
2018-02-02 16:48:25.318 INFO 4996 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2018-02-06 15:51:28.433 INFO 12596 --- [main] c.j.c.CadastroClienteWebApplicationTests : Starting CadastroClienteWebApplicationTests on SMSP-010977 with PID 12596 (started by Juliano in C:\Workspaces\Juliano\sts\spring-boot\cadastro-cliente-web)
2018-02-06 15:51:28.444 INFO 12596 --- [main] c.j.c.CadastroClienteWebApplicationTests : No active profile set, falling back to default profiles: default
2018-02-06 15:51:28.537 INFO 12596 --- [main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:28.538 DEBUG 12596 --- [main] o.s.w.c.s.GenericWebApplicationContext : Bean factory for org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: org.springframework.beans.factory.support.DefaultListableBeanFactory@475c9c31: defining beans [org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor,org.springframework.boot.test.mock.mockito.MockitoPostProcessor,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,cadastroClienteWebApplication]; root of factory hierarchy
2018-02-06 15:51:30.834 DEBUG 12596 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@65ef722a]
2018-02-06 15:51:30.836 DEBUG 12596 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5fd9b663]
2018-02-06 15:51:32.520 INFO 12596 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2018-02-06 15:51:34.928 INFO 12596 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2018-02-06 15:51:36.722 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:36.875 DEBUG 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:36.912 DEBUG 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 3 request handler methods found on class br.com.juliano.cadastro_cliente.controller.ClienteController: {public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.lista(org.springframework.ui.Model)={[/cliente/listar],methods=[GET]}, public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente,org.springframework.web.servlet.mvc.support.RedirectAttributes)={[/cliente/salvar],methods=[POST]}, public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.criar(org.springframework.ui.Model)={[/cliente/criar],methods=[GET]}}
2018-02-06 15:51:36.916 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/listar],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.lista(org.springframework.ui.Model)
2018-02-06 15:51:36.920 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/salvar],methods=[POST]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente,org.springframework.web.servlet.mvc.support.RedirectAttributes)
2018-02-06 15:51:36.920 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cliente/criar],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.controller.ClienteController.criar(org.springframework.ui.Model)
2018-02-06 15:51:36.967 DEBUG 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 request handler methods found on class br.com.juliano.cadastro_cliente.controller.ClienteRestController: {public java.util.List br.com.juliano.cadastro_cliente.controller.ClienteRestController.lista()={[/api/cliente/listar],methods=[GET]}, public void br.com.juliano.cadastro_cliente.controller.ClienteRestController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente)={[/api/cliente/salvar],methods=[POST]}}
2018-02-06 15:51:36.968 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cliente/listar],methods=[GET]}" onto public java.util.List<br.com.juliano.cadastro_cliente.domain.Cliente> br.com.juliano.cadastro_cliente.controller.ClienteRestController.lista()
2018-02-06 15:51:36.972 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cliente/salvar],methods=[POST]}" onto public void br.com.juliano.cadastro_cliente.controller.ClienteRestController.salvar(br.com.juliano.cadastro_cliente.domain.Cliente)
2018-02-06 15:51:36.975 DEBUG 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 request handler methods found on class br.com.juliano.cadastro_cliente.WelcomeController: {public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.foo(java.util.Map)={[/foo]}, public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.welcome(java.util.Map)={[/],methods=[GET]}}
2018-02-06 15:51:36.976 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/foo]}" onto public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.foo(java.util.Map<java.lang.String, java.lang.Object>)
2018-02-06 15:51:36.977 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[GET]}" onto public java.lang.String br.com.juliano.cadastro_cliente.WelcomeController.welcome(java.util.Map<java.lang.String, java.lang.Object>)
2018-02-06 15:51:36.981 DEBUG 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 request handler methods found on class org.springframework.boot.autoconfigure.web.BasicErrorController: {public org.springframework.http.ResponseEntity org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)={[/error]}, public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)={[/error],produces=[text/html]}}
2018-02-06 15:51:36.982 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
2018-02-06 15:51:36.983 INFO 12596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
2018-02-06 15:51:37.043 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Looking for URL mappings in application context: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:37.046 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor': no URL paths identified
2018-02-06 15:51:37.046 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor': no URL paths identified
2018-02-06 15:51:37.046 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2018-02-06 15:51:37.047 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2018-02-06 15:51:37.047 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2018-02-06 15:51:37.048 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2018-02-06 15:51:37.048 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor': no URL paths identified
2018-02-06 15:51:37.048 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2018-02-06 15:51:37.050 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2018-02-06 15:51:37.051 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'cadastroClienteWebApplication': no URL paths identified
2018-02-06 15:51:37.051 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory': no URL paths identified
2018-02-06 15:51:37.052 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteController': no URL paths identified
2018-02-06 15:51:37.052 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteRestController': no URL paths identified
2018-02-06 15:51:37.052 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteService': no URL paths identified
2018-02-06 15:51:37.053 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'welcomeController': no URL paths identified
2018-02-06 15:51:37.053 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.AutoConfigurationPackages': no URL paths identified
2018-02-06 15:51:37.053 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.053 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry': no URL paths identified
2018-02-06 15:51:37.053 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'propertySourcesPlaceholderConfigurer': no URL paths identified
2018-02-06 15:51:37.054 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration': no URL paths identified
2018-02-06 15:51:37.054 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'standardJacksonObjectMapperBuilderCustomizer': no URL paths identified
2018-02-06 15:51:37.054 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties': no URL paths identified
2018-02-06 15:51:37.054 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': no URL paths identified
2018-02-06 15:51:37.055 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store': no URL paths identified
2018-02-06 15:51:37.056 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration': no URL paths identified
2018-02-06 15:51:37.057 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified
2018-02-06 15:51:37.057 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration': no URL paths identified
2018-02-06 15:51:37.058 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapper': no URL paths identified
2018-02-06 15:51:37.058 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.058 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jsonComponentModule': no URL paths identified
2018-02-06 15:51:37.059 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration': no URL paths identified
2018-02-06 15:51:37.059 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'websocketContainerCustomizer': no URL paths identified
2018-02-06 15:51:37.059 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.059 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat': no URL paths identified
2018-02-06 15:51:37.060 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatEmbeddedServletContainerFactory': no URL paths identified
2018-02-06 15:51:37.060 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.060 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified
2018-02-06 15:51:37.061 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorPageRegistrarBeanPostProcessor': no URL paths identified
2018-02-06 15:51:37.061 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration': no URL paths identified
2018-02-06 15:51:37.061 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServlet': no URL paths identified
2018-02-06 15:51:37.063 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties': no URL paths identified
2018-02-06 15:51:37.064 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration': no URL paths identified
2018-02-06 15:51:37.064 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServletRegistration': no URL paths identified
2018-02-06 15:51:37.065 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.065 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.065 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultValidator': no URL paths identified
2018-02-06 15:51:37.065 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'methodValidationPostProcessor': no URL paths identified
2018-02-06 15:51:37.066 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration': no URL paths identified
2018-02-06 15:51:37.066 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'error': no URL paths identified
2018-02-06 15:51:37.066 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameViewResolver': no URL paths identified
2018-02-06 15:51:37.066 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration': no URL paths identified
2018-02-06 15:51:37.066 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'conventionErrorViewResolver': no URL paths identified
2018-02-06 15:51:37.067 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.067 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorAttributes': no URL paths identified
2018-02-06 15:51:37.067 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'basicErrorController': no URL paths identified
2018-02-06 15:51:37.067 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorPageCustomizer': no URL paths identified
2018-02-06 15:51:37.068 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'preserveErrorControllerTargetClassPostProcessor': no URL paths identified
2018-02-06 15:51:37.068 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties': no URL paths identified
2018-02-06 15:51:37.068 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': no URL paths identified
2018-02-06 15:51:37.068 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified
2018-02-06 15:51:37.068 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerMapping': no URL paths identified
2018-02-06 15:51:37.069 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcValidator': no URL paths identified
2018-02-06 15:51:37.069 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2018-02-06 15:51:37.069 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcPathMatcher': no URL paths identified
2018-02-06 15:51:37.069 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUrlPathHelper': no URL paths identified
2018-02-06 15:51:37.070 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewControllerHandlerMapping': no URL paths identified
2018-02-06 15:51:37.070 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameHandlerMapping': no URL paths identified
2018-02-06 15:51:37.070 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceHandlerMapping': no URL paths identified
2018-02-06 15:51:37.070 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcResourceUrlProvider': no URL paths identified
2018-02-06 15:51:37.070 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultServletHandlerMapping': no URL paths identified
2018-02-06 15:51:37.071 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcConversionService': no URL paths identified
2018-02-06 15:51:37.071 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2018-02-06 15:51:37.071 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified
2018-02-06 15:51:37.071 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified
2018-02-06 15:51:37.072 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'handlerExceptionResolver': no URL paths identified
2018-02-06 15:51:37.072 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcViewResolver': no URL paths identified
2018-02-06 15:51:37.072 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcHandlerMappingIntrospector': no URL paths identified
2018-02-06 15:51:37.072 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration': no URL paths identified
2018-02-06 15:51:37.073 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconHandlerMapping': no URL paths identified
2018-02-06 15:51:37.073 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconRequestHandler': no URL paths identified
2018-02-06 15:51:37.073 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter': no URL paths identified
2018-02-06 15:51:37.073 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultViewResolver': no URL paths identified
2018-02-06 15:51:37.074 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewResolver': no URL paths identified
2018-02-06 15:51:37.074 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'welcomePageHandlerMapping': no URL paths identified
2018-02-06 15:51:37.075 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestContextFilter': no URL paths identified
2018-02-06 15:51:37.075 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.076 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified
2018-02-06 15:51:37.076 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpPutFormContentFilter': no URL paths identified
2018-02-06 15:51:37.076 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$JdkDynamicAutoProxyConfiguration': no URL paths identified
2018-02-06 15:51:37.077 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified
2018-02-06 15:51:37.077 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.077 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.077 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jta-org.springframework.boot.autoconfigure.transaction.jta.JtaProperties': no URL paths identified
2018-02-06 15:51:37.078 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat': no URL paths identified
2018-02-06 15:51:37.078 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSource': no URL paths identified
2018-02-06 15:51:37.078 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration': no URL paths identified
2018-02-06 15:51:37.078 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$TomcatDataSourcePoolMetadataProviderConfiguration': no URL paths identified
2018-02-06 15:51:37.079 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPoolDataSourceMetadataProvider': no URL paths identified
2018-02-06 15:51:37.079 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration': no URL paths identified
2018-02-06 15:51:37.079 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.079 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializer': no URL paths identified
2018-02-06 15:51:37.080 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties': no URL paths identified
2018-02-06 15:51:37.080 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializerPostProcessor': no URL paths identified
2018-02-06 15:51:37.080 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration': no URL paths identified
2018-02-06 15:51:37.083 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openEntityManagerInViewInterceptor': no URL paths identified
2018-02-06 15:51:37.083 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration': no URL paths identified
2018-02-06 15:51:37.083 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.084 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionManager': no URL paths identified
2018-02-06 15:51:37.084 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaVendorAdapter': no URL paths identified
2018-02-06 15:51:37.084 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactoryBuilder': no URL paths identified
2018-02-06 15:51:37.085 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactory': no URL paths identified
2018-02-06 15:51:37.085 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties': no URL paths identified
2018-02-06 15:51:37.085 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializedPublisher': no URL paths identified
2018-02-06 15:51:37.085 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.086 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.086 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'persistenceExceptionTranslationPostProcessor': no URL paths identified
2018-02-06 15:51:37.086 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.086 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'emBeanDefinitionRegistrarPostProcessor': no URL paths identified
2018-02-06 15:51:37.087 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaMappingContext': no URL paths identified
2018-02-06 15:51:37.087 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaContext': no URL paths identified
2018-02-06 15:51:37.087 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pedidoRepository': no URL paths identified
2018-02-06 15:51:37.087 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clienteRepository': no URL paths identified
2018-02-06 15:51:37.088 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'itemRepository': no URL paths identified
2018-02-06 15:51:37.088 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration': no URL paths identified
2018-02-06 15:51:37.088 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'stringHttpMessageConverter': no URL paths identified
2018-02-06 15:51:37.088 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties': no URL paths identified
2018-02-06 15:51:37.089 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration': no URL paths identified
2018-02-06 15:51:37.089 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mappingJackson2HttpMessageConverter': no URL paths identified
2018-02-06 15:51:37.089 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration': no URL paths identified
2018-02-06 15:51:37.089 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.089 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageConverters': no URL paths identified
2018-02-06 15:51:37.090 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataWebConfiguration': no URL paths identified
2018-02-06 15:51:37.090 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pageableResolver': no URL paths identified
2018-02-06 15:51:37.090 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sortResolver': no URL paths identified
2018-02-06 15:51:37.090 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataJacksonConfiguration': no URL paths identified
2018-02-06 15:51:37.091 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonGeoModule': no URL paths identified
2018-02-06 15:51:37.091 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.091 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.091 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties': no URL paths identified
2018-02-06 15:51:37.092 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$DataSourceTransactionManagerConfiguration': no URL paths identified
2018-02-06 15:51:37.092 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.092 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.092 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jdbcTemplate': no URL paths identified
2018-02-06 15:51:37.093 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'namedParameterJdbcTemplate': no URL paths identified
2018-02-06 15:51:37.093 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': no URL paths identified
2018-02-06 15:51:37.093 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified
2018-02-06 15:51:37.093 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionAttributeSource': no URL paths identified
2018-02-06 15:51:37.093 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionInterceptor': no URL paths identified
2018-02-06 15:51:37.094 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified
2018-02-06 15:51:37.094 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration': no URL paths identified
2018-02-06 15:51:37.094 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration': no URL paths identified
2018-02-06 15:51:37.094 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration': no URL paths identified
2018-02-06 15:51:37.094 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionTemplate': no URL paths identified
2018-02-06 15:51:37.095 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.095 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'platformTransactionManagerCustomizers': no URL paths identified
2018-02-06 15:51:37.095 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties': no URL paths identified
2018-02-06 15:51:37.095 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.095 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'characterEncodingFilter': no URL paths identified
2018-02-06 15:51:37.096 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'localeCharsetMappingsCustomizer': no URL paths identified
2018-02-06 15:51:37.096 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.096 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartConfigElement': no URL paths identified
2018-02-06 15:51:37.096 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartResolver': no URL paths identified
2018-02-06 15:51:37.097 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties': no URL paths identified
2018-02-06 15:51:37.097 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.097 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'serverProperties': no URL paths identified
2018-02-06 15:51:37.097 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'duplicateServerPropertiesDetector': no URL paths identified
2018-02-06 15:51:37.098 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration': no URL paths identified
2018-02-06 15:51:37.098 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restTemplateBuilder': no URL paths identified
2018-02-06 15:51:37.098 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration': no URL paths identified
2018-02-06 15:51:37.099 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.orm.jpa.SharedEntityManagerCreator#0': no URL paths identified
2018-02-06 15:51:37.099 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationReport': no URL paths identified
2018-02-06 15:51:37.099 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.context.filter.TestTypeExcludeFilter': no URL paths identified
2018-02-06 15:51:37.099 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer$PropertyMappingCheckBeanPostProcessor': no URL paths identified
2018-02-06 15:51:37.099 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springApplicationArguments': no URL paths identified
2018-02-06 15:51:37.100 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springBootBanner': no URL paths identified
2018-02-06 15:51:37.100 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springBootLoggingSystem': no URL paths identified
2018-02-06 15:51:37.100 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environment': no URL paths identified
2018-02-06 15:51:37.100 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemProperties': no URL paths identified
2018-02-06 15:51:37.100 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemEnvironment': no URL paths identified
2018-02-06 15:51:37.101 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContext': no URL paths identified
2018-02-06 15:51:37.101 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextParameters': no URL paths identified
2018-02-06 15:51:37.101 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextAttributes': no URL paths identified
2018-02-06 15:51:37.101 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified
2018-02-06 15:51:37.101 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.test.mock.mockito.MockitoBeans': no URL paths identified
2018-02-06 15:51:37.102 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageSource': no URL paths identified
2018-02-06 15:51:37.102 DEBUG 12596 --- [main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationEventMulticaster': no URL paths identified
2018-02-06 15:51:37.134 INFO 12596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-06 15:51:37.134 INFO 12596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-06 15:51:37.168 DEBUG 12596 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Looking for exception mappings: org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:37.231 INFO 12596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-02-06 15:51:37.692 DEBUG 12596 --- [main] o.s.w.c.s.GenericWebApplicationContext : Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@68c34db2]
2018-02-06 15:51:37.706 DEBUG 12596 --- [main] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings
2018-02-06 15:51:37.707 DEBUG 12596 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@1491cd6c]
2018-02-06 15:51:37.708 DEBUG 12596 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@423f8a73]
2018-02-06 15:51:37.708 DEBUG 12596 --- [main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@1aedf08d]
2018-02-06 15:51:37.718 INFO 12596 --- [main] c.j.c.CadastroClienteWebApplicationTests : Started CadastroClienteWebApplicationTests in 9.953 seconds (JVM running for 12.377)
2018-02-06 15:51:37.968 INFO 12596 --- [Thread-3] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@1e0b4072: startup date [Tue Feb 06 15:51:28 BRST 2018]; root of context hierarchy
2018-02-06 15:51:37.974 INFO 12596 --- [Thread-3] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'