haha 2 anos atrás
pai
commit
f64fe9eb59
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -6,7 +6,6 @@
     <groupId>cn.seecoder</groupId>
     <artifactId>seec-pay</artifactId>
     <version>0.0.1</version>
-    <packaging>jar</packaging>
 
     <name>springboot-pay-example</name>
     <description>Demo project for Spring Boot</description>
@@ -114,6 +113,7 @@
     </dependencies>
 
     <build>
+        <finalName>${finalName}</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>