- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 79字
- 2021-06-30 19:10:53
Understanding the POM file
Maven, when executed, will search for a file named pom.xml in the current directory, and if found, it will be used for going through the life cycle phases. This file is usually referred to as a POM (Project Object Model), the file that defined our project.
The POM that we generate with Spring Initializr contains several tags that specify our project structure, dependencies, and goals for the different life cycle phases. Let's review them individually.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Learning PostgreSQL
- .NET 4.0面向對象編程漫談:基礎篇
- Animate CC二維動畫設計與制作(微課版)
- 基于免疫進化的算法及應用研究
- Mastering Ubuntu Server
- 重學Java設計模式
- Oracle Exadata專家手冊
- 網站構建技術
- Jupyter數據科學實戰
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Learning jQuery(Fourth Edition)
- Python大學實用教程
- 軟件體系結構