This commit is contained in:
2026-05-09 01:20:37 +07:00
parent 1711c81754
commit 35a942908b
93 changed files with 83627 additions and 0 deletions
@@ -0,0 +1,29 @@
server:
port: 8888
spring:
application:
name: code-journey
datasource:
url: ${DB_URL}
username: ${DB_USER}
password: ${DB_PASS}
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.PostgreSQLDialect
jackson:
time-zone: Asia/Ho_Chi_Minh
logging:
level:
org.hibernate.SQL: debug
org.hibernate.type.descriptor.sql: trace