1、myeclipse 2014 右键 maven 项目,选择maven-archetype-webapp。
2,在poi.xml中引入 ,并右键项目 maven --update project
<parent>
<groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.0.RELEASE</version>
</parent>
3.加入相关依赖,右键maven dependencies refresh 导入项目