You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ma...@apache.org on 2019/08/08 01:30:19 UTC

[servicecomb-samples] 40/43: Merge pull request #24 from 1360098430/houserush

This is an automated email from the ASF dual-hosted git repository.

mabin pushed a commit to branch houserush-sample
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git

commit 00241275293e0e0615a47df8c9855482326815d0
Merge: e11f3f9 ecfbae8
Author: Mabin <bi...@huawei.com>
AuthorDate: Wed Aug 7 18:41:37 2019 +0800

    Merge pull request #24 from 1360098430/houserush
    
    UserCenter & CustomerManage Service first commit

 houserush/customer-manage/pom.xml                  |  1 -
 .../customer/manage/CustomerManageApplication.java | 44 +++++++++++
 .../customer/manage/CustomerManageConfig.java      | 26 +++++++
 .../customer/manage/aggregate/Customer.java        | 65 ++++++++++++++++
 .../customer/manage/aggregate/Qualification.java   | 52 +++++++++++++
 .../houserush/customer/manage/aggregate/User.java  | 58 +++++++++++++++
 .../customer/manage/api/CustomerManageApi.java     | 39 ++++++++++
 .../manage/api/CustomerManageApiRestImpl.java      | 86 ++++++++++++++++++++++
 .../houserush/customer/manage/dao/CustomerDao.java | 24 ++++++
 .../customer/manage/dao/QualificationDao.java      | 25 +++++++
 .../houserush/customer/manage/rpc/UserApi.java     | 32 ++++++++
 .../manage/service/CustomerManageService.java      | 40 ++++++++++
 .../manage/service/CustomerManageServiceImpl.java  | 81 ++++++++++++++++++++
 .../src/main/resources/microservice.yaml           | 44 +++++++++++
 houserush/user-center/pom.xml                      |  5 +-
 .../user/center/UserCenterApplication.java         | 42 +++++++++++
 .../houserush/user/center/UserCenterConfig.java    | 24 ++++++
 .../src/main/resources/microservice.yaml           | 34 +++++++++
 18 files changed, 719 insertions(+), 3 deletions(-)