Skip to content

Instantly share code, notes, and snippets.

@MichaelSp
Created March 26, 2020 21:02
Show Gist options
  • Save MichaelSp/4594cf72cb176ef929663eb9aa16d5b8 to your computer and use it in GitHub Desktop.
Save MichaelSp/4594cf72cb176ef929663eb9aa16d5b8 to your computer and use it in GitHub Desktop.
2020-03-26 20:56:36.263 INFO 1 --- [ main] de.coronavirus.imis.App : Starting App on imis-server-79ff497d8d-56bsf with PID 1 (/app.jar started by root in /)
2020-03-26 20:56:36.273 INFO 1 --- [ main] de.coronavirus.imis.App : The following profiles are active: production
2020-03-26 20:56:40.677 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-03-26 20:56:40.984 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 271ms. Found 7 JPA repository interfaces.
2020-03-26 20:56:43.597 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2020-03-26 20:56:43.668 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2020-03-26 20:56:43.672 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.31]
2020-03-26 20:56:43.946 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2020-03-26 20:56:43.950 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7487 ms
2020-03-26 20:56:46.008 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-03-26 20:56:46.264 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-03-26 20:56:46.424 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-03-26 20:56:46.717 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.12.Final
2020-03-26 20:56:47.201 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-03-26 20:56:47.533 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
2020-03-26 20:56:50.971 INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-03-26 20:56:50.991 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-03-26 20:56:51.190 WARN 1 --- [ main] 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
2020-03-26 20:56:54.505 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2020-03-26 20:56:54.958 INFO 1 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
Using generated security password: dd7c27fe-c7d0-4699-9c1d-318ceeda2fef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment