1 Star 0 Fork 19

samyuan / iam-service

forked from Choerodon / iam-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init-mysql-database.sh 637 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.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:mysql://localhost/iam_service?useUnicode=true&characterEncoding=utf-8&useSSL=false" \
-Dspring.datasource.username=root \
-Dspring.datasource.password=root \
-Ddata.drop=false -Ddata.init=true \
-Ddata.dir=src/main/resources \
-jar choerodon_temp/choerodon-tool-liquibase.jar
1
https://gitee.com/samyuan/iam-service.git
git@gitee.com:samyuan/iam-service.git
samyuan
iam-service
iam-service
master

搜索帮助