Skip to content

Commit

Permalink
fix : local.yml 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
손명진 authored and 손명진 committed Jul 29, 2024
1 parent 2c5adf1 commit a27c508
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/likelion12?characterEncoding=UTF-8&serverTimezone=UTC
username: likelion12
password: ${DB_LOCAL_PASSWD}


devtools:
restart:
enabled: false
jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
default_batch_fetch_size: 100
open-in-view: false

logging.level:
org.hibernate.SQL: debug
org.hibernate.type: trace
org.springframework.web : DEBUG
org.springframework.cache: DEBUG

0 comments on commit a27c508

Please sign in to comment.