Last active
March 16, 2020 15:50
-
-
Save kadel/298c63971b543696a2bb5f0c3b67d74c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: 1.0.0 | |
parent: | |
uri: https://raw.githubusercontent.com/eclipse/che-devfile-registry/master/devfiles/java-web-spring/devfile.yaml | |
command: | |
metadata: | |
name: petclinic | |
components: | |
- name: maven build | |
actions: | |
- type: exec | |
component: tools | |
command: "mvn package" | |
workdir: ${CHE_PROJECTS_ROOT}/java-web-spring | |
- name: springboot run | |
actions: | |
- type: exec | |
component: tools | |
command: "mvn spring-boot:run" | |
workdir: ${CHE_PROJECTS_ROOT}/java-web-spring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment