1
Starting Container

 

  .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 

 :: Spring Boot ::                (v3.4.4)

 

2025-04-09T13:38:43.532Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : Starting Demo1Application v0.0.1-SNAPSHOT using Java 17.0.7 with PID 1 (/app/target/expense-0.0.1-SNAPSHOT.jar started by root in /app)

2025-04-09T13:38:43.543Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : The following 1 profile is active: "prod"

2025-04-09T13:38:50.142Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.

2025-04-09T13:38:51.132Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 800 ms. Found 2 JPA repository interfaces.

2025-04-09T13:38:55.738Z  INFO 1 --- [demo-1] [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)

2025-04-09T13:38:55.849Z  INFO 1 --- [demo-1] [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]

2025-04-09T13:38:55.909Z  INFO 1 --- [demo-1] [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.39]

2025-04-09T13:38:56.323Z  INFO 1 --- [demo-1] [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext

2025-04-09T13:38:56.327Z  INFO 1 --- [demo-1] [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 12274 ms

2025-04-09T13:38:59.031Z  INFO 1 --- [demo-1] [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]

2025-04-09T13:38:59.914Z  INFO 1 --- [demo-1] [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.11.Final

2025-04-09T13:39:00.343Z  INFO 1 --- [demo-1] [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled

 

  .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 

 :: Spring Boot ::                (v3.4.4)

 

2025-04-09T13:39:09.065Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : Starting Demo1Application v0.0.1-SNAPSHOT using Java 17.0.7 with PID 1 (/app/target/expense-0.0.1-SNAPSHOT.jar started by root in /app)

2025-04-09T13:39:09.076Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : The following 1 profile is active: "prod"

2025-04-09T13:39:16.315Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.

2025-04-09T13:39:16.921Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 545 ms. Found 2 JPA repository interfaces.

2025-04-09T13:39:21.076Z  INFO 1 --- [demo-1] [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)

2025-04-09T13:39:21.218Z  INFO 1 --- [demo-1] [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]

2025-04-09T13:39:21.219Z  INFO 1 --- [demo-1] [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.39]

2025-04-09T13:39:21.572Z  INFO 1 --- [demo-1] [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext

2025-04-09T13:39:21.613Z  INFO 1 --- [demo-1] [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 11851 ms

2025-04-09T13:39:23.470Z  INFO 1 --- [demo-1] [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]

2025-04-09T13:39:24.164Z  INFO 1 --- [demo-1] [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.6.11.Final

2025-04-09T13:39:24.572Z  INFO 1 --- [demo-1] [           main] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled

2025-04-09T13:39:27.324Z  INFO 1 --- [demo-1] [           main] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer

2025-04-09T13:39:27.581Z  WARN 1 --- [demo-1] [           main] org.hibernate.orm.deprecation            : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)

2025-04-09T13:39:27.717Z  INFO 1 --- [demo-1] [           main] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:

	Database JDBC URL [undefined/unknown]

	Database driver: undefined/unknown

	Database version: 12.0

	Autocommit mode: undefined/unknown

	Isolation level: <unknown>

	Minimum pool size: undefined/unknown

	Maximum pool size: undefined/unknown

2025-04-09T13:39:31.178Z  INFO 1 --- [demo-1] [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)

2025-04-09T13:39:31.201Z  INFO 1 --- [demo-1] [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...

 

  .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 

 :: Spring Boot ::                (v3.4.4)

 

2025-04-09T13:39:40.543Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : Starting Demo1Application v0.0.1-SNAPSHOT using Java 17.0.7 with PID 1 (/app/target/expense-0.0.1-SNAPSHOT.jar started by root in /app)

2025-04-09T13:39:40.567Z  INFO 1 --- [demo-1] [           main] com.example.expense.Demo1Application     : The following 1 profile is active: "prod"

2025-04-09T13:39:47.378Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.

2025-04-09T13:39:48.081Z  INFO 1 --- [demo-1] [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 599 ms. Found 2 JPA repository interfaces.

2025-04-09T13:39:51.787Z  INFO 1 --- [demo-1] [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)

2025-04-09T13:39:51.889Z  INFO 1 --- [demo-1] [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]

For immediate assistance, please email our customer support: [email protected]

Download RAW File