022-Spring Boot 构建微服务实战
阅读原文时间:2023年08月16日阅读:2

一、概述

二、

2.1、微服务

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

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

2.2、调用方

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

2.3、代码地址:

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

参看mall-pruduct、mall-web