Got a server set up to host the VotingSystem.

---------------------------------------------------
Internet address: http://***REMOVED***
Server IP address: ***REMOVED***
Port: 8000
--------------------------------------------------
Try to port the database to be hosted on the server rather
than on be hosted on localhost
This commit is contained in:
2020-11-11 23:36:53 +01:00
parent 8649301613
commit 40d931ec0c
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ spring.datasource.url=jdbc:mysql://localhost/VotingSystem
spring.datasource.username=***REMOVED***
spring.datasource.password=***REMOVED***
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=update
# Tomcat
server.port = 8000