Reputation: 1988
I have just started working with Spring Boot, I want to know what exactly POM file does.
Upvotes: 0
Views: 107
Reputation: 263
I think you should start by reading Maven's introduction to POM-files.
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
Upvotes: 1