-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
30 lines (30 loc) · 1.65 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "microservices/support/eureka-discovery-service"]
path = microservices/support/eureka-discovery-service
url = https://github.com/gramcha/eureka-discovery-service.git
[submodule "microservices/support/zuul-edge-service"]
path = microservices/support/zuul-edge-service
url = https://github.com/gramcha/zuul-edge-service.git
[submodule "microservices/composite/word-query-service"]
path = microservices/composite/word-query-service
url = https://github.com/gramcha/word-query-service.git
[submodule "microservices/core/sounds-like-query-service"]
path = microservices/core/sounds-like-query-service
url = https://github.com/gramcha/sounds-like-query-service.git
[submodule "microservices/core/synonyms-query-service"]
path = microservices/core/synonyms-query-service
url = https://github.com/gramcha/synonyms-query-service.git
[submodule "microservices/core/antonyms-query-service"]
path = microservices/core/antonyms-query-service
url = https://github.com/gramcha/antonyms-query-service.git
[submodule "microservices/support/auth-service"]
path = microservices/support/auth-service
url = https://github.com/gramcha/auth-service.git
[submodule "microservices/support/hystrix-dashboard-service"]
path = microservices/support/hystrix-dashboard-service
url = https://github.com/gramcha/hystrix-dashboard-service.git
[submodule "microservices/support/turbine-aggregator-service"]
path = microservices/support/turbine-aggregator-service
url = https://github.com/gramcha/turbine-aggregator-service.git
[submodule "microservices/ui-services/friendly-fortnight"]
path = microservices/ui-services/friendly-fortnight
url = https://github.com/gramcha/friendly-fortnight.git