- Mastering Spring Boot 2.0
- Dinesh Rajput
- 92字
- 2021-06-25 21:29:11
Spring Boot Starter Parent POM
The Starter Parent POM defines key versions of dependencies and Maven plugins. It typically uses spring-boot-starter-parent as the parent in the pom.xml file:
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.2.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent>
Spring Boot Starter Parent POM allows us to manage the following things for multiple child projects and modules:
- Configuration: Java version and other properties
- Dependency management: Version of dependencies
- Default plugin configuration: This includes configurations such as build plugins
It is an easy way to bring in multiple coordinated dependencies including transitive dependencies.
Let's see the Spring Boot auto-configuration.
推薦閱讀
- Word/Excel/PPT 2007辦公技巧
- Hands-On G Suite for Administrators
- Excel完全自學(xué)教程
- 辦公軟件實(shí)訓(xùn)教程
- Word/Excel/PPT三合一商務(wù)辦公應(yīng)用從入門到精通
- 非常Easy:Excel財(cái)務(wù)高效管理
- Word/Excel/PPT 2019應(yīng)用與技巧大全(視頻自學(xué)版)
- 零基礎(chǔ)入門Python游戲
- 和秋葉一起學(xué)Excel(第2版)
- 現(xiàn)用現(xiàn)查:電腦BIOS/注冊(cè)表設(shè)置實(shí)戰(zhàn)秘籍
- 新編Excel公式、函數(shù)與圖表應(yīng)用大全(2016實(shí)戰(zhàn)精華版)
- Hands-On Kubernetes on Azure
- Office 2010辦公應(yīng)用立體化教程(微課版)
- PowerPoint 2016高級(jí)應(yīng)用案例教程
- Excel函數(shù)與公式速查手冊(cè)(第2版)