From dev-return-3703-archive-asf-public=cust-asf.ponee.io@servicecomb.apache.org Tue Apr 17 02:47:20 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 10325180608 for ; Tue, 17 Apr 2018 02:47:19 +0200 (CEST) Received: (qmail 26679 invoked by uid 500); 17 Apr 2018 00:47:19 -0000 Mailing-List: contact dev-help@servicecomb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicecomb.apache.org Delivered-To: mailing list dev@servicecomb.apache.org Received: (qmail 26665 invoked by uid 99); 17 Apr 2018 00:47:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2018 00:47:18 +0000 From: GitBox To: dev@servicecomb.apache.org Subject: [GitHub] zhengyangyong commented on a change in pull request #650: add springmvc archetype Message-ID: <152392603844.14056.8854331834300029018.gitbox@gitbox.apache.org> Date: Tue, 17 Apr 2018 00:47:18 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit zhengyangyong commented on a change in pull request #650: add springmvc archetype URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/650#discussion_r181925334 ########## File path: archetypes/business-service-springmvc/pom.xml ########## @@ -0,0 +1,111 @@ + + + + + org.apache.servicecomb.archetypes + business-service-springmvc + 4.0.0 + 1.0.0-m2-SNAPSHOT + + + 1.0.0-m2-SNAPSHOT + + + + + + org.apache.servicecomb + java-chassis-dependencies + ${java-chassis.version} + pom + import + + + + + + + org.apache.servicecomb + transport-rest-vertx + + + org.apache.servicecomb + transport-highway + + + org.apache.servicecomb + provider-springmvc + + + org.slf4j + slf4j-log4j12 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + true + lib/ + + ${your-package}.Application Review comment: because we had named main class "Application" in archetype as default,user also can modify what they wish ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services