[#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:
hibernate:
format_sql: true
hibernate:
ddl-auto: create-drop
defer-datasource-initialization: true
h2:
console:
enabled: true
path: /h2-console
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:database
username: sa
password:
hikari:
jdbc-url: jdbc:h2:mem:database
driver-class-name: org.h2.Driver
username: sa
password:
security:
jwt:

View File

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