Unverified Commit 2a61449c authored by gitchenjh's avatar gitchenjh Committed by GitHub

Merge pull request #221 from gitchenjh/master

修复:pom编译版本
parents 6ccc7248 fe0b42c5
...@@ -205,9 +205,6 @@ ...@@ -205,9 +205,6 @@
</resource> </resource>
<resource> <resource>
<directory>src/main/config</directory> <directory>src/main/config</directory>
<excludes>
<exclude>${build.exclude.resource}</exclude>
</excludes>
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
</resources> </resources>
...@@ -215,6 +212,7 @@ ...@@ -215,6 +212,7 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<configuration> <configuration>
<includeSystemScope>true</includeSystemScope> <includeSystemScope>true</includeSystemScope>
</configuration> </configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment