Skip to content

Commit 651f3c6

Browse files
authored
Change database password in application.properties
Updated database password in application.properties.
1 parent 9c94272 commit 651f3c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

InventoryManagement/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ spring.application.name=InventoryManagement
22

33
# Database Configuration
44
spring.datasource.url=jdbc:mysql://localhost:3306/inventory_management
5-
spring.datasource.username=root
6-
spring.datasource.password=Drona
5+
spring.datasource.username=root # Keep your Username
6+
spring.datasource.password=password # Keep your Password
77
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
88

99
# JPA Configuration

0 commit comments

Comments
 (0)