1 Star 0 Fork 9

luotianhao/workflow-service

forked from open-hand/workflow-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init-mysql-database.sh 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
MAVEN_LOCAL_REPO=$(cd / && mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout)
TOOL_GROUP_ID=io.choerodon
TOOL_ARTIFACT_ID=choerodon-tool-liquibase
TOOL_VERSION=0.17.7.RELEASE
TOOL_JAR_PATH=${MAVEN_LOCAL_REPO}/${TOOL_GROUP_ID/\./\/}/${TOOL_ARTIFACT_ID}/${TOOL_VERSION}/${TOOL_ARTIFACT_ID}-${TOOL_VERSION}.jar
mvn org.apache.maven.plugins:maven-dependency-plugin:get \
-Dartifact=${TOOL_GROUP_ID}:${TOOL_ARTIFACT_ID}:${TOOL_VERSION} \
-Dtransitive=false
mvn clean package spring-boot:repackage
java -Dspring.datasource.url="jdbc:mysql://localhost:3306/?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&useSSL=false&useInformationSchema=true&remarks=true" \
-Dspring.datasource.username=choerodon \
-Dspring.datasource.password=123456 \
-Dspring.datasource.driver-class-name=com.mysql.jdbc.Driver \
-Dinstaller.datasources.platform.url="jdbc:mysql://localhost:3306/?useUnicode=true&characterEncoding=utf-8&useSSL=false&useInformationSchema=true&remarks=true" \
-Dinstaller.datasources.platform.username=choerodon \
-Dinstaller.datasources.platform.password=123456 \
-Dinstaller.datasources.platform.driver-class-name=com.mysql.jdbc.Driver \
-Ddata.init=true \
-Dinstaller.jarPath.init=false \
-Dlogging.level.root=info \
-Dinstaller.jarPath=target/app.jar \
-jar ${TOOL_JAR_PATH}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luotianhao25182/workflow-service.git
git@gitee.com:luotianhao25182/workflow-service.git
luotianhao25182
workflow-service
workflow-service
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385