Skip to content

Helidon SE Service

A Helidon SE HTTP service used as the reference shape for the SE path of Helidon Bootstrap.

  • Start a Helidon SE server with explicit routing
  • Load configuration through Helidon Config
  • Expose an application endpoint and health checks
  • Include HTTP-focused tests
Skill Status
Helidon Bootstrap In Progress
src/
├── main/
│ ├── java/
│ │ └── com/example/app/
│ │ ├── Main.java
│ │ └── service/
│ └── resources/
│ └── application.yaml
└── test/
└── java/
Terminal window
./mvnw test
./mvnw package
java -jar target/*-SNAPSHOT.jar