When we create a new springboot project, there will be a parent in pom.
<parent> <groupid>org.springframework.boot</groupid> <artifactid>spring-boot-starter-parent</artifactid> <version>2.4.2</version> <relativepath></relativepath> <!-- lookup parent from repository --> </parent>
Eventually it will be in spring-boot-dependencies
The above is the detailed content of How to develop springboot multi-module and use dependencyManagement management. For more information, please follow other related articles on the PHP Chinese website!