


21:50:17.229 INFO 4468 - DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories… 21:50:17.180 INFO 4468 - o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729

Explicitly configure -in-view to disable this warning Therefore, database queries may be performed during view rendering. 21:50:16.765 WARN 4468 - JpaBaseConfiguration$JpaWebConfiguration : -in-view is enabled by default. 21:50:16.663 INFO 4468 - o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 21:50:16.477 INFO 4468 - w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1660 ms : Initializing Spring embedded WebApplicationContext 21:50:16.345 INFO 4468 - .StandardEngine : Starting Servlet engine: s.d.r.c.Repositor圜onfigurationDelegate : Finished Spring Data repository scanning in 51ms. s.d.r.c.Repositor圜onfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode. e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the '' property to 'DEBUG' e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set '-properties' to 'false' to disable 21:50:14.755 INFO 4468 - n.j.s.SpringbootBackendApplication : No active profile set, falling back to default profiles: default

Run details: 21:50:14.752 INFO 4468 - n.j.s.SpringbootBackendApplication : Starting SpringbootBackendApplication on DESKTOP-14EIKT2 with PID 4468 (C:\Users\L480\Desktop\Springboot-Backend\target\classes started by L480 in C:\Users\L480\Desktop\Springboot-Backend) My Application.properties: =jdbc:mysql://localhost:3306/employee_management_system My database name: employee_management_system I searched a lot concerning this problem but I didnt find any good solution for me
