database fix

master
dizda13 2017-04-16 16:08:51 +02:00
parent 72511c38a2
commit 0d028147e9
4 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,6 @@ events.name=events
teams.name=teams
# DB Properties
spring.datasource.url = jdbc:mysql://localhost:3306/users
spring.datasource.username = root
spring.datasource.password = root
spring.jpa.generate-ddl=true

View File

@ -1,2 +1,3 @@
spring.application.name=events
server.port=9020
server.port=9020
spring.datasource.url = jdbc:mysql://localhost:3306/events

View File

@ -1,2 +1,3 @@
spring.application.name=teams
server.port=9010
server.port=9010
spring.datasource.url = jdbc:mysql://localhost:3306/teams

View File

@ -1,2 +1,3 @@
spring.application.name=users
server.port=8090
server.port=8090
spring.datasource.url = jdbc:mysql://localhost:3306/users