1 Star 1 Fork 4

神帅/ftgo-application

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
show-swagger-ui-urls.sh 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! /bin/bash -e
./wait-for-services.sh
echo Create consumer - open http://${DOCKER_HOST_IP:-localhost}:8081/swagger-ui.html
echo Create a restaurant - open http://${DOCKER_HOST_IP:-localhost}:8084/swagger-ui.html
echo Create an order - open http://${DOCKER_HOST_IP:-localhost}:8082/swagger-ui.html
echo View the order - open http://${DOCKER_HOST_IP:-localhost}:8082/swagger-ui.html
echo View the order history - open http://${DOCKER_HOST_IP:-localhost}:8086/swagger-ui.html
echo Zipkin distributed tracing - open http://${DOCKER_HOST_IP:-localhost}:9411
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codergit.com/ftgo-application.git
git@gitee.com:codergit.com/ftgo-application.git
codergit.com
ftgo-application
ftgo-application
master

搜索帮助