Skip to content

Commit 34c3315

Browse files
Update database username in the application.properties file
1 parent 72e0fbc commit 34c3315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
22

33
spring.datasource.url=jdbc:mysql://springboot-crud-db.cv6oe0kkeu4l.ap-south-1.rds.amazonaws.com:3306/springboot_crud
4-
spring.datasource.username=springboot_crud
4+
spring.datasource.username=admin
55
spring.datasource.password=1234567890
66

77
spring.jpa.hibernate.ddl-auto=none

0 commit comments

Comments
 (0)