소스 검색

指定maven构建版本

xiaofei 2 년 전
부모
커밋
17dc5216d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

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