소스 검색

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>