Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
1,370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.23 KB | None | 0 0
  1.  
  2. . ____ _ __ _ _
  3. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  4. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  5. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  6. ' |____| .__|_| |_|_| |_\__, | / / / /
  7. =========|_|==============|___/=/_/_/_/
  8. :: Spring Boot :: (v1.1.9.RELEASE)
  9.  
  10. 2014-11-25 10:18:53.496 INFO 1 --- [ main] hello.Application : Starting Application on d910f35fc204 with PID 1 (/opt/repo/tmp/gs-spring-boot/complete/target/gs-spring-boot-0.1.0.jar started by root in /data)
  11. 2014-11-25 10:18:53.668 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2da45b1f: startup date [Tue Nov 25 10:18:53 UTC 2014]; root of context hierarchy
  12. 2014-11-25 10:18:55.742 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
  13. 2014-11-25 10:18:58.995 INFO 1 --- [ main] .t.TomcatEmbeddedServletContainerFactory : Server initialized with port: 8080
  14. 2014-11-25 10:18:59.423 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  15. 2014-11-25 10:18:59.430 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/7.0.56
  16. 2014-11-25 10:18:59.810 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  17. 2014-11-25 10:18:59.820 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6155 ms
  18. 2014-11-25 10:19:01.987 INFO 1 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  19. 2014-11-25 10:19:02.022 INFO 1 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
  20. 2014-11-25 10:19:02.024 INFO 1 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  21. 2014-11-25 10:19:02.025 INFO 1 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  22. 2014-11-25 10:19:02.026 INFO 1 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  23. 2014-11-25 10:19:02.834 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  24. 2014-11-25 10:19:03.387 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String hello.HelloController.index()
  25. 2014-11-25 10:19:03.392 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  26. 2014-11-25 10:19:03.393 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" 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)
  27. 2014-11-25 10:19:03.432 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  28. 2014-11-25 10:19:03.433 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  29. 2014-11-25 10:19:04.695 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  30. 2014-11-25 10:19:04.827 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Registering beans for JMX exposure on startup
  31. 2014-11-25 10:19:04.989 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  32. 2014-11-25 10:19:04.990 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  33. 2014-11-25 10:19:04.992 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
  34. 2014-11-25 10:19:04.999 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  35. 2014-11-25 10:19:05.001 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  36. 2014-11-25 10:19:05.003 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  37. 2014-11-25 10:19:05.009 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke()
  38. 2014-11-25 10:19:05.013 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  39. 2014-11-25 10:19:05.018 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
  40. 2014-11-25 10:19:05.021 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  41. 2014-11-25 10:19:05.028 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  42. 2014-11-25 10:19:05.040 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  43. 2014-11-25 10:19:05.087 INFO 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
  44. 2014-11-25 10:19:05.096 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'requestMappingEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=requestMappingEndpoint]
  45. 2014-11-25 10:19:05.178 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'environmentEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=environmentEndpoint]
  46. 2014-11-25 10:19:05.191 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'healthEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=healthEndpoint]
  47. 2014-11-25 10:19:05.199 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'beansEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=beansEndpoint]
  48. 2014-11-25 10:19:05.210 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'infoEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=infoEndpoint]
  49. 2014-11-25 10:19:05.224 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'metricsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=metricsEndpoint]
  50. 2014-11-25 10:19:05.232 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'traceEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=traceEndpoint]
  51. 2014-11-25 10:19:05.256 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'dumpEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=dumpEndpoint]
  52. 2014-11-25 10:19:05.279 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'autoConfigurationAuditEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=autoConfigurationAuditEndpoint]
  53. 2014-11-25 10:19:05.292 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'shutdownEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=shutdownEndpoint]
  54. 2014-11-25 10:19:05.346 INFO 1 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'configurationPropertiesReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=configurationPropertiesReportEndpoint]
  55. 2014-11-25 10:19:05.615 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080/http
  56. 2014-11-25 10:19:05.623 INFO 1 --- [ main] hello.Application : Started Application in 13.624 seconds (JVM running for 16.929)
  57. Let's inspect the beans provided by Spring Boot:
  58. application
  59. applicationContextIdFilter
  60. auditEventRepository
  61. auditListener
  62. autoConfigurationAuditEndpoint
  63. basicErrorController
  64. beanNameHandlerMapping
  65. beanNameViewResolver
  66. beansEndpoint
  67. configurationPropertiesReportEndpoint
  68. counterService
  69. defaultServletHandlerMapping
  70. defaultViewResolver
  71. dispatcherServlet
  72. dispatcherServletRegistration
  73. dumpEndpoint
  74. embeddedServletContainerCustomizerBeanPostProcessor
  75. endpointHandlerMapping
  76. endpointMBeanExporter
  77. endpoints.health.CONFIGURATION_PROPERTIES
  78. endpoints.jmx.CONFIGURATION_PROPERTIES
  79. environmentEndpoint
  80. environmentMvcEndpoint
  81. error
  82. errorAttributes
  83. faviconHandlerMapping
  84. faviconRequestHandler
  85. gaugeService
  86. handlerExceptionResolver
  87. healthAggregator
  88. healthEndpoint
  89. healthMvcEndpoint
  90. helloController
  91. hiddenHttpMethodFilter
  92. http.mappers.CONFIGURATION_PROPERTIES
  93. httpRequestHandlerAdapter
  94. infoEndpoint
  95. jacksonObjectMapper
  96. managementServerProperties
  97. mappingJackson2HttpMessageConverter
  98. mbeanExporter
  99. mbeanServer
  100. messageConverters
  101. metricFilter
  102. metricRepository
  103. metricsEndpoint
  104. metricsMvcEndpoint
  105. multipart.CONFIGURATION_PROPERTIES
  106. multipartConfigElement
  107. multipartResolver
  108. mvcContentNegotiationManager
  109. mvcConversionService
  110. mvcEndpoints
  111. mvcUriComponentsContributor
  112. mvcValidator
  113. objectNamingStrategy
  114. org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
  115. org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration$AuditEventRepositoryConfiguration
  116. org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
  117. org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$InfoPropertiesConfiguration
  118. org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$RequestMappingEndpointConfiguration
  119. org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
  120. org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
  121. org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextFilterConfiguration
  122. org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
  123. org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
  124. org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
  125. org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
  126. org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$MetricRepositoryConfiguration
  127. org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
  128. org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
  129. org.springframework.boot.autoconfigure.AutoConfigurationPackages
  130. org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
  131. org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
  132. org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperAutoConfiguration
  133. org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
  134. org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$Empty
  135. org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
  136. org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration
  137. org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
  138. org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat
  139. org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
  140. org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration
  141. org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
  142. org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$ObjectMappers
  143. org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
  144. org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
  145. org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
  146. org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter
  147. org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration
  148. org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
  149. org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store
  150. org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor
  151. org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor
  152. org.springframework.context.annotation.MBeanExportConfiguration
  153. org.springframework.context.annotation.internalAutowiredAnnotationProcessor
  154. org.springframework.context.annotation.internalCommonAnnotationProcessor
  155. org.springframework.context.annotation.internalConfigurationAnnotationProcessor
  156. org.springframework.context.annotation.internalRequiredAnnotationProcessor
  157. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  158. propertySourcesPlaceholderConfigurer
  159. requestContextListener
  160. requestMappingEndpoint
  161. requestMappingHandlerAdapter
  162. requestMappingHandlerMapping
  163. resourceHandlerMapping
  164. serverProperties
  165. shutdownEndpoint
  166. simpleControllerHandlerAdapter
  167. spring.mvc.CONFIGURATION_PROPERTIES
  168. spring.resources.CONFIGURATION_PROPERTIES
  169. statusHealthIndicator
  170. tomcatEmbeddedServletContainerFactory
  171. traceEndpoint
  172. traceRepository
  173. viewControllerHandlerMapping
  174. viewResolver
  175. webRequestLoggingFilter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement