From f525e97987c60738ba0fd9ff89687fd03e84b592 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Thu, 7 Mar 2019 22:32:15 +0800 Subject: [PATCH] =?UTF-8?q?product=20=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + product/product-application/pom.xml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index dbcf0ecad..82300db7f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.iml *.ipr target/* +*/target/* ### NetBeans ### /nbproject/private/ diff --git a/product/product-application/pom.xml b/product/product-application/pom.xml index ba9cd1f7e..008fbd314 100644 --- a/product/product-application/pom.xml +++ b/product/product-application/pom.xml @@ -131,6 +131,15 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + true + +