1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/open-hand-hzero-config

Клонировать/Скачать
init-mysql-database.sh 619
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
handadmin Отправлено 22.09.2020 17:29 d4cc989
#!/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:mysql://localhost:3306/hzero_governance?useUnicode=true&characterEncoding=utf-8&useSSL=false" \
-Dspring.datasource.username=root \
-Dspring.datasource.password=root \
-Ddata.drop=false -Ddata.init=init \
-Ddata.dir=src/main/resources \
-jar target/choerodon-tool-liquibase.jar

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/open-hand-hzero-config.git
git@api.gitlife.ru:oschina-mirror/open-hand-hzero-config.git
oschina-mirror
open-hand-hzero-config
open-hand-hzero-config
master