Spring MVC as a new project type
Hi, I am trying to get started on a Spring project as documented here: https://confluence.jetbrains.com/display/IntelliJIDEA/Getting+Started+with+Spring+MVC,+Hibernate+and+JSON
However my "New Project" screen does not show the Spring related project types but shows Spring under Java.
I have the the Ultimate Edition 13.1.5.
How do I get the Spring application types?
请先登录再写评论。
Please make sure to enable "Spring support" and "Spring MVC support" plugins, then you'll get "Spring" category. Then select "Spring MVC" on initial page and "Spring MVC" in "Create project from template" page, you'll get wizard shown in tutorial page.
Darn! I didn't click next and notice the application template. Thanks!