1
votes

I am trying to import a Spring Boot project but when I am trying to Add New Configuration, it does not show a Spring Boot template.

Shall I do a configuration to the Intellij to enable Spring Boot projects?

I am using Intellij IDEA 2018.2 Ultimate edition (Evaluation version)

1
No, You don't need to do any configuration. Just import as maven or gradle - Mehraj Malik

1 Answers

4
votes

I managed to solve this problem by using the following steps: Go to File -> Settings -> Plugins -> Spring Boot was not ticked by default

When I checked Spring Boot and pressed OK, it downloaded the relevant plugin. Then, in the Add New Configuration, a Spring Boot template appeared.