Browse Source

spring-boot-maven-plugin版本指定

wangliang 2 years ago
parent
commit
8b7a473454
1 changed files with 1 additions and 0 deletions
  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>