11 Star 34 Fork 13

bestick/EasyExam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
bestick 提交于 2016-04-24 16:52 . finish pj structure
<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>cn.bestick</groupId>
<artifactId>EasyExam</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>EasyExam</name>
<url>http://www.bestick.cn</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>portal</module>
<module>management</module>
<module>common</module>
<module>scoreMarker</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>EasyExam</finalName>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bestick/EasyExam.git
git@gitee.com:bestick/EasyExam.git
bestick
EasyExam
EasyExam
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385