Skip to content

Commit

Permalink
build : dev 설정 파일에 MYSQL 사용 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 10, 2023
1 parent 7d4f351 commit 934badb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
hibernate:
ddl-auto: none
show-sql: true
Expand Down

0 comments on commit 934badb

Please sign in to comment.