diff --git a/src/main/docs/guide/quickStart/ideSetup/netbeansSetup.adoc b/src/main/docs/guide/quickStart/ideSetup/netbeansSetup.adoc new file mode 100644 index 00000000000..d4cc75b59f5 --- /dev/null +++ b/src/main/docs/guide/quickStart/ideSetup/netbeansSetup.adoc @@ -0,0 +1,7 @@ +Apache NetBeans can open Maven and Gradle projects out of the box. + +Make sure that the **Java Web and EE** feature is enabled at `Tools -> Plugins -> Installed`, +in order to have additional support for Micronaut, like code completion for configuration +and data elements. + +image::netbeans-plugins-java-web-ee.png[NetBeans Plugins,,555] diff --git a/src/main/docs/guide/toc.yml b/src/main/docs/guide/toc.yml index a11ed524fd5..5bc61d406f6 100644 --- a/src/main/docs/guide/toc.yml +++ b/src/main/docs/guide/toc.yml @@ -10,6 +10,7 @@ quickStart: title: Setting up an IDE ideaSetup: IntelliJ IDEA eclipseSetup: Eclipse + netbeansSetup: Apache NetBeans vsCodeSetup: Visual Studio Code creatingClient: Creating a Client deployingApp: Deploying the Application diff --git a/src/main/docs/resources/img/netbeans-plugins-java-web-ee.png b/src/main/docs/resources/img/netbeans-plugins-java-web-ee.png new file mode 100644 index 00000000000..f08f6cff88a Binary files /dev/null and b/src/main/docs/resources/img/netbeans-plugins-java-web-ee.png differ