We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3959a6f commit abd9837Copy full SHA for abd9837
src/main/resources/application.properties
@@ -1,5 +1,5 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
-spring.datasource.url = jdbc:mysql://localhost:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
+spring.datasource.url = jdbc:mysql://database-1.cu57odbhzt64.ap-south-1.rds.amazonaws.com:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3
spring.datasource.username = sandeep
4
spring.datasource.password = sangeetha
5
0 commit comments