1 Star 0 Fork 352

肖杰超 / shopTNT电商系统 java商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
profile.sh 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
tnt 提交于 2023-06-20 10:05 . 初始化
#!/bin/bash
#创建所需目录
base_dir=.
#配置文件模板
template=`cat ./template.yml`
#用模板为每个应用生成配置项
printf "service_name=base-api\nservice_port=7000\ncat << EOF\n$template\nEOF" | bash > $base_dir/base-api/src/main/resources/bootstrap.yml
printf "service_name=buyer-api\nservice_port=7002\ncat << EOF\n$template\nEOF" | bash > $base_dir/buyer-api/src/main/resources/bootstrap.yml
printf "service_name=seller-api\nservice_port=7003\ncat << EOF\n$template\nEOF" | bash > $base_dir/seller-api/src/main/resources/bootstrap.yml
printf "service_name=manager-api\nservice_port=7004\ncat << EOF\n$template\nEOF" | bash > $base_dir/manager-api/src/main/resources/bootstrap.yml
printf "service_name=consumer\nservice_port=6001\ncat << EOF\n$template\nEOF" | bash > $base_dir/consumer/src/main/resources/bootstrap.yml
Java
1
https://gitee.com/xiao-jiechao/api.git
git@gitee.com:xiao-jiechao/api.git
xiao-jiechao
api
shopTNT电商系统 java商城
5.2.3

搜索帮助

53164aa7 5694891 3bd8fe86 5694891