Create a project in the environment

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>

---------------------------------------------------------------------------------






Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326395843&siteId=291194637