Skip to content

Commit

Permalink
fix(ci): DB-URL에 Quote 추가해보기
Browse files Browse the repository at this point in the history
  • Loading branch information
seungholee-dev committed Apr 14, 2024
1 parent 0a358cb commit 5329fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}
url: "jdbc:mysql://${DB_HOST}:${DB_PORT}/${DB_NAME}"
username: ${DB_USER}
password: ${DB_PASSWORD}

Expand Down

0 comments on commit 5329fc9

Please sign in to comment.