-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.log
124 lines (124 loc) · 23.6 KB
/
application.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
"2018-06-22 15:05:21 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - Starting WdbintegrationApiApplication on UDI-H6SGQM2 with PID 8360 (C:\Everis\workspace\stsbundle\wdbintegration-api\target\classes started by wborgesa in C:\Everis\workspace\stsbundle\wdbintegration-api)
""2018-06-22 15:05:21 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - No active profile set, falling back to default profiles: default
""2018-06-22 15:05:21 [restartedMain] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@767315f2: startup date [Fri Jun 22 15:05:21 BRT 2018]; root of context hierarchy
""2018-06-22 15:05:22 [restartedMain] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8090 (http)
""2018-06-22 15:05:22 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
""2018-06-22 15:05:22 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.29
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 373 ms
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
""2018-06-22 15:05:22 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@767315f2: startup date [Fri Jun 22 15:05:21 BRT 2018]; root of context hierarchy
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.getDataQuery()
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/supplier],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Supplier> br.com.dbintegrationapi.resource.ObjectResource.supplier(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/nonWorkdays],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.NonWorkdays> br.com.dbintegrationapi.resource.ObjectResource.nonWorkdays(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/salesman],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Salesman> br.com.dbintegrationapi.resource.ObjectResource.salesman(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/comission],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.comission(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/payment],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.payment(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:05:22 [restartedMain] INFO o.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-06-22 15:05:22 [restartedMain] INFO o.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-06-22 15:05:22 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:05:22 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:05:22 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
""2018-06-22 15:05:22 [restartedMain] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
""2018-06-22 15:05:22 [restartedMain] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8090 (http)
""2018-06-22 15:05:22 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - Started WdbintegrationApiApplication in 0.663 seconds (JVM running for 10910.44)
""2018-06-22 15:06:38 [Thread-46] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@767315f2: startup date [Fri Jun 22 15:05:21 BRT 2018]; root of context hierarchy
""2018-06-22 15:06:38 [Thread-46] INFO o.s.j.e.a.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
""2018-06-22 15:06:38 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - Starting WdbintegrationApiApplication on UDI-H6SGQM2 with PID 8360 (C:\Everis\workspace\stsbundle\wdbintegration-api\target\classes started by wborgesa in C:\Everis\workspace\stsbundle\wdbintegration-api)
""2018-06-22 15:06:38 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - No active profile set, falling back to default profiles: default
""2018-06-22 15:06:38 [restartedMain] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3c2af56f: startup date [Fri Jun 22 15:06:38 BRT 2018]; root of context hierarchy
""2018-06-22 15:06:39 [restartedMain] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8090 (http)
""2018-06-22 15:06:39 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
""2018-06-22 15:06:39 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.29
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 633 ms
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
""2018-06-22 15:06:39 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3c2af56f: startup date [Fri Jun 22 15:06:38 BRT 2018]; root of context hierarchy
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.getDataQuery()
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/supplier],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Supplier> br.com.dbintegrationapi.resource.ObjectResource.supplier(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/nonWorkdays],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.NonWorkdays> br.com.dbintegrationapi.resource.ObjectResource.nonWorkdays(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/salesman],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Salesman> br.com.dbintegrationapi.resource.ObjectResource.salesman(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/comission],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.comission(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/object/payment],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.payment(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:06:39 [restartedMain] INFO o.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-06-22 15:06:39 [restartedMain] INFO o.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-06-22 15:06:39 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:06:39 [restartedMain] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:06:39 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
""2018-06-22 15:06:39 [restartedMain] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
""2018-06-22 15:06:39 [restartedMain] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8090 (http)
""2018-06-22 15:06:39 [restartedMain] INFO b.c.d.WdbintegrationApiApplication - Started WdbintegrationApiApplication in 0.888 seconds (JVM running for 10987.666)
""2018-06-22 15:07:51 [Thread-52] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3c2af56f: startup date [Fri Jun 22 15:06:38 BRT 2018]; root of context hierarchy
""2018-06-22 15:07:51 [Thread-52] INFO o.s.j.e.a.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
""2018-06-22 15:07:51""2018-06-22 15:07:51""2018-06-22 15:07:51""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:07:52""2018-06-22 15:13:55""2018-06-22 15:13:55""2018-06-22 15:13:55 - Starting WdbintegrationApiApplication on UDI-H6SGQM2 with PID 8360 (C:\Everis\workspace\stsbundle\wdbintegration-api\target\classes started by wborgesa in C:\Everis\workspace\stsbundle\wdbintegration-api)
""2018-06-22 15:13:55 - No active profile set, falling back to default profiles: default
""2018-06-22 15:13:55 - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@58368c61: startup date [Fri Jun 22 15:13:55 BRT 2018]; root of context hierarchy
""2018-06-22 15:13:55 - Tomcat initialized with port(s): 8090 (http)
""2018-06-22 15:13:55 - Starting service [Tomcat]
""2018-06-22 15:13:55 - Starting Servlet Engine: Apache Tomcat/8.5.29
""2018-06-22 15:13:55 - Initializing Spring embedded WebApplicationContext
""2018-06-22 15:13:55 - Root WebApplicationContext: initialization completed in 415 ms
""2018-06-22 15:13:55 - Mapping servlet: 'dispatcherServlet' to [/]
""2018-06-22 15:13:55 - Mapping filter: 'characterEncodingFilter' to: [/*]
""2018-06-22 15:13:55 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
""2018-06-22 15:13:55 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
""2018-06-22 15:13:55 - Mapping filter: 'requestContextFilter' to: [/*]
""2018-06-22 15:13:55 - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@58368c61: startup date [Fri Jun 22 15:13:55 BRT 2018]; root of context hierarchy
""2018-06-22 15:13:55 - Mapped "{[/object],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.getDataQuery()
""2018-06-22 15:13:55 - Mapped "{[/object/supplier],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Supplier> br.com.dbintegrationapi.resource.ObjectResource.supplier(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:13:55 - Mapped "{[/object/nonWorkdays],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.NonWorkdays> br.com.dbintegrationapi.resource.ObjectResource.nonWorkdays(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:13:55 - Mapped "{[/object/salesman],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Salesman> br.com.dbintegrationapi.resource.ObjectResource.salesman(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:13:55 - Mapped "{[/object/comission],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.comission(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:13:55 - Mapped "{[/object/payment],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.payment(br.com.library.wlibrary.core.DataQuery)
""2018-06-22 15:13:55 - 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-06-22 15:13:55 - 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-06-22 15:13:55 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:13:55 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:13:55 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
""2018-06-22 15:13:55 - LiveReload server is running on port 35729
""2018-06-22 15:13:55 - Registering beans for JMX exposure on startup
""2018-06-22 15:13:55 - Tomcat started on port(s): 8090 (http)
""2018-06-22 15:13:55 - Started WdbintegrationApiApplication in 0.638 seconds (JVM running for 11424.002)
""2018-06-22 15:14:16 - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@58368c61: startup date [Fri Jun 22 15:13:55 BRT 2018]; root of context hierarchy
""2018-06-22 15:14:16 - Unregistering JMX-exposed beans on shutdown
"2018-06-22 15:14:17.029 INFO 8360 --- [restartedMain] b.c.d.WdbintegrationApiApplication : Starting WdbintegrationApiApplication on UDI-H6SGQM2 with PID 8360 (C:\Everis\workspace\stsbundle\wdbintegration-api\target\classes started by wborgesa in C:\Everis\workspace\stsbundle\wdbintegration-api)
2018-06-22 15:14:17.029 INFO 8360 --- [restartedMain] b.c.d.WdbintegrationApiApplication : No active profile set, falling back to default profiles: default
2018-06-22 15:14:17.031 INFO 8360 --- [restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@30e4d40a: startup date [Fri Jun 22 15:14:17 BRT 2018]; root of context hierarchy
2018-06-22 15:14:17.433 INFO 8360 --- [restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8090 (http)
2018-06-22 15:14:17.434 INFO 8360 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-06-22 15:14:17.434 INFO 8360 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2018-06-22 15:14:17.452 INFO 8360 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-06-22 15:14:17.452 INFO 8360 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 421 ms
2018-06-22 15:14:17.473 INFO 8360 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-06-22 15:14:17.473 INFO 8360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-06-22 15:14:17.473 INFO 8360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-06-22 15:14:17.473 INFO 8360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-06-22 15:14:17.473 INFO 8360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-06-22 15:14:17.551 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@30e4d40a: startup date [Fri Jun 22 15:14:17 BRT 2018]; root of context hierarchy
2018-06-22 15:14:17.561 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object],methods=[GET]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.getDataQuery()
2018-06-22 15:14:17.561 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object/supplier],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Supplier> br.com.dbintegrationapi.resource.ObjectResource.supplier(br.com.library.wlibrary.core.DataQuery)
2018-06-22 15:14:17.562 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object/nonWorkdays],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.NonWorkdays> br.com.dbintegrationapi.resource.ObjectResource.nonWorkdays(br.com.library.wlibrary.core.DataQuery)
2018-06-22 15:14:17.562 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object/salesman],methods=[POST]}" onto public java.util.List<br.com.library.wlibrary.att.Salesman> br.com.dbintegrationapi.resource.ObjectResource.salesman(br.com.library.wlibrary.core.DataQuery)
2018-06-22 15:14:17.562 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object/comission],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.comission(br.com.library.wlibrary.core.DataQuery)
2018-06-22 15:14:17.563 INFO 8360 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/object/payment],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> br.com.dbintegrationapi.resource.ObjectResource.payment(br.com.library.wlibrary.core.DataQuery)
2018-06-22 15:14:17.564 INFO 8360 --- [restartedMain] 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-06-22 15:14:17.565 INFO 8360 --- [restartedMain] 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-06-22 15:14:17.572 INFO 8360 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-06-22 15:14:17.572 INFO 8360 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-06-22 15:14:17.582 INFO 8360 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-06-22 15:14:17.608 INFO 8360 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2018-06-22 15:14:17.627 INFO 8360 --- [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-06-22 15:14:17.635 INFO 8360 --- [restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8090 (http)
2018-06-22 15:14:17.637 INFO 8360 --- [restartedMain] b.c.d.WdbintegrationApiApplication : Started WdbintegrationApiApplication in 0.639 seconds (JVM running for 11445.735)
2018-06-22 15:21:22.190 INFO 8360 --- [Thread-70] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@30e4d40a: startup date [Fri Jun 22 15:14:17 BRT 2018]; root of context hierarchy
2018-06-22 15:21:22.197 INFO 8360 --- [Thread-70] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown