1 Star 0 Fork 51

liangjf85 / TinySample

forked from TinyFramework / TinySample 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Atizose 提交于 2015-01-04 17:20 . 添加sc测试相关的两个工程
<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">
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.tinygroup</groupId>
<artifactId>TinySample</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.tinygroup.tinyuisample</module>
<module>org.tinygroup.DemoSite</module>
<module>org.tinygroup.crud</module>
<module>org.tinygroup.fouroperate</module>
<module>org.tinygroup.helloworld</module>
<module>org.tinygroup.websample</module>
<module>org.tinygroup.tinysite</module>
<module>org.tinygroup.tinysite2</module>
<module>org.tinygroup.hellobyannotation</module>
<module>org.tinygroup.hellobyxml</module>
<module>org.tinygroup.hellobyflow</module>
<module>org.tinygroup.hellobymvc</module>
<module>org.tinygroup.webservicesample</module>
<module>org.tinygroup.sctestsample</module>
<module>org.tinygroup.sctestwebsample</module>
</modules>
</project>
1
https://gitee.com/ljf85/TinySample.git
git@gitee.com:ljf85/TinySample.git
ljf85
TinySample
TinySample
master

搜索帮助