Skip to content

Commit 08243d6

Browse files
committed
use two mvn command instead of one command, which may free some memery of jvm.
1 parent d06f295 commit 08243d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ sub_docker() {
235235

236236
do_run_backend() {
237237
cd $BACKEND
238-
mvn clean spring-boot:run ${1}
238+
mvn clean && mvn spring-boot:run ${1}
239239
cd $BASEDIR
240240
}
241241

0 commit comments

Comments
 (0)