From 8c2905202c578c031647702587eefe3be4abe981 Mon Sep 17 00:00:00 2001 From: l00pinfinity Date: Thu, 19 Jan 2023 15:13:23 +0300 Subject: [PATCH] connect to aws rds --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 65b8ba0..f74ea79 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ -spring.datasource.url=jdbc:mysql://localhost:3306/twitter?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true -spring.datasource.username= root -spring.datasource.password= ZUKMPmfk9Qr9YmM_ +spring.datasource.url = jdbc:mysql://birdappdb.cgurmkekupvx.us-east-1.rds.amazonaws.com:3306/{schemaName} +spring.datasource.username= +spring.datasource.password= server.port = 5000