1 Star 0 Fork 7

byteuser/jfinal-plus

forked from ylx252/jfinal-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
ylx252 提交于 2016-05-09 10:00 . jfinal-plus-spring 0.0.1 release ^_^
<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>com.jfinalplus</groupId>
<artifactId>jfinal-plus</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>jfinal-plus</description>
<url>http://git.oschina.net/Bitter/jfinal-plus</url>
<modules>
<module>jfinal-plus-parent</module>
<module>jfinal-plus-spring</module>
<module>jfinal-plus-core</module>
<module>jfinal-plus-tsql</module>
<module>samples/jfinal-plus-spring-demo</module>
</modules>
<scm>
<url>https://git.oschina.net/Bitter/jfinal-plus.git</url>
<connection>scm:git:https://git.oschina.net/Bitter/jfinal-plus.git</connection>
<developerConnection>scm:git:https://git.oschina.net/Bitter/jfinal-plus.git</developerConnection>
</scm>
<issueManagement>
<system>git@osc issue</system>
<url>http://git.oschina.net/Bitter/jfinal-plus/issues</url>
</issueManagement>
<licenses>
<license>
<name>The Apache License (VERSION 2.0)</name>
<url>http://www.apache.org/licenses/</url>
</license>
</licenses>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/byteuser/jfinal-plus.git
git@gitee.com:byteuser/jfinal-plus.git
byteuser
jfinal-plus
jfinal-plus
master

搜索帮助