IntelliJ IDEA
 
2024.3
Get IntelliJ IDEA

Helidon

Last modified: 17 June 2024

Helidon is a Java framework for writing microservices. IntelliJ IDEA provides the following:

  • Coding assistance specific to both Helidon SE and Helidon MP

  • Integration with the Endpoints tool windows

  • A dedicated project creation wizard based on start.microprofile.io

The generated project contains a REST endpoint named HelloController with the following code:

You can open the Endpoints tool window (View | Tool Windows | Endpoints) and see this endpoint:

HelloController endpoint in the Endpoints tool window