1 Star 1 Fork 0

Pluto_ssy/PlutoBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
blog-dev.log 13.63 KB
一键复制 编辑 原始数据 按行查看 历史
Pluto_ssy 提交于 2023-07-10 22:30 . 变更
2023-05-01 16:57:47.305 INFO 5872 --- [restartedMain] com.ssy.BlogApplication : Starting BlogApplication using Java 1.8.0_181 on Pluto with PID 5872 (D:\IdeaCode\blog\target\classes started by Pluto in D:\IdeaCode\blog)
2023-05-01 16:57:47.307 DEBUG 5872 --- [restartedMain] com.ssy.BlogApplication : Running with Spring Boot v2.7.9, Spring v5.3.25
2023-05-01 16:57:47.308 INFO 5872 --- [restartedMain] com.ssy.BlogApplication : The following 1 profile is active: "dev"
2023-05-01 16:57:47.344 INFO 5872 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-05-01 16:57:47.344 INFO 5872 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-05-01 16:57:48.154 INFO 5872 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-05-01 16:57:48.229 INFO 5872 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 68 ms. Found 6 JPA repository interfaces.
2023-05-01 16:57:48.974 INFO 5872 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-05-01 16:57:48.975 INFO 5872 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.30] using APR version [1.7.0].
2023-05-01 16:57:48.976 INFO 5872 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
2023-05-01 16:57:48.976 INFO 5872 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2023-05-01 16:57:48.979 INFO 5872 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1k 25 Mar 2021]
2023-05-01 16:57:48.986 INFO 5872 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-05-01 16:57:48.986 INFO 5872 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.71]
2023-05-01 16:57:49.284 INFO 5872 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-05-01 16:57:49.284 INFO 5872 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1939 ms
2023-05-01 16:57:49.592 INFO 5872 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-05-01 16:57:49.633 INFO 5872 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
2023-05-01 16:57:49.748 INFO 5872 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-01 16:57:49.844 INFO 5872 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-05-01 16:57:50.378 INFO 5872 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-05-01 16:57:50.396 INFO 5872 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2023-05-01 16:57:51.122 INFO 5872 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-01 16:57:51.131 INFO 5872 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-05-01 16:57:52.180 WARN 5872 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : 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
2023-05-01 16:57:52.390 INFO 5872 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2023-05-01 16:57:53.053 INFO 5872 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-05-01 16:57:53.059 INFO 5872 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2023-05-01 16:57:53.107 INFO 5872 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-01 16:57:53.120 INFO 5872 --- [restartedMain] com.ssy.BlogApplication : Started BlogApplication in 6.205 seconds (JVM running for 7.446)
2023-05-01 16:57:53.902 INFO 5872 --- [RMI TCP Connection(4)-192.168.204.115] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-01 16:57:53.902 INFO 5872 --- [RMI TCP Connection(4)-192.168.204.115] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-05-01 16:57:53.903 INFO 5872 --- [RMI TCP Connection(4)-192.168.204.115] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2023-05-01 16:58:22.433 INFO 5872 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-05-01 16:58:22.436 INFO 5872 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-05-01 16:58:22.440 INFO 5872 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-05-01 16:58:25.895 INFO 4684 --- [restartedMain] com.ssy.BlogApplication : Starting BlogApplication using Java 1.8.0_181 on Pluto with PID 4684 (D:\IdeaCode\blog\target\classes started by Pluto in D:\IdeaCode\blog)
2023-05-01 16:58:25.896 DEBUG 4684 --- [restartedMain] com.ssy.BlogApplication : Running with Spring Boot v2.7.9, Spring v5.3.25
2023-05-01 16:58:25.896 INFO 4684 --- [restartedMain] com.ssy.BlogApplication : The following 1 profile is active: "dev"
2023-05-01 16:58:25.929 INFO 4684 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-05-01 16:58:25.929 INFO 4684 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-05-01 16:58:26.669 INFO 4684 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-05-01 16:58:26.741 INFO 4684 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64 ms. Found 6 JPA repository interfaces.
2023-05-01 16:58:27.444 INFO 4684 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-05-01 16:58:27.445 INFO 4684 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.30] using APR version [1.7.0].
2023-05-01 16:58:27.445 INFO 4684 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
2023-05-01 16:58:27.446 INFO 4684 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2023-05-01 16:58:27.450 INFO 4684 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1k 25 Mar 2021]
2023-05-01 16:58:27.458 INFO 4684 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-05-01 16:58:27.459 INFO 4684 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.71]
2023-05-01 16:58:27.821 INFO 4684 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-05-01 16:58:27.821 INFO 4684 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1892 ms
2023-05-01 16:58:28.119 INFO 4684 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-05-01 16:58:28.154 INFO 4684 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
2023-05-01 16:58:28.254 INFO 4684 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-01 16:58:28.328 INFO 4684 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-05-01 16:58:28.807 INFO 4684 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-05-01 16:58:28.823 INFO 4684 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2023-05-01 16:58:29.468 INFO 4684 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-01 16:58:29.477 INFO 4684 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-05-01 16:58:30.417 WARN 4684 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : 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
2023-05-01 16:58:30.627 INFO 4684 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2023-05-01 16:58:31.312 INFO 4684 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-05-01 16:58:31.321 INFO 4684 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2023-05-01 16:58:31.367 INFO 4684 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-05-01 16:58:31.381 INFO 4684 --- [restartedMain] com.ssy.BlogApplication : Started BlogApplication in 5.855 seconds (JVM running for 7.006)
2023-05-01 16:58:32.367 INFO 4684 --- [RMI TCP Connection(2)-192.168.204.115] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-01 16:58:32.367 INFO 4684 --- [RMI TCP Connection(2)-192.168.204.115] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-05-01 16:58:32.369 INFO 4684 --- [RMI TCP Connection(2)-192.168.204.115] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2023-05-01 16:58:55.873 INFO 4684 --- [http-nio-8080-exec-1] com.ssy.aspect.LogAspect : Request : {url='http://127.0.0.1:8080/', ip='127.0.0.1', ClassMethod='com.ssy.web.IndexController.index', args=[Page request [number: 0, size 5, sort: updateTime: DESC], {}]}
2023-05-01 16:58:55.949 WARN 4684 --- [http-nio-8080-exec-1] org.hibernate.orm.deprecation : HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [t.blogs.size]; use collection function syntax instead [size(t.blogs)].
2023-05-01 16:58:55.960 WARN 4684 --- [http-nio-8080-exec-1] org.hibernate.orm.deprecation : HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [t.blogs.size]; use collection function syntax instead [size(t.blogs)].
2023-05-01 16:58:55.966 INFO 4684 --- [http-nio-8080-exec-1] com.ssy.aspect.LogAspect : Result : index
2023-05-01 16:58:56.587 INFO 4684 --- [http-nio-8080-exec-2] com.ssy.aspect.LogAspect : Request : {url='http://127.0.0.1:8080/footer/newblog', ip='127.0.0.1', ClassMethod='com.ssy.web.IndexController.newblogs', args=[{}]}
2023-05-01 16:58:56.592 INFO 4684 --- [http-nio-8080-exec-2] com.ssy.aspect.LogAspect : Result : _fragments :: newblogList
2023-05-01 16:58:57.832 INFO 4684 --- [http-nio-8080-exec-9] com.ssy.aspect.LogAspect : Request : {url='http://127.0.0.1:8080/types/-1', ip='127.0.0.1', ClassMethod='com.ssy.web.TypeShowController.types', args=[Page request [number: 0, size 5, sort: updateTime: DESC], -1, {}]}
2023-05-01 16:58:57.845 INFO 4684 --- [http-nio-8080-exec-9] com.ssy.aspect.LogAspect : Result : types
2023-05-01 16:58:58.097 INFO 4684 --- [http-nio-8080-exec-5] com.ssy.aspect.LogAspect : Request : {url='http://127.0.0.1:8080/footer/newblog', ip='127.0.0.1', ClassMethod='com.ssy.web.IndexController.newblogs', args=[{}]}
2023-05-01 16:58:58.104 INFO 4684 --- [http-nio-8080-exec-5] com.ssy.aspect.LogAspect : Result : _fragments :: newblogList
2023-05-01 17:14:56.737 INFO 4684 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-05-01 17:14:56.741 INFO 4684 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-05-01 17:14:56.744 INFO 4684 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Plutossy/pluto_blog.git
[email protected]:Plutossy/pluto_blog.git
Plutossy
pluto_blog
PlutoBlog
master

搜索帮助