Skip to content

Commit

Permalink
Added instructions for setup NetBeans for Micronaut (#10136)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkishalmi authored Nov 24, 2023
1 parent 368d573 commit f7445ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/docs/guide/quickStart/ideSetup/netbeansSetup.adoc
Original file line number Diff line number Diff line change
@@ -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]
1 change: 1 addition & 0 deletions src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7445ad

Please sign in to comment.