-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.log
35 lines (35 loc) · 6.5 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
2024-07-08T19:56:38.285+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.example.SpringBootCrudApplication : Starting SpringBootCrudApplication using Java 17.0.9 with PID 1442 (/Users/swapnilk/Desktop/GITHUB/SpringBootCrud3.2.4/target/classes started by swapnilk in /Users/swapnilk/Desktop/GITHUB/SpringBootCrud3.2.4)
2024-07-08T19:56:38.286+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.example.SpringBootCrudApplication : No active profile set, falling back to 1 default profile: "default"
2024-07-08T19:56:38.303+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2024-07-08T19:56:38.303+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2024-07-08T19:56:38.650+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-07-08T19:56:38.668+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 1 JPA repository interface.
2024-07-08T19:56:38.926+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9090 (http)
2024-07-08T19:56:38.930+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-07-08T19:56:38.930+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
2024-07-08T19:56:38.946+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-07-08T19:56:38.946+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 643 ms
2024-07-08T19:56:39.071+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2024-07-08T19:56:39.091+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
2024-07-08T19:56:39.104+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2024-07-08T19:56:39.206+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2024-07-08T19:56:39.216+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2024-07-08T19:56:39.351+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@69b1e2c8
2024-07-08T19:56:39.352+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2024-07-08T19:56:39.678+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2024-07-08T19:56:39.707+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-07-08T19:56:39.869+05:30 WARN 1442 --- [SpringBootCrud] [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
2024-07-08T19:56:40.173+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2024-07-08T19:56:40.176+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2024-07-08T19:56:40.213+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 9090 (http) with context path ''
2024-07-08T19:56:40.222+05:30 INFO 1442 --- [SpringBootCrud] [restartedMain] com.example.SpringBootCrudApplication : Started SpringBootCrudApplication in 2.058 seconds (process running for 2.385)
2024-07-08T19:56:40.980+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(3)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-07-08T19:56:40.980+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(3)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2024-07-08T19:56:40.981+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(3)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2024-07-08T19:57:15.244+05:30 INFO 1442 --- [SpringBootCrud] [http-nio-9090-exec-2] c.example.controller.EmployeeController : Start: EmployeeController ---> getEmployeeById Id is 10
2024-07-08T19:57:15.245+05:30 INFO 1442 --- [SpringBootCrud] [http-nio-9090-exec-2] c.e.service.impl.EmployeeServiceImpl : Start: EmployeeServiceImpl ---> getById Id is 10
2024-07-08T19:57:15.296+05:30 WARN 1442 --- [SpringBootCrud] [http-nio-9090-exec-2] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [com.example.exception.ResourceNotFoundException: Employee Not Found with given id]
2024-07-08T20:00:56.502+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(9)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-07-08T20:00:56.512+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(9)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2024-07-08T20:00:56.514+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(9)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2024-07-08T20:00:56.520+05:30 INFO 1442 --- [SpringBootCrud] [RMI TCP Connection(9)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.