<?xml version="1.0" encoding="UTF-8"?>
<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>com.oazzz</groupId>
<artifactId>chapter6</artifactId>
<version>1.0-SNAPSHOT</version> <!--项目依赖 -->
<dependencies>
<!--日志包-->
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency> <!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency> <!-- https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.2</version>
<scope>provided</scope>
</dependency> <!-- https://mvnrepository.com/artifact/javax.servlet/jstl -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency> <!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.2.2.jre7</version>
<scope>test</scope>
</dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.12.RELEASE</version>
</dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.12.RELEASE</version>
</dependency> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
</dependency> <!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>
</dependencies> <build>
<finalName>maven-springmvc</finalName>
<resources>
<!--表示把java目录下的有关xml文件,properties文件编译/打包的时候放在resource目录下-->
<resource>
<directory>${basedir}/src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
<plugins>
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-maven-plugin -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.7.v20170914</version>
</plugin>
</plugins>
</build>
</project>

最新文章

  1. 给iOS开发新手送点福利,简述文本属性Attributes的用法
  2. W3School-CSS测验
  3. Android Studio目录结构浅析
  4. Golang学习 - bytes 包
  5. selenium IDE &amp; Remote Control &amp; Webdriver
  6. Solr4.8.0源码分析(13)之LuceneCore的索引修复
  7. poj1936---subsequence(判断子串)
  8. 【转】install intel wireless 3165 driver for ubuntu 14.04.3
  9. 转换函数CONVERSION_EXIT_TSTRN_OUTPUT
  10. leetcode第四题--Add Two Numbers
  11. java环境安装说明
  12. 第9章 使用客户端凭据保护API - Identity Server 4 中文文档(v1.0.0)
  13. MVC RedirectToAction 跳转时传参问题
  14. python修炼第二天
  15. mysql-5.7.17-winx64 的安装配置
  16. luogu P3304 [SDOI2013]直径
  17. RocketMQ的使用
  18. (转)Qt中图片相对位置的引用
  19. 【转】卖萌的大牛你桑不起啊 ——记CVPR2011一篇极品文章
  20. 前端经典面试题:如何理解 HTML 语义化?

热门文章

  1. python查看文件的编码格式
  2. ZooKeeper 之 zkCli.sh客户端的命令使用
  3. REST easy with kbmMW #15 – Handling HTTP POST
  4. C++ 写的地图控件,支持google 百度 在线离线地图
  5. 【计算机视觉】人脸检测模型的评估方法-linux
  6. 【error】segmentation fault分析
  7. Linux系统部署应用ECShop
  8. org.apache.commons.lang3.Validate
  9. CSS3 Flexbox轻巧实现元素的水平居中和垂直居中(转)
  10. laravel记住登录、设置时间