- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 142字
- 2021-06-30 19:10:51
Maven Files
We will see that the project has a folder named .mwn that contains a JAR and properties, a mwn and mwn.cmd files, this is a Maven wrapper: https://github.com/takari/maven-wrapper.
Spring uses this wrapper bundling, a Maven version with the project, to ensure that whenever your build your app it uses the same Maven version and is unaffected by any other available Maven version on the system. The .cmd file is a windows batch file which invokes the wrapper and the file without extension is the Linux/Mac OS X shell script for the same purpose. We can see that we have created a pom.xml with the Maven project definition, an XML file that includes the project structure, dependencies, and how to build the different stages of the project. We will review this file in detail in the next section of this chapter.
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Linux核心技術從小白到大牛
- 精通網絡視頻核心開發技術
- 精通Python設計模式(第2版)
- Getting Started with NativeScript
- Access 2010數據庫應用技術(第2版)
- D3.js By Example
- Android項目實戰:手機安全衛士開發案例解析
- Python從入門到精通
- Building Wireless Sensor Networks Using Arduino
- RocketMQ實戰與原理解析
- Java Web從入門到精通(第2版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- Learning Grunt
- Beginning C# 7 Hands-On:The Core Language