Spring Boot构建web项目Demo
项目构建环境:
IDE:STS(Eclipse)
jdk:1.8
maven:3.3.9
Spring Boot:1.5.8.RELEASE
搭建过程:
1.创建一个maven项目
2.在pom.xml中引入基本依赖:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>top.codefree.springboot</groupId>
<artifactId>codefree-springboot</artifa