|
|
@@ -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>
|