updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user