Fix backend security, validation, and API contracts

This commit is contained in:
2026-03-10 13:03:14 -06:00
parent e6e44f70d8
commit 8b10696c84
14 changed files with 373 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ spring:
jpa:
hibernate:
ddl-auto: none
ddl-auto: validate
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
show-sql: ${JPA_SHOW_SQL:false}
@@ -29,6 +29,11 @@ spring:
format_sql: true
dialect: org.hibernate.dialect.MySQLDialect
flyway:
enabled: true
baseline-on-migrate: true
baseline-version: 0
server:
port: ${SERVER_PORT:8080}
servlet: