Springboot idea maven packs the war and runs the war package

Source: Internet
Author: User

Pom.xml Modify Package Type Pom to war

<artifactId>Test02</artifactId>  <packaging>war</packaging>  <!--maven Package application-- > <build>   <plugins>     <plugin>                    <groupid>org.springframework.boot</ groupid> <artifactId>spring-boot-maven-plugin</artifactId>       </plugin>    </plugins ></build>

Removing the built-in TOMCA

  <!--configured for external tomcat configuration-        <dependency>            <groupId>org.springframework.boot</groupId>            <artifactId>spring-boot-starter-tomcat</artifactId>            <scope>provided</scope>        </dependency>

Then click on the Maven panel on the right of idea to clean and then double-click the package

Directory appears target folder after package success

Copy the marked war package and I copied it to the desktop. Then open cmd to run the war package
1. Go to the file location where the war package is located

2. Using the command line: Java-jar "War package name" Enter run

After success, you want to exit the command line, press CTRL + C

Knock it off ....

Springboot idea maven packs the war and runs the war package

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.