Skip to content

Commit cda52da

Browse files
committed
Add lagom template
1 parent 45df604 commit cda52da

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
specVersion: 0.0.1
3+
name: lagomJavaTemplate
4+
projects:
5+
- source:
6+
type: git
7+
language: java
8+
location: "https://github.com/microclimate-dev2ops/lagomJavaTemplate"
9+
components:
10+
- alias: codewind-plugin
11+
type: chePlugin
12+
id: <server>/plugins/codewind/codewind-plugin/0.0.1
13+
- alias: codewind-theia
14+
type: chePlugin
15+
id: <server>/plugins/codewind/codewind-theia/0.0.1
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
displayName: Java Lagom template
2+
description: Template for building Lagom Reactive microservice in Java
3+
tags: ["Java", "Maven",]
4+
globalMemoryLimit: 2674Mi
5+
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
6+
projectType: "docker"
7+
language: "java"

0 commit comments

Comments
 (0)