--------------------------------------------------- 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
9 lines
207 B
Properties
9 lines
207 B
Properties
spring.datasource.url=jdbc:mysql://localhost/VotingSystem
|
|
spring.datasource.username=***REMOVED***
|
|
spring.datasource.password=***REMOVED***
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
# Tomcat
|
|
server.port = 8000
|