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

原文地址:https://www.cnblogs.com/bjlhx/p/8727800.html