. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.0.2)
2023-02-17T08:40:09.105+01:00 INFO 31660 --- [ restartedMain] c.p.s.SpringserverApplication : Starting SpringserverApplication using Java 17.0.2 with PID 31660 (C:\Users\patri\Downloads\springserver\target\classes started by patri in C:\Users\patri\Downloads\springserver)
2023-02-17T08:40:09.112+01:00 INFO 31660 --- [ restartedMain] c.p.s.SpringserverApplication : No active profile set, falling back to 1 default profile: "default"
2023-02-17T08:40:09.195+01:00 INFO 31660 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-02-17T08:40:09.195+01:00 INFO 31660 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-02-17T08:40:10.114+01:00 INFO 31660 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-02-17T08:40:10.203+01:00 INFO 31660 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 74 ms. Found 1 JPA repository interfaces.
2023-02-17T08:40:11.093+01:00 INFO 31660 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-02-17T08:40:11.110+01:00 INFO 31660 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-02-17T08:40:11.111+01:00 INFO 31660 --- [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.5]
2023-02-17T08:40:11.211+01:00 INFO 31660 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-02-17T08:40:11.215+01:00 INFO 31660 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2016 ms
2023-02-17T08:40:11.454+01:00 INFO 31660 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-02-17T08:40:11.547+01:00 INFO 31660 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.1.6.Final
2023-02-17T08:40:11.787+01:00 WARN 31660 --- [ restartedMain] org.hibernate.orm.deprecation : HHH90000021: Encountered deprecated setting [javax.persistence.sharedCache.mode], use [jakarta.persistence.sharedCache.mode] instead
2023-02-17T08:40:11.930+01:00 INFO 31660 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-02-17T08:40:12.127+01:00 INFO 31660 --- [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@361aecc4
2023-02-17T08:40:12.133+01:00 INFO 31660 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-02-17T08:40:12.207+01:00 INFO 31660 --- [ restartedMain] SQL dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2023-02-17T08:40:13.173+01:00 INFO 31660 --- [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-17T08:40:13.181+01:00 INFO 31660 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-02-17T08:40:13.559+01:00 WARN 31660 --- [ 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-02-17T08:40:13.947+01:00 INFO 31660 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-02-17T08:40:14.003+01:00 INFO 31660 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-02-17T08:40:14.017+01:00 INFO 31660 --- [ restartedMain] c.p.s.SpringserverApplication : Started SpringserverApplication in 5.462 seconds (process running for 6.185)
2023-02-17T08:40:24.434+01:00 INFO 31660 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-17T08:40:24.435+01:00 INFO 31660 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-02-17T08:40:24.436+01:00 INFO 31660 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms