Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanbajgain authored May 28, 2024
1 parent f04e17e commit 5dbddd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spring.jpa.defer-datasource-initialization=true

# MySQL datasource configuration
spring.datasource.url=jdbc:mysql://localhost:3306/todoappdb
spring.datasource.username=root
spring.datasource.password=school123%
spring.datasource.username={root username}
spring.datasource.password={your root password}
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver


Expand Down

0 comments on commit 5dbddd3

Please sign in to comment.