We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ab94a commit b408bfeCopy full SHA for b408bfe
pom.xml
@@ -11,6 +11,7 @@
11
<groupId>com.amigoscode</groupId>
12
<artifactId>jfs</artifactId>
13
<version>0.0.1-SNAPSHOT</version>
14
+ <packaging>jar</packaging>
15
<name>java-springboot-full-stack</name>
16
<description>java-springboot-full-stack</description>
17
<url/>
@@ -68,6 +69,7 @@
68
69
</dependencies>
70
71
<build>
72
+ <finalName>product-service</finalName>
73
<plugins>
74
<plugin>
75
<groupId>org.springframework.boot</groupId>
0 commit comments