Skip to content

Commit 964a1ff

Browse files
authored
Update application.properties
1 parent 31e4db0 commit 964a1ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Database Configuration
2-
spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system
3-
spring.datasource.username=root
4-
spring.datasource.password=2022
2+
spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <-------Add your database name
3+
spring.datasource.username=**** <-------Add your username
4+
spring.datasource.password=**** <-------Add your password
55

66
# Enable SQL query logging
77
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)