- Mastering Microservices with Java
- Sourabh Sharma
- 63字
- 2021-07-02 13:03:32
Maven build
Maven's pom.xml build file contains the description that would allow the REST sample service code to compile, build, and execute. It packages the executable code inside a JAR file. We can choose one of the following options to execute the packaged executable JAR file:
- Running the Maven tool
- Executing with the Java command
The following sections will cover them in detail.
推薦閱讀
- What's New in TensorFlow 2.0
- Reactive Programming with Swift
- Web交互界面設計與制作(微課版)
- Python數據結構與算法(視頻教學版)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Unity 2D Game Development Cookbook
- Android應用案例開發大全(第二版)
- Natural Language Processing with Java and LingPipe Cookbook
- Mastering Linux Security and Hardening
- OpenStack Networking Essentials
- Kubernetes進階實戰
- Illustrator CS6設計與應用任務教程
- JavaScript悟道
- 算法秘籍
- Elasticsearch Blueprints