intellij-idea

How to reopen Spring Initializr panel in IDEA?


After I use IDEA's springboot initializr to complete the initialization of a springboot project, I found that I need to modify the dependencies. Can I return to the New Module panel to modify the dependencies?

how to return to this panel?


Solution

  • You can manually add the necessary dependencies to the pom.xml file. See the official documentation page to learn how to manage Maven dependencies in IntelliJ IDEA.