We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e4db0 commit 964a1ffCopy full SHA for 964a1ff
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
# Database Configuration
2
-spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system
3
-spring.datasource.username=root
4
-spring.datasource.password=2022
+spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <-------Add your database name
+spring.datasource.username=**** <-------Add your username
+spring.datasource.password=**** <-------Add your password
5
6
# Enable SQL query logging
7
spring.jpa.show-sql=true
0 commit comments