- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 149字
- 2021-06-30 19:10:53
Maven parent
Under the parent tag, we can see a reference to a parent Maven project. This project contains references to the different sprint components, and third-party libraries as well, through a Bill Of Materials (BOM) file.
A BOM file indicates the versions that have been certified for a particular project but does not include them. This is a way to indicate what known versions this project works with. We will include the dependencies required as part of the POM project and it will use the versions provided by the BOM by default, so we can omit which versions to choose, however, we could specify different versions if we like to.
When we are more familiar with the different projects that we like to make and the dependencies versions that we need, it is a good idea to create our own parent project that has exactly what we require.
推薦閱讀
- PyTorch自動駕駛視覺感知算法實戰
- Microsoft Dynamics 365 Extensions Cookbook
- Visual Basic程序設計教程
- Python自動化運維快速入門
- x86匯編語言:從實模式到保護模式(第2版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- JavaScript動態網頁開發詳解
- Scientific Computing with Scala
- Mobile Device Exploitation Cookbook
- 從零開始:UI圖標設計與制作(第3版)
- SQL Server 2016 從入門到實戰(視頻教學版)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Java程序設計基礎(第6版)
- MongoDB Cookbook
- C語言程序設計