Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HiiWee committed Aug 24, 2024
1 parent 8eb8018 commit 9c07155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
datasource:
url: jdbc:mysql://${DB_ENDPOINT}:${DB_PORT}/${DB_NAME}
username: ${DB_USERNAME}
password: ${DB_PASSWORD }
password: ${DB_PASSWORD}

jpa:
database-platform: org.hibernate.dialect.MySQLDialect
Expand Down

0 comments on commit 9c07155

Please sign in to comment.