https://github.com/dharmit/spring-boot-with-che
Demo project for Spring Boot with Eclipse Che
https://github.com/dharmit/spring-boot-with-che
Last synced: about 1 year ago
JSON representation
Demo project for Spring Boot with Eclipse Che
- Host: GitHub
- URL: https://github.com/dharmit/spring-boot-with-che
- Owner: dharmit
- Created: 2017-02-14T13:14:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T07:45:35.000Z (over 9 years ago)
- Last Synced: 2025-02-10T05:29:15.727Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-with-che
Spring Boot sample application with its stack and runtime container.
# Note
Currently only works on a local Che server. Workspace startup on codenvy.io fails with the following error:
Could not start workspace wksp-uc7g. Reason: Start of environment 'wksp-uc7g' failed. Error: Restoring of workspace workspaceplxjdrvpluk9xbo6 filesystem terminated on node6.codenvy.io node. Process failed. Exit code 255
# Usage
1. Add Spring Boot stack by navigating to "Stacks > Add Stack > Raw Configuration > Show", pasting in the contents of stacks/spring-boot-stack.json and clicking "Save".
2. Create a workspace by navigating to "Workspaces > Add Workspace > Runtime > Stack library", selecting "Spring Boot" stack and clicking "Save".
3. Start workspace by clicking the newly created workspace in a dashboard.
4. Import git project from: https://github.com/gytis/spring-boot-with-che.git.