[#28] 쿠버네티스 환경 배포 #29

Merged
pricelees merged 25 commits from infra/#28 into main 2025-08-04 05:59:38 +00:00
2 changed files with 6 additions and 10 deletions
Showing only changes of commit b986a20004 - Show all commits

View File

@ -3,18 +3,18 @@ spring:
properties: properties:
hibernate: hibernate:
format_sql: true format_sql: true
hibernate:
ddl-auto: create-drop ddl-auto: create-drop
defer-datasource-initialization: true
h2: h2:
console: console:
enabled: true enabled: true
path: /h2-console path: /h2-console
datasource: datasource:
driver-class-name: org.h2.Driver hikari:
url: jdbc:h2:mem:database jdbc-url: jdbc:h2:mem:database
username: sa driver-class-name: org.h2.Driver
password: username: sa
password:
security: security:
jwt: jwt:

View File

@ -5,10 +5,6 @@ spring:
hibernate: hibernate:
format_sql: true format_sql: true
ddl-auto: create-drop ddl-auto: create-drop
defer-datasource-initialization: true
sql:
init:
data-locations:
security: security:
jwt: jwt: