From 3d58badb49101a8f89fe8276d0072493a1289e63 Mon Sep 17 00:00:00 2001 From: guwd Date: Thu, 10 Sep 2020 11:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/assembly.xml | 2 +- pom-war.xml | 10 ++++++++++ pom.xml | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/bin/assembly.xml b/bin/assembly.xml index c246e2a4..acb7078d 100644 --- a/bin/assembly.xml +++ b/bin/assembly.xml @@ -1,7 +1,7 @@ bin - zip + dir diff --git a/pom-war.xml b/pom-war.xml index dacb00d4..37837672 100644 --- a/pom-war.xml +++ b/pom-war.xml @@ -50,6 +50,16 @@ 7.0.42 provided + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + + diff --git a/pom.xml b/pom.xml index eb7f9713..a54da4c1 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,16 @@ store-client 5.0 + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + + ms-mcms