<?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>wms</groupId>
<artifactId>wms</artifactId>
<version>1.0-SNAPSHOT</version> <build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build> <dependencies>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.5.RELEASE</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-orm -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>4.3.5.RELEASE</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.39</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.6.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency> </dependencies> </project>

最新文章

  1. 网站开发网页广告条不显示,出现ERR_BLOCKED_BY_CLIENT
  2. 使用Office 365抓取PM2.5数据
  3. ssh(sturts2_spring_hibernate) 框架搭建之hibernate1
  4. Xrun 将 app 转化为 IPA
  5. ANDROID_MARS学习笔记_S02_005_AppWidget1
  6. C# DataTable的詳細使用方法
  7. Linux内核参数信息(Oracle相关)
  8. SAP CRM 高效调试方法
  9. C语言介绍
  10. toad执行存储过程
  11. Python中从SQL型数据库读写dataframe型数据
  12. BZOJ_2561_最小生成树_最小割
  13. Window10上安装Redis及其客户端
  14. 【慕课网实战】三、以慕课网日志分析为例 进入大数据 Spark SQL 的世界
  15. .NetCore 资料分享
  16. Kubernetes 网络改进的三项实践分享
  17. Java JPA小记
  18. Windows(华硕/联想)笔记本上安装黑苹果与win双系统教程
  19. heptio scanner kubernetes 集群诊断工具部署说明
  20. java1.8新特性(四 创建 stream对象)

热门文章

  1. 6步完成压力测试工具Locust部署和使用
  2. Markdown使用样例
  3. json_decode转换数组过程中,结果为null处理办法,百分之百有效
  4. 【Linux】DNS服务-BIND基础配置
  5. 洛谷 P3381【模板】最小费用最大流
  6. Windows7下采用cygwin编译安装swoole扩展
  7. 洛谷 P4317 花神的数论题(组合数)
  8. 最近做了一个短网址服务 di81.com
  9. Codeforces - 912B 位运算
  10. 网络安全通信https工作原理