Skip to content

Commit

Permalink
Merge pull request #18 from Leets-Official/17-bug-applicationyaml-error
Browse files Browse the repository at this point in the history
17 bug application.yaml 실행 오류
  • Loading branch information
yechan-kim authored Jul 22, 2024
2 parents f1db222 + cb16b10 commit 73f710d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
url: jdbc:mysql://localhost:3306/commitato
username: root
password: 1220
password:
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spring:
profiles:
default: local
default: dev

0 comments on commit 73f710d

Please sign in to comment.