|
|
@ -14,4 +14,17 @@ |
|
|
|
<version>2.8.1.RELEASE</version> |
|
|
|
<version>2.8.1.RELEASE</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<skip>true</skip> |
|
|
|
|
|
|
|
<finalName>${project.name}</finalName> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
</project> |
|
|
|