Skip to content

dotuian/MavenSpringMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MavenSpringMVC

基于Maven包管理的,SpringMVC框架搭建的web学习项目

项目导入过程

  • 下载源代码

$ git clone https://github.com/dotuian/MavenSpringMVC.git MavenSpringMVC

  • 将源码文件装换成Eclipse项目

mvn clean

$ mvn eclipse:eclipse -Dwtpversion=2.0

Please remember that adding “-Dwtpversion=2.0″ is necessary, otherwise using only “mvn eclipse:eclipse” will convert it to only normal java application, and you will not be able to run it as other eclipse web applications.
  • 将项目导入到Eclipse中,然后调整项目属性
  1. Java Build Path -- Libraries 中JDK的版本调整为1.8
  1. Java Complier -- Complier compliance level 修改为 1.8
  2. Project FacetsJava 也调整为1.8Dynamic Web module 的版本调整为3.0与web.xml中一致
  3. ResourceText file encoding 修改为 UTF-8
  • 选择项目,右键 -- Configure → Convert to Maven project

About

基于Maven包管理的,SpringMVC框架搭建的web学习项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages