Skip to content

Commit

Permalink
[Feat] application-local.yml 변경 #25
Browse files Browse the repository at this point in the history
  • Loading branch information
HyemIin committed Oct 17, 2023
1 parent 077ccc7 commit 02dc74b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,24 @@ spring:

devtools:
livereload:
enabled: true
enabled: true

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/community?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
username: root
password: root

jpa:
show-sql: true
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
defer-datasource-initialization: false

sql:
init:
mode: always
data-locations: classpath:data.sql

0 comments on commit 02dc74b

Please sign in to comment.