changed username of sql database

This commit is contained in:
2020-11-10 23:30:43 +01:00
parent ab38911327
commit 8649301613
+1 -1
View File
@@ -1,5 +1,5 @@
spring.datasource.url=jdbc:mysql://localhost/VotingSystem
spring.datasource.username=root
spring.datasource.username=***REMOVED***
spring.datasource.password=***REMOVED***
spring.jpa.hibernate.ddl-auto=update