From 5b628c8605230cc748cc066370eb8aeef1d0c659 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Sat, 6 Apr 2019 21:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=EF=BC=9A=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=20product=20=E6=A8=A1=E5=9D=97=E7=9A=84=20setting=20getting=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/admin-sdk/pom.xml | 4 ++-- pom.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/admin/admin-sdk/pom.xml b/admin/admin-sdk/pom.xml index 86b96fe9..0b2d8aaf 100644 --- a/admin/admin-sdk/pom.xml +++ b/admin/admin-sdk/pom.xml @@ -35,7 +35,7 @@ javax.servlet servlet-api 2.5 - compile + provided cn.iocoder.mall @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 04e606e1..5c5481e3 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -156,6 +157,15 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + true + +