1 Star 0 Fork 18

̶w̶o̶l̶f̶/asgard-service

forked from open-hand/choerodon-asgard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init-h2-database.sh 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
myelin 提交于 2018-07-26 18:10 . [ADD] 添加数据库初始化工具
#!/usr/bin/env bash
mkdir -p choerodon_temp
if [ ! -f choerodon_temp/choerodon-tool-liquibase.jar ]
then
curl http://nexus.choerodon.com.cn/repository/choerodon-release/io/choerodon/choerodon-tool-liquibase/0.5.4.RELEASE/choerodon-tool-liquibase-0.5.4.RELEASE.jar -L -o choerodon_temp/choerodon-tool-liquibase.jar
fi
java -Ddata.drop=false -Ddata.init=true \
-Dspring.h2.console.enabled=true \
-Dspring.main.web-environment=true \
-Ddata.dir=src/main/resources \
-jar choerodon_temp/choerodon-tool-liquibase.jar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wolf-hw/asgard-service.git
git@gitee.com:wolf-hw/asgard-service.git
wolf-hw
asgard-service
asgard-service
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385