- I installed Eclipse IDE for Enterprise Java Developers.
- I went to menu Help -> Eclipse Marketplace... and installed "Spring Tools 4 (aka Spring Tools Suite 4)"
My goal is to create a first simple Spring MVC application. So I went to youtube and found a tutorial video. In the video it's proposed to perform the steps New -> Other... -> Spring and the following list should appear:
- Import Spring Getting Started Content
- Spring Bean Configuration File
- Spring Bean Definition
- Spring Project
- Spring Roo Project
- Spring Starter Project
- Spring Web Flow Definition File
It's proposed to choose "Spring Project". But I have only two items from that list:
- Import Spring Getting Started Content
- Spring Starter Project
Did I installed anything incorrectly? What am I supposed to choose to create a Spring MVC project (and what options)?