1

I installed STS 3.9.9 in the eclipse and made a Simple Spring Maven project in the Spring legacy project folder.

However, it just creates a project with a file called MANIFEST.MF. It is missing the template that includes the src folder, web folder and etc.

How can I properly create a complete Simple Spring Maven project?

Am I missing anything?

Thank you,

Tom_the_cat
  • 159
  • 12
  • 1
    I tried a fresh install of the STS 3.9.11 distribution and it seems to create the project just fine, so hard to say exactly what is going wrong there. In case you don't use a distribution of STS 3.9.11 (and installed components into Eclipse manually), maybe the Maven Integration for Eclipse is missing. But since this is the Legacy project creation wizard, I would strongly recommend to switch to a newer version of the tooling (Spring Tools 4) and create new Spring projects using the Spring Starter wizard, which integrates https://start.spring.io into the IDE. Definitely the way to move forward. – Martin Lippert Mar 09 '20 at 10:25
  • Thank you for your support. I could not figure out this problem, but it is okay now. Thank you again! – Tom_the_cat Apr 24 '20 at 04:39
  • Did you try to download a ready-to-use Spring Tools 4 distribution and start from there via the wizard to create a new maven-based spring boot project? Would strongly recommend that. – Martin Lippert Apr 25 '20 at 11:48

0 Answers0