|
2 | 2 | { |
3 | 3 | "displayName":"Java MicroProfile template", |
4 | 4 | "description":"Cloud Microservice Starter for Java - MicroProfile / Java EE", |
5 | | - "tags":["Java","Maven"], |
| 5 | + "language":"java", |
6 | 6 | "projectType":"java", |
7 | 7 | "location":"https://github.com/microclimate-dev2ops/javaMicroProfileTemplate", |
8 | 8 | "links": {"self":"/devfiles/javaMicroProfileTemplate/devfile.yaml" } |
9 | 9 | } |
10 | 10 | ,{ |
11 | 11 | "displayName":"Spring template", |
12 | 12 | "description":"Template for building a Spring microservice", |
13 | | - "tags":["Java","Spring"], |
| 13 | + "language":"java", |
14 | 14 | "projectType":"spring", |
15 | 15 | "location":"https://github.com/microclimate-dev2ops/springJavaTemplate", |
16 | 16 | "links": {"self":"/devfiles/springJavaTemplate/devfile.yaml" } |
17 | 17 | } |
18 | 18 | ,{ |
19 | 19 | "displayName":"Python template", |
20 | 20 | "description":"HelloWorld microservice written in python", |
21 | | - "tags":["python","docker"], |
| 21 | + "language":"python", |
22 | 22 | "projectType":"docker", |
23 | 23 | "location":"https://github.com/microclimate-dev2ops/SVTPythonTemplate", |
24 | 24 | "links": {"self":"/devfiles/pythonTemplate/devfile.yaml" } |
25 | 25 | } |
26 | 26 | ,{ |
27 | 27 | "displayName":"Node.js template", |
28 | 28 | "description":"Cloud-ready Node.js Express sample application", |
29 | | - "tags":["Nodejs"], |
| 29 | + "language":"nodejs", |
30 | 30 | "projectType":"nodejs", |
31 | 31 | "location":"https://github.com/microclimate-dev2ops/nodeExpressTemplate", |
32 | 32 | "links": {"self":"/devfiles/nodeExpressTemplate/devfile.yaml" } |
33 | 33 | } |
| 34 | +,{ |
| 35 | + "displayName":"Swift microcservice template", |
| 36 | + "description":"Template for building a Swift microservice", |
| 37 | + "language":"swift", |
| 38 | + "projectType":"swift", |
| 39 | + "location":"https://github.com/microclimate-dev2ops/swiftTemplate", |
| 40 | + "links": {"self":"/devfiles/swiftTemplate/devfile.yaml" } |
| 41 | +} |
34 | 42 | ,{ |
35 | 43 | "displayName":"Go template", |
36 | 44 | "description":"Sample microservice for simple go app", |
37 | | - "tags":["go","docker"], |
| 45 | + "language":"go", |
38 | 46 | "projectType":"docker", |
39 | 47 | "location":"https://github.com/microclimate-dev2ops/microclimateGoTemplate", |
40 | 48 | "links": {"self":"/devfiles/goTemplate/devfile.yaml" } |
|
0 commit comments