-
Notifications
You must be signed in to change notification settings - Fork 373
/
settings.gradle
32 lines (27 loc) · 1.02 KB
/
settings.gradle
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
31
32
include 'microservice:frontend:catalog'
include 'microservice:frontend:checkout'
include 'microservice:frontend:registration'
include 'microservice:service:cart'
include 'microservice:service:dataloader'
include 'microservice:service:user'
include 'microservice:service:product'
//include 'microservice:service:product-go'
include 'microservice:service:order'
include 'microservice:service:navigation'
include 'microservice:service:recommendation'
include 'monolithic:common:util'
include 'monolithic:common:dataloader'
include 'monolithic:repository:common'
include 'monolithic:repository:cart'
include 'monolithic:repository:order'
include 'monolithic:repository:product'
include 'monolithic:repository:user'
include 'monolithic:service:common'
include 'monolithic:service:authentication'
include 'monolithic:service:cart'
include 'monolithic:service:checkout'
include 'monolithic:service:order'
include 'monolithic:service:product'
include 'monolithic:service:recommendation'
include 'monolithic:service:user'
include 'monolithic:ui'