How to open the Spring Initializr wizard?
Answered
I created a spring boot module by Spring Initializr wizard.
I would like to add spring-boot-starter-jdbc.
However, I do not know how to open the Spring Initializr wizard.
How to open the Spring Initializr wizard?
Please sign in to leave a comment.
The wizard is available only for the new projects. For the already created projects you will need to adjust the dependencies manually (via build.gradle or pom.xml editing).
Vote for the related request: https://youtrack.jetbrains.com/issue/IDEA-148776.