A simple Spring Boot "Hello World!" application, buildable with both maven and gradle. Useful for testing Eclipse Che Java workspaces.
Task | Command |
---|---|
Build | mvn clean install |
Run | mvn spring-boot:run |
Debug | mvn -Pdebug spring-boot:run |
The app runs on port 8080 in the container. When debugging, port 5005 is used for JPDA.