Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 470 Bytes

web-java-spring-boot

A simple Spring Boot "Hello World!" application, buildable with both maven and gradle. Useful for testing Eclipse Che Java workspaces.

Commands

Task Command
Build mvn clean install
Run mvn spring-boot:run
Debug mvn -Pdebug spring-boot:run

Preview URL

The app runs on port 8080 in the container. When debugging, port 5005 is used for JPDA.