參考java
https://blog.csdn.net/xiangyuenacha/article/details/82287123web
1. https://spring.io/tools3/sts/all 最新spring
2. 老版本: https://spring.io/tools3/sts/legacyapp
因爲我是 eclipse photon,版本爲 4.8 eclipse
下載這個:maven
我下載下來,安裝會報錯,所以我在線安裝ui
裝完:會有這個:.net
Technically both are same spring project's. But they have some difference in configuration and build areas.xml
Spring Starter Project- Helps to create the spring boot project.(Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations required for setting up a Spring application.)
blog
Spring Legacy Project - Helps to create the spring maven project. In which all the required configuration like servlet context,web,.. need to be configured manually either by using xml file or java classes.