Ankit Pandey
Ankit Pandey

Reputation: 1988

What exactly is POM.xml file and What are the uses of it with respect to Spring boot and Maven

I have just started working with Spring Boot, I want to know what exactly POM file does.

Upvotes: 0

Views: 107

Answers (1)

JustOneMoreQuestion
JustOneMoreQuestion

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

Related Questions