Browse Source

Update pom.xml

关于spring-boot-demo-properties项目获取不到pom的值
pull/1/head
taffier Yangkai.Shen 5 years ago
parent
commit
ee448ed942
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      spring-boot-demo-properties/pom.xml

+ 6
- 0
spring-boot-demo-properties/pom.xml View File

@@ -64,6 +64,12 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>

</project>

Loading…
Cancel
Save