From 15103603ddf6c32ce0889ed65fe0144a9b92ee29 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 14 Nov 2022 17:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=8C=85=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview.yml b/preview.yml index cedba81..5123164 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ autoOpen: true apps: - port: 8080 - command: cd mq-artemis & mvn spring-boot:run + command: cd mq-common && mvn install && cd ../mq-artemis & mvn spring-boot:run root: ./mq-artemis name: artemis_test description: artemis_test -- GitLab