This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update pom.xml
关于spring-boot-demo-properties项目获取不到pom的值
pull/1/head
taffier
Yangkai.Shen
5 years ago
parent
97a677b4b0
commit
ee448ed942
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugin>
</plugins>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</build>
</project>
</project>
Write
Preview
Loading…
Cancel
Save