- 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.
- 自制編譯器
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Oracle Database In-Memory(架構與實踐)
- Learning RabbitMQ
- Python神經網絡項目實戰
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Kotlin Standard Library Cookbook
- 軟件測試技術指南
- Mastering Android Development with Kotlin
- Python深度學習:基于TensorFlow
- Windows Phone 7.5:Building Location-aware Applications
- MySQL從入門到精通(軟件開發視頻大講堂)
- HoloLens與混合現實開發
- Python+Office:輕松實現Python辦公自動化
- Learning Unreal Engine Game Development