georgeliatsos
georgeliatsos

Reputation: 1218

Intellij IDEA Spring Boot configuration

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)

Upvotes: 3

Views: 12191

Answers (1)

georgeliatsos
georgeliatsos

Reputation: 1218

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.

Upvotes: 5

Related Questions