1 Star 0 Fork 18

samyuan/asgard-service

forked from open-hand/choerodon-asgard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init-local-database.sh 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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.2.RELEASE/choerodon-tool-liquibase-0.5.2.RELEASE.jar -L -o choerodon_temp/choerodon-tool-liquibase.jar
fi
#java -Dspring.datasource.url="jdbc:oracle:thin:@127.0.0.1:1521:xe" \
#-Dspring.datasource.username=asgard_service \
java -Dspring.datasource.url="jdbc:mysql://localhost/asgard_service?useUnicode=true&characterEncoding=utf-8&useSSL=false" \
-Dspring.datasource.username=choerodon \
-Dspring.datasource.password=123456 \
-Ddata.drop=false -Ddata.init=true \
-Ddata.dir=src/main/resources \
-jar choerodon_temp/choerodon-tool-liquibase.jar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/samyuan/asgard-service.git
git@gitee.com:samyuan/asgard-service.git
samyuan
asgard-service
asgard-service
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385