build evn sh

This commit is contained in:
陈云志
2020-12-25 19:38:21 +08:00
parent 075c2783f8
commit 01e8e40b1c
11 changed files with 63 additions and 15 deletions

7
bin/all-start.sh Normal file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
for bootJar in $(find . -name "project-*.jar")
do
./$bootJar &
done