Spring Boot - POM

Aware the pom in the project is parenting a springboot default pom that defineded all the dependencies default version

Mostly stored at Home .m2 folder(hidden);

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

留言

此網誌的熱門文章

MAP - Sort with stream

JAVA - DSF Example