12 Star 9 Fork 24

TinyFramework / dbrouterjdbc3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
ballackhui 提交于 2015-04-23 14:17 . jdbc3升级
<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>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>1.2.3-SNAPSHOT</version>
</parent>
<artifactId>dbrouterjdbc3</artifactId>
<packaging>pom</packaging>
<dependencies>
</dependencies>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<modules>
<module>org.tinygroup.dbrouterjdbc3</module>
<module>dbrouterdb2</module>
<module>dbrouteroracle</module>
<module>dbroutersqlserver</module>
</modules>
</project>
Java
1
https://gitee.com/tinyframework/dbrouterjdbc3.git
git@gitee.com:tinyframework/dbrouterjdbc3.git
tinyframework
dbrouterjdbc3
dbrouterjdbc3
master

搜索帮助