Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himodu authored Nov 28, 2024
1 parent 3f03895 commit c894bca
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql-withvol:3306/knufest?serverTimezone=Asia/Seoul
username: user
password: 1234

jpa:
hibernate:
ddl-auto: update
show-sql: true
properties:
hiberenate:
fomat_sql: false
dialect: org.hibernate.dialect.MySQL8Dialect
--------------------미쳐 gitignore 해놓지 못함...ㅜㅠ------------------------

0 comments on commit c894bca

Please sign in to comment.