Skip to content

Commit

Permalink
fix : application.yml DB 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
손명진 authored and 손명진 committed Jul 29, 2024
1 parent 492227c commit 68c0b34
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
spring:
profiles:
active: ${PROFILE}

---
spring:
config:
activate:
on-profile: local
datasource:
url: jdbc:mysql://localhost:3306/likelion12?characterEncoding=UTF-8&serverTimezone=UTC
username: likelion12
password: 00000000
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
ddl-auto: update
show-sql: true

---
logging:
level:
org:
springframework:
web: DEBUG
web: DEBUG

0 comments on commit 68c0b34

Please sign in to comment.