initial commit

This commit is contained in:
2020-11-09 23:51:28 +01:00
parent 13ffe47bfc
commit ab38911327
26 changed files with 909 additions and 0 deletions
@@ -0,0 +1,5 @@
spring.datasource.url=jdbc:mysql://localhost/VotingSystem
spring.datasource.username=root
spring.datasource.password=***REMOVED***
spring.jpa.hibernate.ddl-auto=update