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:
-1
@@ -9,7 +9,6 @@ import com.github.cato447.AbizeitungVotingSystem.table.TableAction;
|
|||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.ui.Model;
|
import org.springframework.ui.Model;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
|
||||||
|
|||||||
@@ -3,3 +3,6 @@ spring.datasource.username=***REMOVED***
|
|||||||
spring.datasource.password=***REMOVED***
|
spring.datasource.password=***REMOVED***
|
||||||
|
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
|
|
||||||
|
# Tomcat
|
||||||
|
server.port = 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user