- 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.
- SQL Server 從入門到項目實踐(超值版)
- Redis Applied Design Patterns
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- 網(wǎng)站構(gòu)建技術(shù)
- Statistical Application Development with R and Python(Second Edition)
- Android傳感器開發(fā)與智能設(shè)備案例實戰(zhàn)
- 從0到1:HTML5 Canvas動畫開發(fā)
- Backbone.js Testing
- Training Systems Using Python Statistical Modeling
- 軟件測試技術(shù)
- Android編程權(quán)威指南(第4版)
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS
- Python程序設(shè)計:基礎(chǔ)與實踐
- Learning Puppet