RuoYi-Cloud/bin/all-start.sh

8 lines
85 B
Bash

#! /bin/bash
for bootJar in $(find . -name "project-*.jar")
do
./$bootJar &
done