• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

daticahealth/java-tomcat-maven-example: Example Java + Maven Tomcat application

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

daticahealth/java-tomcat-maven-example

开源软件地址(OpenSource Url):

https://github.com/daticahealth/java-tomcat-maven-example

开源编程语言(OpenSource Language):

Java 100.0%

开源软件介绍(OpenSource Introduction):

java-tomcat-maven-example

This is an example ready-to-deploy java web application built for Tomcat using Maven and webapp-runner.

Running Locally

(need maven and java installed)

mvn package
java -jar target/dependency/webapp-runner.jar target/*.war

The application will be available on http://localhost:8080.

How This Was Built

  1. Generate the project using a Maven archetype:

    mvn archetype:generate -DarchetypeArtifactId=maven-archetype-webapp
    
  2. Add the webapp-runner plugin into the pom.xml:

    <build>
      <!-- ... -->
      <plugins>
        <!-- ... -->
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-dependency-plugin</artifactId>
          <version>2.3</version>
          <executions>
            <execution>
              <phase>package</phase>
              <goals><goal>copy</goal></goals>
              <configuration>
                <artifactItems>
                  <artifactItem>
                    <groupId>com.github.jsimone</groupId>
                    <artifactId>webapp-runner</artifactId>
                    <version>8.5.11.3</version>
                    <destFileName>webapp-runner.jar</destFileName>
                  </artifactItem>
                </artifactItems>
              </configuration>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </build>
    



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
signalapp/maven发布时间:2022-08-16
下一篇:
UniconLabs/simple-cas4-overlay-template: Base CAS4 maven war overlay template发布时间:2022-08-16
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap