Study Env:
----------------------------------
WINDOWS 7
JDK 1.8.0
MAVEN 3.5
ECLIPSE Mars.2 Release (4.5.2)
MYSQL 5.5
----------------------------------
MAVEN_BIN DownLoad
https://pan.baidu.com/s/1i4BbJ9N
Step 1.Eclipse Install Spring Tool Suite (STS) for Eclipse
- >
http://blog.csdn.net/xuli99999/article/details/53926765
Step 2.New Project [Spring Starter Project]
Select Option
[ Web ]
Create Over
---------------------------------------------------------------------------------
Pom Springframework Version
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
---------------------------------------------------------------------------------
分享到:
评论