Skip to content

Commit

Permalink
chore: 더미 데이터 초기입력 구성
Browse files Browse the repository at this point in the history
  • Loading branch information
loveysuby committed May 26, 2024
1 parent e2068ef commit 6bf6862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spring:
url: ${MYSQL_DATABASE_URL}
username: ${MYSQL_DATABASE_USERNAME}
password: ${MYSQL_DATABASE_PASSWORD}
sql:
init:
mode:
platform: mysql
data-locations: classpath:/db/data.sql
jpa:
hibernate:
ddl-auto: create
Expand Down

0 comments on commit 6bf6862

Please sign in to comment.