浏览代码

Merge pull request #221 from gitchenjh/master

修复:pom编译版本
gitchenjh 4 年之前
父节点
当前提交
2a61449ce1
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      server/pom.xml

+ 1 - 3
server/pom.xml

@@ -205,9 +205,6 @@
             </resource>
             <resource>
                 <directory>src/main/config</directory>
-                <excludes>
-                    <exclude>${build.exclude.resource}</exclude>
-                </excludes>
                 <filtering>true</filtering>
             </resource>
         </resources>
@@ -215,6 +212,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring.boot.version}</version>
                 <configuration>
                     <includeSystemScope>true</includeSystemScope>
                 </configuration>