官术网_书友最值得收藏!

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.originalthe 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.

主站蜘蛛池模板: 林周县| 宁安市| 义乌市| 从化市| 河南省| 湘西| 竹溪县| 锦州市| 衡山县| 公主岭市| 额济纳旗| 抚顺县| 格尔木市| 江油市| 逊克县| 苍溪县| 贵南县| 中宁县| 兴隆县| 中牟县| 沁阳市| 德惠市| 瓦房店市| 武汉市| 五常市| 东明县| 鄄城县| 双城市| 揭西县| 馆陶县| 南和县| 体育| 普陀区| 洱源县| 昌都县| 慈利县| 泽库县| 彭州市| 高清| 介休市| 岐山县|