-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyLog.log
More file actions
52 lines (52 loc) · 10.8 KB
/
myLog.log
File metadata and controls
52 lines (52 loc) · 10.8 KB
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
2019-09-03 10:59:48.809 INFO 7340 --- [restartedMain] AOPDemo.demo2.Demo1Application : Starting Demo1Application on AS5I1LSDKRB5TOU with PID 7340 (E:\ZJJ_Neaten5.10\zjj_parent\SpringBoot\target\classes started by Administrator in E:\ZJJ_Neaten5.10\zjj_parent)
2019-09-03 10:59:48.821 INFO 7340 --- [restartedMain] AOPDemo.demo2.Demo1Application : No active profile set, falling back to default profiles: default
2019-09-03 10:59:48.979 INFO 7340 --- [restartedMain] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@110f0195: startup date [Tue Sep 03 10:59:48 CST 2019]; root of context hierarchy
2019-09-03 10:59:51.122 WARN 7340 --- [restartedMain] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[AOPDemo.demo2]' package. Please check your configuration.
2019-09-03 10:59:52.947 INFO 7340 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b915411d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-03 10:59:54.233 INFO 7340 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8099 (http)
2019-09-03 10:59:54.270 INFO 7340 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-03 10:59:54.271 INFO 7340 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-09-03 10:59:54.278 INFO 7340 --- [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: [E:\jdk\jdk1.8.0_172\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;E:\Program Files (x86)\TortoiseSVN\bin;E:\jdk\jdk1.8.0_172\bin;E:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin;E:\Program Files (x86)\TortoiseGit\bin;E:\Program Files (x86)\mysql-5.7.24-winx64\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Local\GitHubDesktop\bin;.]
2019-09-03 10:59:54.585 INFO 7340 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-03 10:59:54.585 INFO 7340 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5606 ms
2019-09-03 10:59:56.325 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-09-03 10:59:56.334 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-09-03 10:59:56.335 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-09-03 10:59:56.336 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-09-03 10:59:56.336 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-09-03 10:59:56.337 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-09-03 10:59:56.337 INFO 7340 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-09-03 10:59:56.779 INFO 7340 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-03 10:59:57.209 INFO 7340 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-03 10:59:57.345 INFO 7340 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2019-09-03 10:59:57.376 INFO 7340 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-09-03 10:59:57.599 INFO 7340 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.2.16.Final}
2019-09-03 10:59:57.603 INFO 7340 --- [restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-09-03 10:59:57.703 INFO 7340 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2019-09-03 10:59:57.996 INFO 7340 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2019-09-03 10:59:58.887 INFO 7340 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-03 10:59:59.106 INFO 7340 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-09-03 10:59:59.878 INFO 7340 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@110f0195: startup date [Tue Sep 03 10:59:48 CST 2019]; root of context hierarchy
2019-09-03 10:59:59.939 WARN 7340 --- [restartedMain] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2019-09-03 11:00:00.018 INFO 7340 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/burangfangwen]}" onto public java.lang.String AOPDemo.demo2.controller.HelloworldController.burangfangwen(java.lang.String)
2019-09-03 11:00:00.021 INFO 7340 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/sayhello.html]}" onto public java.lang.String AOPDemo.demo2.controller.HelloworldController.say(java.lang.String)
2019-09-03 11:00:00.021 INFO 7340 --- [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/keyifangwen]}" onto public java.lang.String AOPDemo.demo2.controller.HelloworldController.keyifangwen(java.lang.String)
2019-09-03 11:00:00.025 INFO 7340 --- [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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-09-03 11:00:00.026 INFO 7340 --- [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.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-09-03 11:00:00.107 INFO 7340 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-09-03 11:00:00.107 INFO 7340 --- [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-09-03 11:00:01.543 INFO 7340 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-03 11:00:01.579 INFO 7340 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-09-03 11:00:01.602 INFO 7340 --- [restartedMain] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
2019-09-03 11:00:01.604 INFO 7340 --- [restartedMain] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
2019-09-03 11:00:01.605 INFO 7340 --- [restartedMain] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-09-03 11:00:01.749 INFO 7340 --- [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-09-03 11:00:01.751 INFO 7340 --- [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-09-03 11:00:01.767 INFO 7340 --- [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2019-09-03 11:00:01.857 INFO 7340 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8099 (http) with context path ''
2019-09-03 11:00:01.865 INFO 7340 --- [restartedMain] AOPDemo.demo2.Demo1Application : Started Demo1Application in 13.984 seconds (JVM running for 18.347)
2019-09-03 11:00:02.344 INFO 7340 --- [RMI TCP Connection(4)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2019-09-03 11:00:02.345 INFO 7340 --- [RMI TCP Connection(4)-127.0.0.1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2019-09-03 11:00:02.573 INFO 7340 --- [RMI TCP Connection(4)-127.0.0.1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 227 ms