Advertisement
Guest User

Spring Console

a guest
Jun 24th, 2017
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. . ____ _ __ _ _
  2. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  3. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  4. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  5. ' |____| .__|_| |_|_| |_\__, | / / / /
  6. =========|_|==============|___/=/_/_/_/
  7. :: Spring Boot :: (v1.5.3.RELEASE)
  8.  
  9. 2017-06-24 22:21:11.134 INFO 9348 --- [ main] c.e.productapp.ProductAppApplication : Starting ProductAppApplication on cc with PID 9348 (started by Chamith in C:\Users\Chamith\Documents\Visual Studio 2015\Projects\OnlineLibraryManagementSystem\spring-boot-keycloak-tutorial)
  10. 2017-06-24 22:21:11.150 INFO 9348 --- [ main] c.e.productapp.ProductAppApplication : No active profile set, falling back to default profiles: default
  11. 2017-06-24 22:21:11.212 INFO 9348 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@10dba097: startup date [Sat Jun 24 22:21:11 IST 2017]; root of context hierarchy
  12. 2017-06-24 22:21:12.939 INFO 9348 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8081 (http)
  13. 2017-06-24 22:21:12.939 INFO 9348 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat
  14. 2017-06-24 22:21:12.939 INFO 9348 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.14
  15. 2017-06-24 22:21:13.095 INFO 9348 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  16. 2017-06-24 22:21:13.095 INFO 9348 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1883 ms
  17. 2017-06-24 22:21:13.205 INFO 9348 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  18. 2017-06-24 22:21:13.222 INFO 9348 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  19. 2017-06-24 22:21:13.222 INFO 9348 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  20. 2017-06-24 22:21:13.223 INFO 9348 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  21. 2017-06-24 22:21:13.223 INFO 9348 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  22. 2017-06-24 22:21:13.416 INFO 9348 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@10dba097: startup date [Sat Jun 24 22:21:11 IST 2017]; root of context hierarchy
  23. 2017-06-24 22:21:13.476 INFO 9348 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/products],methods=[GET]}" onto public java.lang.String com.example.productapp.ProductController.getProducts(org.springframework.ui.Model)
  24. 2017-06-24 22:21:13.476 INFO 9348 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/logout],methods=[GET]}" onto public java.lang.String com.example.productapp.ProductController.logout(javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException
  25. 2017-06-24 22:21:13.476 INFO 9348 --- [ 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)
  26. 2017-06-24 22:21:13.476 INFO 9348 --- [ 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)
  27. 2017-06-24 22:21:13.492 INFO 9348 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  28. 2017-06-24 22:21:13.492 INFO 9348 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  29. 2017-06-24 22:21:13.528 INFO 9348 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  30. 2017-06-24 22:21:13.559 INFO 9348 --- [ main] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
  31. 2017-06-24 22:21:13.622 INFO 9348 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration
  32. 2017-06-24 22:21:13.684 INFO 9348 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  33. 2017-06-24 22:21:13.731 INFO 9348 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8081 (http)
  34. 2017-06-24 22:21:13.731 INFO 9348 --- [ main] c.e.productapp.ProductAppApplication : Started ProductAppApplication in 2.925 seconds (JVM running for 3.56)
  35. 2017-06-24 22:21:25.087 INFO 9348 --- [nio-8081-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  36. 2017-06-24 22:21:25.088 INFO 9348 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  37. 2017-06-24 22:21:25.102 INFO 9348 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 14 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement