1 Star 0 Fork 125

douxin/openGauss-connector-jdbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_on_windows_git.sh 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
#/bin/bash
# this script is to use in windows git bash shell to build opengauss jdbc jar.
# you need build tools in window's PATH below:
# java mvn zip tar xargs
# after success build, the tar package in openGauss-2.0.0-JDBC.tar.gz
# or you can int output dir find postgresql.jar and opengauss-jdbc*.jar
# please notice: postgresql.jar is conflict with postgres database jdbc.
# if you want to compatibiliry use opengauss and pg database, use opengauss-jdbc*.jar instead.
# the driver string is jdbc:opengauss://, the driver class is:org.opengauss.Driver
JDBC_DIR=$(dirname $(readlink -f $0))
cd $JDBC_DIR
sh prepare_maven.sh
cd $JDBC_DIR
sh prepare_demo.sh
cd $JDBC_DIR
sh prepare_windows_build.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ywzq1161327784/openGauss-connector-jdbc.git
git@gitee.com:ywzq1161327784/openGauss-connector-jdbc.git
ywzq1161327784
openGauss-connector-jdbc
openGauss-connector-jdbc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385