2017-09-09 09:27:03.646 INFO 6400 --- [ main] d.springboot.controller.HelloWorld : Starting HelloWorld on DESKTOP-N8HPR69 with PID 6400 (started by wushuai in C:\Users\wushuai\Workspaces\MyEclipse for Spring 2014\springboot Maven Webapp)
2017-09-09 09:27:03.648 INFO 6400 --- [ main] d.springboot.controller.HelloWorld : No active profile set, falling back to default profiles: default
2017-09-09 09:27:03.679 INFO 6400 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5680a576: startup date [Sat Sep 09 09:27:03 CST 2017]; root of context hierarchy
2017-09-09 09:27:04.734 INFO 6400 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-09-09 09:27:04.743 INFO 6400 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2017-09-09 09:27:04.820 INFO 6400 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2017-09-09 09:27:04.820 INFO 6400 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1143 ms
2017-09-09 09:27:04.952 INFO 6400 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2017-09-09 09:27:04.956 INFO 6400 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-09-09 09:27:04.956 INFO 6400 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-09-09 09:27:04.956 INFO 6400 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-09-09 09:27:04.956 INFO 6400 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2017-09-09 09:27:05.266 INFO 6400 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5680a576: startup date [Sat Sep 09 09:27:03 CST 2017]; root of context hierarchy