There was an error while loading. Please reload this page.
1 parent 5688b5c commit ae0a34dCopy full SHA for ae0a34d
src/main/resources/application.yml
@@ -1,6 +1,6 @@
1
spring:
2
datasource:
3
- url: jdbc:mysql://localhost:3306/graphql_springboot_demo?createDatabaseIfNotExist=true&useSSL=false
+ url: jdbc:mysql://localhost:3306/graphql_springboot_demo?createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true&useSSL=false
4
username: root
5
password: root
6
0 commit comments