Hi All,
Apologies up-front for stupid question.
I've done a fresh install of STS 2.8.1 on my Mac.
I create one of the Spring Template Projects using the wizard. The automatically created source files and pom.xml have numerous errors ie:
import org.springframework.stereotype.Component (can't find the org.springframework.* packages).
So, it appears the springframework classes are not automatically put into the build path for a Spring Template Project. This surprises me since I thought that was all automatically done.
Is there another installation step required?


Reply With Quote