Skip to content

Commit

Permalink
Merge pull request #101 from codesquad-members-2023/dev-be
Browse files Browse the repository at this point in the history
hotfix : test DB 설정 수정
  • Loading branch information
DOEKYONG authored Nov 2, 2023
2 parents eb1dcf6 + 62db067 commit 74316b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/controlG/src/main/resources/application-testDB.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/controlG?allowPublicKeyRetrieval=true&useSSL=false
url: jdbc:mysql://localhost:3306/controlg?allowPublicKeyRetrieval=true&useSSL=false
username: root
password: 1234
sql:
Expand Down

0 comments on commit 74316b3

Please sign in to comment.