Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
database fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda13 committed Apr 16, 2017
1 parent 72511c3 commit 0d02814
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion events.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.application.name=events
server.port=9020
server.port=9020
spring.datasource.url = jdbc:mysql://localhost:3306/events
3 changes: 2 additions & 1 deletion teams.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.application.name=teams
server.port=9010
server.port=9010
spring.datasource.url = jdbc:mysql://localhost:3306/teams
3 changes: 2 additions & 1 deletion users.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
spring.application.name=users
server.port=8090
server.port=8090
spring.datasource.url = jdbc:mysql://localhost:3306/users

0 comments on commit 0d02814

Please sign in to comment.