- 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.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- TensorFlow Lite移動端深度學習
- Photoshop智能手機APP UI設計之道
- 深入實踐Spring Boot
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Getting Started with CreateJS
- Silverlight魔幻銀燈
- 面向對象程序設計(Java版)
- Python數據分析從0到1
- 程序設計基礎教程:C語言
- Python算法指南:程序員經典算法分析與實現
- ArcGIS for Desktop Cookbook
- Learning Splunk Web Framework
- 程序員必會的40種算法
- Android編程權威指南(第4版)