Skip to content

Commit ee448ed

Browse files
taffierxkcoding
authored andcommitted
Update pom.xml
关于spring-boot-demo-properties项目获取不到pom的值
1 parent 97a677b commit ee448ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-boot-demo-properties/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
<artifactId>spring-boot-maven-plugin</artifactId>
6565
</plugin>
6666
</plugins>
67+
<resources>
68+
<resource>
69+
<directory>src/main/resources</directory>
70+
<filtering>true</filtering>
71+
</resource>
72+
</resources>
6773
</build>
6874

6975
</project>

0 commit comments

Comments
 (0)