Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No "create from template" Spring MVC in Intellij Idea 15?

In IntelliJ Idea 14, I could use the following:

File > New Project > Spring > Create project from template > Spring MVC

To create a template Spring MVC application with Maven. Is this feature somewhere else now?

The problem is, if I don't use the template, there is no webapp folder made. I check the Spring + Spring MVC + Web application when creating the project, but there is no webapp folder.

Any ideas?

like image 890
Kevin Van Ryckegem Avatar asked Nov 24 '15 14:11

Kevin Van Ryckegem


People also ask

Does IntelliJ have spring Initializr?

IntelliJ IDEA provides the Spring Initializr project wizard that integrates with the Spring Initializr API to generate and import your project directly from the IDE.

How do I install Spring framework in IntelliJ Community Edition?

This functionality is not available in IntelliJ IDEA Community Edition and IntelliJ IDEA Edu. Press Ctrl+Alt+S to open the IDE settings and select Plugins. Open the Installed tab, search for Spring and make sure that the checkboxes next to all relevant plugins are selected.


1 Answers

The closest replacement for that in IntelliJ 15 that I've found is to use Spring Initalizr, which will create you a Spring Boot project, that includes Spring MVC.

IntelliJ 15 Spring Initializr

like image 109
Alexey Soshin Avatar answered Sep 20 '22 13:09

Alexey Soshin