From e504be59140d6b1150a24944ff2939fb1f149398 Mon Sep 17 00:00:00 2001 From: rujche Date: Tue, 6 Aug 2024 09:32:10 +0800 Subject: [PATCH] Add "configuration" for spring-boot-maven-plugin to fix this issue: https://github.com/spring-projects/spring-boot/issues/41199#issuecomment-2182939925 --- samples/spring-petclinic-microservices/pom.xml | 5 +++++ samples/storage-explorer/date-service/pom.xml | 5 +++++ samples/storage-explorer/storage-explorer/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/samples/spring-petclinic-microservices/pom.xml b/samples/spring-petclinic-microservices/pom.xml index 6352316..6e15bc8 100644 --- a/samples/spring-petclinic-microservices/pom.xml +++ b/samples/spring-petclinic-microservices/pom.xml @@ -92,6 +92,11 @@ org.springframework.boot spring-boot-maven-plugin + + + //./pipe/dockerDesktopLinuxEngine + + diff --git a/samples/storage-explorer/date-service/pom.xml b/samples/storage-explorer/date-service/pom.xml index aa66572..8eae9a3 100644 --- a/samples/storage-explorer/date-service/pom.xml +++ b/samples/storage-explorer/date-service/pom.xml @@ -82,6 +82,11 @@ org.springframework.boot spring-boot-maven-plugin + + + //./pipe/dockerDesktopLinuxEngine + + diff --git a/samples/storage-explorer/storage-explorer/pom.xml b/samples/storage-explorer/storage-explorer/pom.xml index a272a7c..84c5e3b 100644 --- a/samples/storage-explorer/storage-explorer/pom.xml +++ b/samples/storage-explorer/storage-explorer/pom.xml @@ -107,6 +107,11 @@ org.springframework.boot spring-boot-maven-plugin + + + //./pipe/dockerDesktopLinuxEngine + +