1 Star 0 Fork 21

hhhh/api-gateway

forked from Choerodon/api-gateway-old 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init-config.sh 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
superlee 提交于 2019-06-05 13:57 . [UPD] 修改本地初始化配置脚本
#!/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-config
TOOL_VERSION=${1:-0.11.0.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 install
java -Dspring.datasource.url="jdbc:mysql://localhost/manager_service?useUnicode=true&characterEncoding=utf-8&useSSL=false" \
-Dspring.datasource.username=root \
-Dspring.datasource.password=root \
-Dconfig.type=db \
-Dservice.name=api-gateway \
-Dservice.version=0.17.0 \
-Dconfig.updatePolicy=override \
-Dconfig.jar=target/app.jar \
-jar ${TOOL_JAR_PATH}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/HG_TYF/api-gateway.git
git@gitee.com:HG_TYF/api-gateway.git
HG_TYF
api-gateway
api-gateway
master

搜索帮助