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?
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.