|
|
@ -6,18 +6,15 @@
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>{{bootVersion}}</version>
|
|
|
|
<version>{{bootVersion}}</version>
|
|
|
|
<relativePath/>
|
|
|
|
<relativePath />
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>com.example</groupId>
|
|
|
|
<groupId>com.example</groupId>
|
|
|
|
<artifactId>app</artifactId>
|
|
|
|
<artifactId>app</artifactId>
|
|
|
|
<version>0.0.1</version>
|
|
|
|
<version>0.0.1</version>
|
|
|
|
<packaging>{{packaging}}</packaging>
|
|
|
|
<packaging>{{packaging}}</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<resourcesJarPath>{{resourcesJarPath}}</resourcesJarPath>
|
|
|
|
<resourcesJarPath>{{resourcesJarPath}}</resourcesJarPath>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -44,7 +41,6 @@
|
|
|
|
<systemPath>${resourcesJarPath}</systemPath>
|
|
|
|
<systemPath>${resourcesJarPath}</systemPath>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
@ -56,7 +52,6 @@
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
|
<id>spring-snapshots</id>
|
|
|
@ -66,5 +61,4 @@
|
|
|
|
</snapshots>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|
|
|
|