-
Notifications
You must be signed in to change notification settings - Fork 0
/
springSecurity.log
32 lines (32 loc) · 6.23 KB
/
springSecurity.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
2022-09-14 15:58:08,121 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.4.Final
2022-09-14 15:58:08,122 [restartedMain] INFO com.narola.SpringBootAppApplication - Starting SpringBootAppApplication using Java 15.0.2 on C100-99 with PID 18624 (D:\intelij\SpringBootApp\target\classes started by bvishal in D:\intelij\SpringBootApp)
2022-09-14 15:58:08,124 [restartedMain] INFO com.narola.SpringBootAppApplication - The following 1 profile is active: "dev"
2022-09-14 15:58:08,181 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-09-14 15:58:08,182 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-09-14 15:58:09,053 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-09-14 15:58:09,121 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 59 ms. Found 2 JPA repository interfaces.
2022-09-14 15:58:09,748 [restartedMain] INFO o.s.b.w.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2022-09-14 15:58:09,756 [restartedMain] INFO o.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2022-09-14 15:58:09,756 [restartedMain] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
2022-09-14 15:58:09,756 [restartedMain] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
2022-09-14 15:58:10,025 [restartedMain] INFO org.apache.jasper.servlet.TldScanner - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2022-09-14 15:58:10,036 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2022-09-14 15:58:10,036 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1853 ms
2022-09-14 15:58:10,170 [restartedMain] INFO o.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2022-09-14 15:58:10,212 [restartedMain] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.10.Final
2022-09-14 15:58:10,336 [restartedMain] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-14 15:58:10,446 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2022-09-14 15:58:10,753 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2022-09-14 15:58:10,772 [restartedMain] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-09-14 15:58:11,461 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-14 15:58:11,471 [restartedMain] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-09-14 15:58:12,220 [restartedMain] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4a659dc1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3f3f1de9, org.springframework.security.web.context.SecurityContextPersistenceFilter@11ffaee5, org.springframework.security.web.header.HeaderWriterFilter@2d08d001, org.springframework.security.web.authentication.logout.LogoutFilter@d19f1be, com.narola.security.JwtAuthenticationFilter@616b6ad9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27f0e16f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ed9e28a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4ddd3045, org.springframework.security.web.session.SessionManagementFilter@547db2ca, org.springframework.security.web.access.ExceptionTranslationFilter@463300a7, org.springframework.security.web.access.intercept.AuthorizationFilter@1495eb17]
2022-09-14 15:58:12,278 [restartedMain] 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-09-14 15:58:12,448 [restartedMain] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page template: index
2022-09-14 15:58:12,672 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
2022-09-14 15:58:12,695 [restartedMain] INFO o.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2022-09-14 15:58:12,723 [restartedMain] INFO o.s.b.w.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2022-09-14 15:58:12,735 [restartedMain] INFO com.narola.SpringBootAppApplication - Started SpringBootAppApplication in 5.102 seconds (JVM running for 6.66)
2022-09-14 16:03:07,829 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
2022-09-14 16:03:07,832 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2022-09-14 16:03:07,844 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.