1 Star 0 Fork 19

Neil / iam-service

forked from Choerodon / iam-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init-oracle-database.sh 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
我没在召唤 提交于 2019-04-09 14:51 . [IMP] test
#!/usr/bin/env bash
mkdir -p choerodon_temp
if [ ! -f temp/choerodon-tool-liquibase.jar ]
then
curl http://nexus.choerodon.com.cn/repository/choerodon-release/io/choerodon/choerodon-tool-liquibase/0.7.0.RELEASE/choerodon-tool-liquibase-0.7.0.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=iam_service \
-Dspring.datasource.password=123456 \
-Ddata.drop=false -Ddata.init=true \
-Ddata.dir=iam-service/src/main/resources \
-jar choerodon_temp/choerodon-tool-liquibase.jar
Java
1
https://gitee.com/nail2008/iam-service.git
git@gitee.com:nail2008/iam-service.git
nail2008
iam-service
iam-service
master

搜索帮助