- 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.
推薦閱讀
- Microsoft Dynamics 365 Extensions Cookbook
- 零基礎學單片機C語言程序設計
- 飛槳PaddlePaddle深度學習實戰
- Python忍者秘籍
- Instant Lucene.NET
- Learning Concurrency in Kotlin
- Getting Started with Eclipse Juno
- Learning Continuous Integration with TeamCity
- Lift Application Development Cookbook
- JQuery風暴:完美用戶體驗
- JavaScript從入門到精通(視頻實戰版)
- Mastering Unreal Engine 4.X
- Docker on Windows
- 零基礎入門Python數據分析與機器學習
- MATLAB/Simulink建模與仿真