chore: 清理垃圾文件

This commit is contained in:
xiongxiaoyang 2023-03-30 17:54:33 +08:00
parent 42c70a538d
commit 137df9b574
4 changed files with 0 additions and 11 deletions

Binary file not shown.

Before

(image error) Size: 113 KiB

Binary file not shown.

Before

(image error) Size: 145 KiB

Binary file not shown.

Before

(image error) Size: 236 KiB

@ -1,11 +0,0 @@
# 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 ..