refactor: 基于 novel 项目 & Spring Cloud 2022 & Spring Cloud Alibaba 2022 重构

This commit is contained in:
xiongxiaoyang
2023-03-30 16:15:56 +08:00
parent d68ce51c82
commit 3d098eea5e
505 changed files with 14127 additions and 24067 deletions

11
bin/run.sh Normal file
View 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 ..