diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 56932535..40be6db8 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,4 +1,4 @@ -spring.datasource.url = jdbc:mysql://localhost:3306/myblog?useSSL=false&serverTimezone=UTC +spring.datasource.url = jdbc:mysql://localhost:3306/myblog?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC spring.datasource.username = root spring.datasource.password = root diff --git a/src/main/resources/application-qa.properties b/src/main/resources/application-qa.properties index 56932535..40be6db8 100644 --- a/src/main/resources/application-qa.properties +++ b/src/main/resources/application-qa.properties @@ -1,4 +1,4 @@ -spring.datasource.url = jdbc:mysql://localhost:3306/myblog?useSSL=false&serverTimezone=UTC +spring.datasource.url = jdbc:mysql://localhost:3306/myblog?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC spring.datasource.username = root spring.datasource.password = root diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 83ca3b97..4c77398b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.datasource.url = jdbc:mysql://localhost:3306/myblog?useSSL=false&serverTimezone=UTC +spring.datasource.url = jdbc:mysql://localhost:3306/myblog?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC spring.datasource.username = root spring.datasource.password = Mysql@123