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