mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
build evn sh
This commit is contained in:
7
bin/all-start.sh
Normal file
7
bin/all-start.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
for bootJar in $(find . -name "project-*.jar")
|
||||
|
||||
do
|
||||
./$bootJar &
|
||||
|
||||
done
|
||||
Reference in New Issue
Block a user