-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmicroservices.dsl
82 lines (82 loc) · 1.92 KB
/
microservices.dsl
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
microservices {
ad {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'ad'
group = 'base'
}
billing {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'billing'
group = 'backend'
}
cart {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'cart'
group = 'frontend'
}
config {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'config'
group = 'frontend'
}
controlling {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'controlling'
group = 'backend'
}
customer {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'customer'
group = 'backend'
}
datastore {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'datastore'
group = 'backend'
}
help {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'help'
group = 'base'
}
logon {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'logon'
group = 'base'
}
order {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'order'
group = 'frontend'
}
preview {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'preview'
group = 'frontend'
}
security {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'security'
group = 'base'
}
shipping {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'shipping'
group = 'backend'
}
shop {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'shop'
group = 'frontend'
}
statistics {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'statistics'
group = 'base'
}
warrenty {
url = 'https://github.com/ralfstuckert/jobdsl-sample.git'
branch = 'warrenty'
group = 'frontend'
}
}