zhengyangyong commented on a change in pull request #622: [SCB-441] Provide Maven Archetype of business-service-jaxrs URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/622#discussion_r177649012
########## File path: archetypes/business-service-jaxrs/README.md ########## @@ -0,0 +1,23 @@ +## Welcome to use ServiceComb Java Chassis +This project(module) is generate by *org.apache.servicecomb.archetypes:business-service-jaxrs-archetype*, it's use **jaxrs provider** to develop service endpoint, you can direct run test. +```bash +mvn test +``` + +### More works can be done further: +1. Modify "HelloEndpoint", add your business service logic,or create some new endpoints for provide your services.More details can be found : http://servicecomb.incubator.apache.org/users/develop-with-jax-rs/ Review comment: Done ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
