5 Star 1 Fork 5

TinyFramework/tinyarchetype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
天霜万籁 提交于 2018-03-26 14:19 . [新增] 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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>3.4.6</version>
</parent>
<version>3.4.7-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<groupId>org.tinygroup</groupId>
<artifactId>tinyarchetype</artifactId>
<packaging>pom</packaging>
<scm>
<connection>scm:git:git@https://gitee.com/tinyframework/tinyarchetype.git</connection>
<developerConnection>scm:git:https://gitee.com/tinyframework/tinyarchetype.git</developerConnection>
<url>https://gitee.com/tinyframework/tinyarchetype.git</url>
</scm>
<modules>
<module>org.tinygroup.flowcomponentarchetype</module>
<module>org.tinygroup.servicecomponentarchetype</module>
<module>org.tinygroup.uicomponentarchetype</module>
<module>org.tinygroup.webappprojectarchetype</module>
<module>org.tinygroup.developarchetype</module>
<module>org.tinygroup.weixinarchetype</module>
<module>org.tinygroup.scriptarchetype</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tinyframework/tinyarchetype.git
git@gitee.com:tinyframework/tinyarchetype.git
tinyframework
tinyarchetype
tinyarchetype
master

搜索帮助