022-Spring Boot 构建微服务实战

一、概述

 二、

2.1、微服务

将原来一个大的系统,拆分成小系统

每个小系统分别开发,测试,维护

2.2、调用方

服务提供方式:rest(http)【restTemplate,httpclient】、web service、rpc

2.3、代码地址:

https://github.com/bjlhx15/spring-boot.git

参看mall-pruduct、mall-web

 

posted @ 2018-04-08 06:43  bjlhx15  阅读(164)  评论(0编辑  收藏  举报
Copyright ©2011~2020 JD-李宏旭