database fix
parent
72511c38a2
commit
0d028147e9
|
@ -6,7 +6,6 @@ events.name=events
|
||||||
teams.name=teams
|
teams.name=teams
|
||||||
|
|
||||||
# DB Properties
|
# DB Properties
|
||||||
spring.datasource.url = jdbc:mysql://localhost:3306/users
|
|
||||||
spring.datasource.username = root
|
spring.datasource.username = root
|
||||||
spring.datasource.password = root
|
spring.datasource.password = root
|
||||||
spring.jpa.generate-ddl=true
|
spring.jpa.generate-ddl=true
|
|
@ -1,2 +1,3 @@
|
||||||
spring.application.name=events
|
spring.application.name=events
|
||||||
server.port=9020
|
server.port=9020
|
||||||
|
spring.datasource.url = jdbc:mysql://localhost:3306/events
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
spring.application.name=teams
|
spring.application.name=teams
|
||||||
server.port=9010
|
server.port=9010
|
||||||
|
spring.datasource.url = jdbc:mysql://localhost:3306/teams
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
spring.application.name=users
|
spring.application.name=users
|
||||||
server.port=8090
|
server.port=8090
|
||||||
|
spring.datasource.url = jdbc:mysql://localhost:3306/users
|
||||||
|
|
Loading…
Reference in New Issue