Skip to content

Commit

Permalink
feat: local profile에 대한 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
juno-junho committed Oct 24, 2023
1 parent 2a3deec commit 67a1ff7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/local/application-local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
spring:
datasource:
url: jdbc:h2:mem://localhost/~/space-club/local
username: sa
password:
driver-class-name: org.h2.Driver

jpa:
hibernate:
ddl-auto: create
properties:
hibernate:
auto_quote_keyword: true
show_sql: true
format_sql: true
highlight_sql: true
defer-datasource-initialization: true

0 comments on commit 67a1ff7

Please sign in to comment.