feat: otimização de performance e ajustes finais

This commit is contained in:
Idrissa Banora
2026-05-18 10:49:32 +00:00
commit 52a7c4f9cf
579 changed files with 156489 additions and 0 deletions
@@ -0,0 +1,16 @@
spring:
datasource:
url: ${DATABASE_URL:jdbc:postgresql://localhost:5432/sigefp}
username: ${DATABASE_USERNAME:sigefp_user}
password: ${DATABASE_PASSWORD}
jpa:
hibernate:
ddl-auto: validate
show-sql: false
logging:
level:
root: WARN
br.gov.sigefp: INFO