We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94272 commit 651f3c6Copy full SHA for 651f3c6
1 file changed
InventoryManagement/src/main/resources/application.properties
@@ -2,8 +2,8 @@ spring.application.name=InventoryManagement
2
3
# Database Configuration
4
spring.datasource.url=jdbc:mysql://localhost:3306/inventory_management
5
-spring.datasource.username=root
6
-spring.datasource.password=Drona
+spring.datasource.username=root # Keep your Username
+spring.datasource.password=password # Keep your Password
7
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
8
9
# JPA Configuration
0 commit comments