From 8af92a631f2fa373731f35faa629f9959be24807 Mon Sep 17 00:00:00 2001 From: Malanius Date: Sun, 30 Sep 2018 11:34:09 +0200 Subject: [PATCH] Configure pom for spring boot --- .idea/encodings.xml | 1 + pom.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/.idea/encodings.xml b/.idea/encodings.xml index c2bae49..49c237d 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a533c16..3818cf8 100644 --- a/pom.xml +++ b/pom.xml @@ -8,5 +8,37 @@ wekan-mailer 1.0-SNAPSHOT + + org.springframework.boot + spring-boot-starter-parent + 2.0.5.RELEASE + + + + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +