Skip to content

Commit

Permalink
docs: yml 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dtd1614 committed May 14, 2024
1 parent c9cb2d4 commit 0179398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
driver-class-name: oracle.jdbc.OracleDriver
url: ${datasouce.url}
url: ${datasource.url}
username: ${datasource.username}
password: ${datasource.password}

0 comments on commit 0179398

Please sign in to comment.