- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 183字
- 2021-06-24 19:17:33
Command line via the JAR file
To run it through the Java file, we need to compile and package it, and then we can run the project with the Java command line. To compile and package it, we can use the pretty standard Maven command like this:
mvn clean install
After the project is compiled and packaged as a Fat-JAR, we can execute the JAR file, go to the target folder and check the files from this folder, probably the result will look like this:

We have two main files in our target folder, the cms-0.0.1-SNAPSHOT.jar and the cms-0.0.1-SNAPSHOT.jar.original, the file with the .original extension is not executable. It is the original artifact resulting from the compilation, and the other is our executable file. It is what we are looking for, let's execute it, type the following command:
java -jar cms-0.0.1-SNAPSHOT.jar
The result should be as displayed. The application is up and running:

That is it for this part, in the next section, we will create the first REST (Representational State Transfer) resources and understand how the REST endpoints work.
- LabVIEW 2018 虛擬儀器程序設計
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Learning C++ Functional Programming
- Python Tools for Visual Studio
- PHP網絡編程學習筆記
- C語言從入門到精通(第4版)
- Hands-On RESTful Web Services with Go
- Visual Basic程序設計實驗指導(第4版)
- Getting Started with SQL Server 2012 Cube Development
- 手把手教你學C語言
- TMS320LF240x芯片原理、設計及應用
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Vue.js光速入門及企業項目開發實戰
- JQuery風暴:完美用戶體驗
- 開發者測試