From e123ff1aec56aaabbb763dc14348deb3825e7dec Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:21:32 +0300 Subject: [PATCH] Fix spring-boot:run by configuring mainClass The spring-boot-maven-plugin was missing the main class configuration, causing spring-boot:run to fail with a ClassNotFoundException. Added the required mainClass and layout settings to pom.xml. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 3342c6f..57e0070 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,10 @@ org.springframework.boot spring-boot-maven-plugin + + example.App + ZIP + pl.project13.maven