This commit is contained in:
2025-10-02 18:01:23 +02:00
parent 210611bbbe
commit e7784f31bb
44 changed files with 1787 additions and 93 deletions

View File

@@ -20,7 +20,7 @@ spring:
properties:
hibernate:
format_sql: true
database-platform: org.hibernate.dialect.PostgreSQLDialect
# database-platform: org.hibernate.dialect.PostgreSQLDialect
# datasource:
# url: jdbc:h2:mem:demo;DB_CLOSE_DELAY=-1
# driver-class-name: org.h2.Driver
@@ -44,11 +44,12 @@ spring:
logging:
level:
org:
hibernate:
type.descriptor.sql.BasicBinder: TRACE
SQL: DEBUG
springframework:
security: DEBUG
cors:
allowed-origins:
- http://localhost:4200