Skip to content

Commit 9c94272

Browse files
authored
Change database password to 'password'
Updated database password in application.properties
1 parent 9682f9c commit 9c94272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
spring.application.name=EntityMapping
22
spring.datasource.url=jdbc:mysql://localhost:3306/entitymapping?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
3-
spring.datasource.username=root
4-
spring.datasource.password=Drona
3+
spring.datasource.username=root # Keep your user name
4+
spring.datasource.password=password # Keep your password
55
spring.jpa.hibernate.ddl-auto=update
66
spring.jpa.show-sql=true
77
#spring.session.store-type=none
88

99

10-
#server.port=9090
10+
#server.port=9090

0 commit comments

Comments
 (0)