-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevfiles
More file actions
58 lines (58 loc) · 2.03 KB
/
Copy pathdevfiles
File metadata and controls
58 lines (58 loc) · 2.03 KB
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
[
{
"displayName":"Java MicroProfile template",
"description":"Cloud Microservice Starter for Java - MicroProfile / Java EE",
"language":"java",
"projectType":"liberty",
"location":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate",
"links": {"self":"/devfiles/javaMicroProfileTemplate/devfile.yaml" }
}
,{
"displayName":"Spring template",
"description":"Template for building a Spring microservice",
"language":"java",
"projectType":"spring",
"location":"https://github.com/microclimate-dev2ops/springJavaTemplate",
"links": {"self":"/devfiles/springJavaTemplate/devfile.yaml" }
}
,{
"displayName":"Python template",
"description":"HelloWorld microservice written in python",
"language":"python",
"projectType":"docker",
"location":"https://github.com/microclimate-dev2ops/SVTPythonTemplate",
"links": {"self":"/devfiles/pythonTemplate/devfile.yaml" }
}
,{
"displayName":"Node.js template",
"description":"Cloud-ready Node.js Express sample application",
"language":"nodejs",
"projectType":"nodejs",
"location":"https://github.com/microclimate-dev2ops/nodeExpressTemplate",
"links": {"self":"/devfiles/nodeExpressTemplate/devfile.yaml" }
}
,{
"displayName":"Swift microcservice template",
"description":"Template for building a Swift microservice",
"language":"swift",
"projectType":"swift",
"location":"https://github.com/microclimate-dev2ops/swiftTemplate",
"links": {"self":"/devfiles/swiftTemplate/devfile.yaml" }
}
,{
"displayName":"Go template",
"description":"Sample microservice for simple go app",
"language":"go",
"projectType":"docker",
"location":"https://github.com/microclimate-dev2ops/microclimateGoTemplate",
"links": {"self":"/devfiles/goTemplate/devfile.yaml" }
}
,{
"displayName":"Java Lagom template",
"description":"Template for building Lagom Reactive microservice in Java",
"language":"java",
"projectType":"docker",
"location":"https://github.com/microclimate-dev2ops/lagomJavaTemplate",
"links": {"self":"/devfiles/lagomJavaTemplate/devfile.yaml" }
}
]