|
@@ -5,7 +5,6 @@
|
|
|
<groupId>com.leanwo.gateway</groupId>
|
|
<groupId>com.leanwo.gateway</groupId>
|
|
|
<artifactId>GatewayServer</artifactId>
|
|
<artifactId>GatewayServer</artifactId>
|
|
|
<version>0.0.1</version>
|
|
<version>0.0.1</version>
|
|
|
-
|
|
|
|
|
<!--指定父级依赖 -->
|
|
<!--指定父级依赖 -->
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -111,6 +110,7 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
+ <version>3.1.1</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<!-- 指定打包的jar包输出路径 -->
|
|
<!-- 指定打包的jar包输出路径 -->
|
|
|
<outputDirectory>${project.build.directory}/${project.version}</outputDirectory>
|
|
<outputDirectory>${project.build.directory}/${project.version}</outputDirectory>
|