|
@@ -425,17 +425,17 @@
|
425
|
425
|
|
426
|
426
|
</dependencies>
|
427
|
427
|
|
428
|
|
- <!--<build>-->
|
429
|
|
- <!--<plugins>-->
|
430
|
|
- <!--<plugin>-->
|
431
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
432
|
|
- <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
433
|
|
- <!--<configuration>-->
|
434
|
|
- <!--<!– maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar –>-->
|
435
|
|
- <!--<includeSystemScope>true</includeSystemScope>-->
|
436
|
|
- <!--</configuration>-->
|
437
|
|
- <!--</plugin>-->
|
438
|
|
- <!--</plugins>-->
|
439
|
|
- <!--</build>-->
|
|
428
|
+ <build>
|
|
429
|
+ <plugins>
|
|
430
|
+ <plugin>
|
|
431
|
+ <groupId>org.springframework.boot</groupId>
|
|
432
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
433
|
+ <configuration>
|
|
434
|
+ <!-- maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar -->
|
|
435
|
+ <includeSystemScope>true</includeSystemScope>
|
|
436
|
+ </configuration>
|
|
437
|
+ </plugin>
|
|
438
|
+ </plugins>
|
|
439
|
+ </build>
|
440
|
440
|
|
441
|
441
|
</project>
|