From 7e5f7ce209a3ec97a5b3e88ce9bd6525855fa7dd Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 30 Aug 2024 17:56:43 +1000 Subject: [PATCH] Fixing the No Main Manifest Attribute --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9bd5804..149fbbf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sydney.cheng ec-super-pom - 1.0.2 + 1.0.4 ec-config-server @@ -65,4 +65,24 @@ spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-maven-plugin + + sydney.cheng.microservice.Application + JAR + + + + + repackage + + + + + + \ No newline at end of file