Кто -нибудь может мне помочь? У меня есть следующая проблема, которую я не знаю, как решить!:: Spring Boot :: (v3.2.4)
2025-06-03T19:50:27.294Z INFO 90789 --- [ main] b.c.l.LoteriafacilApplication : Starting LoteriafacilApplication v0.0.5-SNAPSHOT using Java 17.0.15 with PID 90789 (/home/ubuntu/loteriafacil-0.0.5-SNAPSHOT.jar started by root in /home/ubuntu)
2025-06-03T19:50:27.302Z INFO 90789 --- [ main] b.c.l.LoteriafacilApplication : No active profile set, falling back to 1 default profile: "default"
2025-06-03T19:50:29.080Z INFO 90789 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-06-03T19:50:29.253Z INFO 90789 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 150 ms. Found 3 JPA repository interfaces.
2025-06-03T19:50:30.786Z WARN 90789 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'userPermissionChecker' of type [br.com.loteriafacil.secury.UserPermissionChecker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [projectingArgumentResolverBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2025-06-03T19:50:30.802Z WARN 90789 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [br.com.loteriafacil.secury.MethodSecurityConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [projectingArgumentResolverBeanPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2025-06-03T19:50:32.679Z INFO 90789 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 443 (https)
2025-06-03T19:50:32.720Z INFO 90789 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-06-03T19:50:32.722Z INFO 90789 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.19]
2025-06-03T19:50:32.886Z INFO 90789 --- [ main] o.a.c.c.C.[.[.[/loteria-facil] : Initializing Spring embedded WebApplicationContext
2025-06-03T19:50:32.889Z INFO 90789 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5439 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-06-03T19:50:33.385Z INFO 90789 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-06-03T19:50:33.553Z INFO 90789 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.4.Final
2025-06-03T19:50:33.635Z INFO 90789 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-06-03T19:50:34.338Z INFO 90789 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-06-03T19:50:34.406Z WARN 90789 --- [ main] com.zaxxer.hikari.HikariConfig : HikariPool-1 - idleTimeout has been set but has no effect because the pool is operating as a fixed size pool.
2025-06-03T19:50:34.407Z INFO 90789 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-06-03T19:50:35.198Z INFO 90789 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5a78b52b
2025-06-03T19:50:35.202Z INFO 90789 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-06-03T19:50:35.280Z WARN 90789 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-06-03T19:50:37.925Z INFO 90789 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-06-03T19:50:38.129Z INFO 90789 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-06-03T19:50:40.977Z INFO 90789 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
[Ljava.lang.StackTraceElement;@159c9c91
[Ljava.lang.StackTraceElement;@87dc829
[Ljava.lang.StackTraceElement;@4a084cf0
[Ljava.lang.StackTraceElement;@7018c94
[Ljava.lang.StackTraceElement;@71fff0b
[Ljava.lang.StackTraceElement;@356f7c71
[Ljava.lang.StackTraceElement;@6a75b8d3
2025-06-03T19:50:44.521Z WARN 90789 --- [ 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
2025-06-03T19:50:45.329Z INFO 90789 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@ba8d7c7, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@313d5a87, org.springframework.security.web.context.SecurityContextHolderFilter@707004b6, org.springframework.security.web.header.HeaderWriterFilter@2183db30, org.springframework.security.web.authentication.logout.LogoutFilter@11eb41f4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2e00032d, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@64ca0be0, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5f50f63e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@411b3740, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@667c2066, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@61ecb1c8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@24338110, org.springframework.security.web.session.SessionManagementFilter@554a76fd, org.springframework.security.web.access.ExceptionTranslationFilter@385abc08, org.springframework.security.web.access.intercept.AuthorizationFilter@4bfd9e3a]
2025-06-03T19:50:46.006Z INFO 90789 --- [ main] o.a.t.util.net.NioEndpoint.certificate : Connector [https-jsse-nio-443], TLS virtual host [_default_], certificate type [UNDEFINED] configured from keystore [/root/.keystore] using alias [tomcat] with trust store [null]
2025-06-03T19:50:46.036Z INFO 90789 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 443 (https) with context path '/loteria-facil'
2025-06-03T19:50:46.062Z INFO 90789 --- [ main] b.c.l.LoteriafacilApplication : Started LoteriafacilApplication in 20.09 seconds (process running for 21.874)
2025-06-03T19:50:46.601Z INFO 90789 --- [-nio-443-exec-5] o.a.c.c.C.[.[.[/loteria-facil] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-06-03T19:50:46.602Z INFO 90789 --- [-nio-443-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-06-03T19:50:46.605Z INFO 90789 --- [-nio-443-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2025-06-03T22:03:58.772Z INFO 90789 --- [ionShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2025-06-03T22:03:58.778Z INFO 90789 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2025-06-03T22:03:58.821Z INFO 90789 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
< /code>
Вот мой pom.xml, если это помогает. < /p>
4.0.0
org.springframework.boot
spring-boot-starter-parent
3.2.4
br.com
loteriafacil
0.0.5-SNAPSHOT
loteriafacil
App para controle e verificação de resultade jogos da loteria federal
17
9.4.1
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-security
org.springframework.boot
spring-boot-starter-web
com.google.firebase
firebase-admin
${firebase.version}
org.postgresql
postgresql
runtime
org.projectlombok
lombok
true
1.18.20
org.apache.logging.log4j
log4j-api
2.17.0
org.apache.logging.log4j
log4j-core
2.24.1
org.springframework.boot
spring-boot-starter-test
test
org.apache.poi
poi-ooxml
5.3.0
org.springframework.boot
spring-boot-maven-plugin
Подробнее здесь: https://stackoverflow.com/questions/796 ... -initiated