- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- TypeScript Essentials
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- AIRAndroid應用開發實戰
- 前端架構:從入門到微前端
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Bootstrap 4 Cookbook
- 計算機應用基礎案例教程
- Buildbox 2.x Game Development
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Applied Deep Learning with Python
- Flask開發Web搜索引擎入門與實戰
- 網頁設計與制作
- CryENGINE Game Programming with C++,C#,and Lua