mirror of
https://gitee.com/novel_dev_team/novel-cloud
synced 2026-07-20 17:55:01 +08:00
chore: 清理垃圾文件
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 145 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 236 KiB |
11
bin/run.sh
11
bin/run.sh
@@ -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 ..
|
|
||||||
Reference in New Issue
Block a user