Skip to content

Commit

Permalink
chore : yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeHoon0 committed Jul 2, 2024
1 parent cb0a282 commit 91bd1f1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
spring.application.name=CatchStudy
server:
port: 8080

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://${DB_IP}:${DB_PORT}/${DB_NAME}
username: ${DB_USER}
password: ${DB_PASSWORD}

jpa:
hibernate:
ddl-auto: update
show-sql: true
database: mysql
database-platform: org.hibernate.dialect.MySQL8Dialect
open-in-view: false
generate-ddl: true
properties:
hibernate:
format_sql: true

0 comments on commit 91bd1f1

Please sign in to comment.