You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/24 01:38:00 UTC

[jira] [Commented] (SCB-440) Provide Maven Archetype of business-service-pojo

    [ https://issues.apache.org/jira/browse/SCB-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449157#comment-16449157 ] 

ASF GitHub Bot commented on SCB-440:
------------------------------------

zhengyangyong opened a new pull request #674: [SCB-440] Provide Maven Archetype of business-service-pojo
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/674
 
 
   Signed-off-by: zhengyangyong <ya...@huawei.com>
   
   Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
    - [ ] Each commit in the pull request should have a meaningful subject line and body.
    - [ ] Format the pull request title like `[SCB-XXX] Fixes bug in ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA issue.
    - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
    - [ ] Run `mvn clean install` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   add pojo provider archetype
   it's a part of https://issues.apache.org/jira/browse/SCB-439
   
   ![warnings](https://user-images.githubusercontent.com/374335/39161367-ef5a9c36-47a2-11e8-998b-5aaccb369ea7.png)
   

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


> Provide Maven Archetype of business-service-pojo
> ------------------------------------------------
>
>                 Key: SCB-440
>                 URL: https://issues.apache.org/jira/browse/SCB-440
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m2
>            Reporter: yangyongzheng
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m2
>
>
> This Archetype for create a common microservice using pojo provider.
> It's contains :
> 1.All necessary dependencies in pom.
> 2.An HelloEndpoint provider using pojo mode.
> 3.Default microservice.yaml.
> 4.Provider bean xml Included spring component-scan.
> 5.Consumer in test and can direct run with local registry.
> 6.Readme file teach user what can be done further.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)