Skip to content

Commit abd9837

Browse files
Update application.properties
1 parent 3959a6f commit abd9837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url = jdbc:mysql://localhost:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
2+
spring.datasource.url = jdbc:mysql://database-1.cu57odbhzt64.ap-south-1.rds.amazonaws.com:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
33
spring.datasource.username = sandeep
44
spring.datasource.password = sangeetha
55

0 commit comments

Comments
 (0)