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

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

主站蜘蛛池模板: 蒲江县| 大丰市| 洱源县| 岳普湖县| 昌黎县| 通渭县| 项城市| 江源县| 拉萨市| 汉中市| 无为县| 泸西县| 峨山| 七台河市| 墨竹工卡县| 建始县| 天水市| 福鼎市| 林州市| 普安县| 五家渠市| 平罗县| 高碑店市| 佛冈县| 北辰区| 石景山区| 霍州市| 靖宇县| 合作市| 综艺| 哈密市| 台湾省| 安宁市| 竹溪县| 霍山县| 柯坪县| 尼玛县| 平度市| 福建省| 平南县| 宁都县|