浏览代码

spring-boot-maven-plugin版本指定

wangliang 2 年之前
父节点
当前提交
8b7a473454
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      distributed-print/pom.xml

+ 1 - 0
distributed-print/pom.xml

@@ -44,6 +44,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>2.6.2</version>
                 <configuration>
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>