Skip to content

Commit

Permalink
testDB에 ? allow 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CDBchan committed Oct 5, 2023
1 parent 24f26e2 commit 2029ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secondhand/src/main/resources/application-testDB.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring:
datasource:
url: jdbc:mysql://mysql_db:3306/second_hand
url: jdbc:mysql://mysql_db:3306/second_hand?allowPublicKeyRetrieval=true&useSSL=false
username: root
password: 1234

0 comments on commit 2029ef9

Please sign in to comment.