1 Star 0 Fork 12

fisherhuang/hzero-platform

forked from open-hand/hzero-platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init-local-database.sh 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
handadmin 提交于 2020-09-23 11:04 . [AUTO] init project
#!/usr/bin/env bash
mkdir -p target
if [ ! -f target/choerodon-tool-liquibase.jar ]
then
curl https://nexus.choerodon.com.cn/repository/choerodon-release/io/choerodon/choerodon-tool-liquibase/0.8.1.RELEASE/choerodon-tool-liquibase-0.8.1.RELEASE.jar -o target/choerodon-tool-liquibase.jar
fi
java -Dspring.datasource.url="jdbc connection url" \
-Dspring.datasource.username=username \
-Dspring.datasource.password=password \
-Ddata.drop=false -Ddata.init=init \
-Ddata.dir=src/main/resources \
-jar target/choerodon-tool-liquibase.jar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fisherhuang/hzero-platform.git
[email protected]:fisherhuang/hzero-platform.git
fisherhuang
hzero-platform
hzero-platform
master

搜索帮助