springMVC项目创建及导入包项

  1. 安装eclipse并且完成java classpath的配置

  2. 在eclipse中创建一个dynamic web project

    springMVC项目创建及导入包项_第1张图片

    注意要勾选生成xml文件

    springMVC项目创建及导入包项_第2张图片

  3. 下载springMVC的jar包,下载地址:
    https://repo.spring.io/webapp/#/artifacts/browse/simple/General/libs-release-local/org/springframework/spring/4.2.3.RELEASE
    springMVC项目创建及导入包项_第3张图片

  4. 下载springMVC的依赖包,下载地址:
    http://commons.apache.org/proper/commons-logging/download_logging.cgi

  5. 把springMVC对应的包和依赖包导入到WebContent/WEB-INF/lib
    springMVC项目创建及导入包项_第4张图片
    注意依赖包项一定要导入

  6. 下载tomcat(高版本)

  7. 在eclipse项目里面创建一个 server
    springMVC项目创建及导入包项_第5张图片

    spring项目配置和基本测试环境就基本搭建完成了

你可能感兴趣的:(服务器)