-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.log
35 lines (35 loc) · 4.43 KB
/
app.log
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
2022-06-08 15:36:40 [main] INFO excelreader.WorkbookApplication - Starting WorkbookApplication using Java 17.0.2 on LAPTOP-8Q5CS3QM with PID 14756 (C:\Users\mshiv\Downloads\Compressed\libapi\Excel-Reader\target\classes started by mshiv in C:\Users\mshiv\Downloads\Compressed\libapi\Excel-Reader)
2022-06-08 15:36:40 [main] INFO excelreader.WorkbookApplication - No active profile set, falling back to default profiles: default
2022-06-08 15:36:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-06-08 15:36:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 74 ms. Found 2 JPA repository interfaces.
2022-06-08 15:36:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2022-06-08 15:36:42 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
2022-06-08 15:36:42 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.54]
2022-06-08 15:36:42 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2022-06-08 15:36:42 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1809 ms
2022-06-08 15:36:43 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2022-06-08 15:36:43 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final
2022-06-08 15:36:43 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-08 15:36:43 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2022-06-08 15:36:43 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2022-06-08 15:36:43 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2022-06-08 15:36:44 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08 15:36:44 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-06-08 15:36:44 [main] WARN o.s.b.a.o.j.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
2022-06-08 15:36:45 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2022-06-08 15:36:45 [main] INFO excelreader.WorkbookApplication - Started WorkbookApplication in 5.002 seconds (JVM running for 5.549)
2022-06-08 15:36:45 [main] INFO excelreader.WorkbookApplication - Application Started
2022-06-08 15:38:31 [http-nio-8080-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-08 15:38:31 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2022-06-08 15:38:31 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 8 ms
2022-06-08 15:38:32 [http-nio-8080-exec-2] INFO excelreader.WorkbookApplication - Retrieving Sheets using Iterator
2022-06-08 15:38:32 [http-nio-8080-exec-3] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-2] INFO excelreader.WorkbookApplication - Assert status code is correct
2022-06-08 15:38:32 [http-nio-8080-exec-4] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-2] INFO excelreader.WorkbookApplication - Assert status code is correct
2022-06-08 15:38:32 [http-nio-8080-exec-5] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-6] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-7] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-8] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-9] INFO excelreader.WorkbookApplication - Details are uploaded
2022-06-08 15:38:32 [http-nio-8080-exec-2] INFO excelreader.WorkbookApplication - File is uploaded successfully!