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
Related skill
Section titled “Related skill”| Skill | Status |
|---|---|
| Helidon Bootstrap | In Progress |
Expected structure
Section titled “Expected structure”src/├── main/│ ├── java/│ │ └── com/example/app/│ │ ├── Main.java│ │ └── service/│ └── resources/│ └── application.yaml└── test/ └── java/Suggested verification
Section titled “Suggested verification”./mvnw test./mvnw packagejava -jar target/*-SNAPSHOT.jar