mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-09-14 05:02:42 +00:00
refactor: 基于 novel 项目 & Spring Cloud 2022 & Spring Cloud Alibaba 2022 重构
This commit is contained in:
11
bin/run.sh
Normal file
11
bin/run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
# novel-cloud 目录下运行 `bash bin/run.sh` 命令来启动所有的微服务
|
||||
mvn clean install -Dmaven.test.skip
|
||||
cd novel-book/novel-book-service
|
||||
mvn spring-boot:run &
|
||||
cd ../../novel-search
|
||||
mvn spring-boot:run &
|
||||
cd ../../novel-monitor
|
||||
|
||||
sleep 30
|
||||
mvn spring-boot:run &
|
||||
cd ..
|
Reference in New Issue
Block a user