Skip to content

Commit ae0a34d

Browse files
committed
allow public key retrieval
1 parent 5688b5c commit ae0a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring:
22
datasource:
3-
url: jdbc:mysql://localhost:3306/graphql_springboot_demo?createDatabaseIfNotExist=true&useSSL=false
3+
url: jdbc:mysql://localhost:3306/graphql_springboot_demo?createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true&useSSL=false
44
username: root
55
password: root
66

0 commit comments

Comments
 (0)