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

[servicecomb-samples] 43/43: Merge pull request #14 from linzb0123/houserush-sample

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 f63a2a4ea97e69faaf66e4f1f658d4454c73c97e
Merge: bc55643 61f132f
Author: Mabin <bi...@huawei.com>
AuthorDate: Thu Aug 8 09:29:34 2019 +0800

    Merge pull request #14 from linzb0123/houserush-sample
    
    Add the two of 6 micro-services: login and gateway

 houserush/doc/images/ApiGateway.png                | Bin 0 -> 27147 bytes
 houserush/gateway/README.md                        |  51 +++++++
 houserush/gateway/pom.xml                          |   5 -
 .../houserush/gateway/GatewayApplication.java      |  43 ++++++
 .../practise/houserush/gateway/GatewayConfig.java  |  25 ++++
 .../houserush/gateway/config/LoginUrlConfig.java   |  42 ++++++
 .../houserush/gateway/filter/AuthorizeFilter.java  | 119 ++++++++++++++++
 .../practise/houserush/gateway/rpc/UserApi.java    |  26 ++++
 .../practise/houserush/gateway/rpc/po/User.java    |  28 ++++
 .../gateway/src/main/resources/application.yaml    |  39 ++++++
 .../gateway/src/main/resources/microservice.yaml   |  66 +++++++++
 houserush/login/README.md                          |  89 ++++++++++++
 houserush/login/pom.xml                            |  10 ++
 .../practise/houserush/login/LoginApplication.java |  44 ++++++
 .../practise/houserush/login/LoginConfig.java      |  26 ++++
 .../practise/houserush/login/aggregate/User.java   | 118 ++++++++++++++++
 .../practise/houserush/login/api/UserApi.java      |  34 +++++
 .../houserush/login/api/UserApiRestImpl.java       |  61 ++++++++
 .../practise/houserush/login/dao/UserDao.java      |  25 ++++
 .../houserush/login/service/UserService.java       |  36 +++++
 .../houserush/login/service/UserServiceImpl.java   | 102 ++++++++++++++
 .../login/src/main/resources/microservice.yaml     |  43 ++++++
 .../houserush/login/service/UserServiceTest.java   | 155 +++++++++++++++++++++
 23 files changed, 1182 insertions(+), 5 deletions(-)