-
-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathmyapp.log
37 lines (37 loc) · 8.06 KB
/
myapp.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
2018-09-12 17:25:09.269 INFO 17044 --- [main] t2ExternalizingConfPropertiesApplication : Starting Springboot2ExternalizingConfPropertiesApplication on GS-2996 with PID 17044 (C:\Ramesh_Study\spring-boot\spring-boot-articles\springboot2-externalizing-conf-properties\target\classes started by GS-1787 in C:\Ramesh_Study\spring-boot\spring-boot-articles\springboot2-externalizing-conf-properties)
2018-09-12 17:25:09.273 DEBUG 17044 --- [main] t2ExternalizingConfPropertiesApplication : Running with Spring Boot v2.0.4.RELEASE, Spring v5.0.8.RELEASE
2018-09-12 17:25:09.275 INFO 17044 --- [main] t2ExternalizingConfPropertiesApplication : No active profile set, falling back to default profiles: default
2018-09-12 17:25:09.330 INFO 17044 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12e61fe6: startup date [Wed Sep 12 17:25:09 IST 2018]; root of context hierarchy
2018-09-12 17:25:10.533 INFO 17044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2018-09-12 17:25:10.554 INFO 17044 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-12 17:25:10.555 INFO 17044 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32
2018-09-12 17:25:10.560 INFO 17044 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jre1.8.0_172\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre1.8.0_172/bin/server;C:/Program Files/Java/jre1.8.0_172/bin;C:/Program Files/Java/jre1.8.0_172/lib/amd64;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\ProgramData\Lenovo\ReadyApps;C:\Program Files\Java\jdk1.8.0_172\bin;C:\softwares\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\softwares\spring-tool-suite-3.9.5.RELEASE-e4.8.0-win32-x86_64\sts-bundle\sts-3.9.5.RELEASE;;.]
2018-09-12 17:25:10.691 INFO 17044 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-12 17:25:10.692 INFO 17044 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1362 ms
2018-09-12 17:25:10.763 INFO 17044 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-12 17:25:10.767 INFO 17044 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-12 17:25:10.768 INFO 17044 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-12 17:25:10.768 INFO 17044 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-12 17:25:10.768 INFO 17044 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-12 17:25:10.903 INFO 17044 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-12 17:25:11.125 INFO 17044 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12e61fe6: startup date [Wed Sep 12 17:25:09 IST 2018]; root of context hierarchy
2018-09-12 17:25:11.180 INFO 17044 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/properties],methods=[GET]}" onto public void net.guides.springboot2.springboot2externalizingconfproperties.PropertyController.printProperties()
2018-09-12 17:25:11.184 INFO 17044 --- [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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-12 17:25:11.185 INFO 17044 --- [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.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-12 17:25:11.207 INFO 17044 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-12 17:25:11.208 INFO 17044 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-12 17:25:11.352 INFO 17044 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-12 17:25:11.399 INFO 17044 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2018-09-12 17:25:11.404 INFO 17044 --- [main] t2ExternalizingConfPropertiesApplication : Started Springboot2ExternalizingConfPropertiesApplication in 2.527 seconds (JVM running for 3.499)
2018-09-12 17:25:22.831 INFO 17044 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-09-12 17:25:22.831 INFO 17044 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-09-12 17:25:22.851 INFO 17044 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 20 ms
2018-09-12 17:25:22.872 DEBUG 17044 --- [http-nio-8080-exec-1] n.g.s.s.PropertyController : root
2018-09-12 17:25:22.873 DEBUG 17044 --- [http-nio-8080-exec-1] n.g.s.s.PropertyController : root
2018-09-12 17:25:22.873 DEBUG 17044 --- [http-nio-8080-exec-1] n.g.s.s.PropertyController : com.mysql.jdbc.Driver
2018-09-12 17:25:22.873 DEBUG 17044 --- [http-nio-8080-exec-1] n.g.s.s.PropertyController : jdbc:mysql://localhost:3306/dev_db
2018-09-12 17:25:22.873 DEBUG 17044 --- [http-nio-8080-exec-1] n.g.s.s.PropertyController : DataSourceConfig [driver=com.mysql.jdbc.Driver, url=jdbc:mysql://localhost:3306/dev_db, username=root]
2018-09-12 20:56:06.792 INFO 17044 --- [RMI TCP Connection(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2018-09-12 20:56:06.793 INFO 17044 --- [RMI TCP Connection(3)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2018-09-12 20:56:06.793 INFO 17044 --- [RMI TCP Connection(2)-127.0.0.1] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@12e61fe6: startup date [Wed Sep 12 17:25:09 IST 2018]; root of context hierarchy
2018-09-12 20:56:06.795 INFO 17044 --- [RMI TCP Connection(2)-127.0.0.1] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown