AlexFalappa / nb-springboot

NetBeans IDE plugin supporting programming with Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Spring Initializr project wizard

AlexFalappa opened this issue · comments

The new Spring Initializr project wizard could see some improvements:

  • In the Base Properties step
    • edits to the Artifact field could be propagated to the Name field (but not viceversa)
    • edits to the Group and Artifact fields could be concatenated and propagated to the Package Name field
    • If the user afterwards edits the Package Name or Name the link should be interrupted
    • preselect the fields content when tabbing between textfields
  • In the Dependencies step
    • Remember and present a small set (3 to 5) of frequently used dependencies
    • Preselect Configuration Processor dependency

Preselect Configuration Processor dependency

Why? That's only necessary if you are crafting your own @ConfigurationProperties so I see no reason to make that mandatory.

Point taken