From 60930fc567a7c6962046b71064b4443c9ba74f40 Mon Sep 17 00:00:00 2001 From: Julius Krah Date: Thu, 7 Jul 2016 23:27:34 +0000 Subject: [PATCH] Added fix for error 'Unable to find a single main class from the following candidates [org.baeldung.boot.DemoApplication, org.baeldung.main.SpringBootApplication]' --- spring-boot/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index ebd920e395..b2929bedcc 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -17,6 +17,8 @@ + + org.baeldung.boot.DemoApplication UTF-8 1.8