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:20 UTC

[servicecomb-samples] 41/43: Merge pull request #22 from hellojingbo/master

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 bc556431ec79b1cec17fdd6152b83c1c08ec21e7
Merge: 0024127 ac82b4f
Author: Mabin <bi...@huawei.com>
AuthorDate: Wed Aug 7 19:21:08 2019 +0800

    Merge pull request #22 from hellojingbo/master
    
    houserush-realestate initial version

 houserush/realestate/README.md                     | 245 +++++++++++++++++++++
 .../realestate/RealestateApplication.java          |  42 ++++
 .../houserush/realestate/RealestateConfig.java     |  26 +++
 .../houserush/realestate/aggregate/Building.java   |  65 ++++++
 .../houserush/realestate/aggregate/House.java      |  66 ++++++
 .../houserush/realestate/aggregate/Realestate.java |  59 +++++
 .../houserush/realestate/api/RealestateApi.java    | 155 +++++++++++++
 .../realestate/api/RealestateApiRestImpl.java      | 120 ++++++++++
 .../houserush/realestate/dao/BuildingDao.java      |  24 ++
 .../houserush/realestate/dao/HouseDao.java         |  32 +++
 .../houserush/realestate/dao/HouseDaoImpl.java     |  32 +++
 .../houserush/realestate/dao/HouseDaoMore.java     |  24 ++
 .../houserush/realestate/dao/RealestateDao.java    |  24 ++
 .../realestate/service/RealestateService.java      |  59 +++++
 .../realestate/service/RealestateServiceImpl.java  | 169 ++++++++++++++
 .../src/main/resources/microservice.yaml           |  43 ++++
 16 files changed, 1185 insertions(+)