enable Hibernate validation

This commit is contained in:
2026-04-06 20:46:27 -06:00
parent dac5f8c4a6
commit 2420453daa
10 changed files with 36 additions and 1099 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}
@@ -32,7 +32,7 @@ spring:
flyway:
enabled: true
baseline-on-migrate: true
baseline-version: 0
baseline-version: 1
server:
port: ${SERVER_PORT:8080}