- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- Python快樂編程:人工智能深度學習基礎
- Visual FoxPro程序設計教程
- Learn Swift by Building Applications
- 從0到1:Python數據分析
- 劍指MySQL:架構、調優與運維
- Flutter跨平臺開發入門與實戰
- Unity 3D/2D移動開發實戰教程
- Hands-On JavaScript for Python Developers
- 區塊鏈項目開發指南
- Android系統下Java編程詳解
- Qt 4開發實踐
- Building Business Websites with Squarespace 7(Second Edition)
- C語言程序設計
- Jenkins 2.x實踐指南