From ba7371baac1e377ba2aa94c7d89afc60f3775cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan=20Cardo=C5=9F?= <106325528+sodrac@users.noreply.github.com> Date: Sat, 17 Dec 2022 17:44:23 +0200 Subject: [PATCH] BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin (#13049) * BAEL-5617 Handle classes with the same name in Java code samples * BAEL-5617 Handle classes with the same name in Java update project module * BAEL-5754 Convert a List of String to a comma-separated String code samples * BAEL-5754 update unit test class name * BAEL-5754 update unit test methods naming * BAEL-5754 update tests order so to reflect the article * BAEL-5754 align code to article * BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin --- spring-boot-modules/spring-boot-artifacts-2/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-modules/spring-boot-artifacts-2/pom.xml b/spring-boot-modules/spring-boot-artifacts-2/pom.xml index d0e12caa53..5fcee8d609 100644 --- a/spring-boot-modules/spring-boot-artifacts-2/pom.xml +++ b/spring-boot-modules/spring-boot-artifacts-2/pom.xml @@ -27,6 +27,10 @@ org.springframework.boot spring-boot-maven-plugin + + com.baeldung.demo.DemoApplication + JAR +