1 Star 0 Fork 0

空城余香 / chapter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
of1244 提交于 2015-04-28 18:45 . pom完善,建立领域对象
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.smart</groupId>
<artifactId>chapter</artifactId>
<packaging>pom</packaging>
<version>3.1-SNAPSHOT</version>
<name>Spring3.1</name>
<description>Spring3.1</description>
<properties>
<file.enconding>UTF-8</file.enconding>
<org.springframework.version>3.1.1.RELEASE</org.springframework.version>
<mysql.version>5.1.6</mysql.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<aspectjweaver.version>1.8.4</aspectjweaver.version>
<apache.commons.version>1.1.1</apache.commons.version>
<slf4j.version>1.7.8</slf4j.version>
<logback.version>1.1.2</logback.version>
<apache.commons.version>1.1.1</apache.commons.version>
<jsp-api.version>2.2</jsp-api.version>
<standard.version>1.1.2</standard.version>
<servlet-api.version>2.5</servlet-api.version>
<jstl.version>1.2</jstl.version>
<testng.version>6.3.1</testng.version>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>chapter1</module>
</modules>
</project>
Java
1
https://gitee.com/liveing/chapter.git
git@gitee.com:liveing/chapter.git
liveing
chapter
chapter
master

搜索帮助