一、概述

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

 

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
猜你喜欢
  • 2021-05-24
  • 2021-06-25
  • 2022-12-23
  • 2021-07-09
  • 2021-10-08
  • 2021-09-22
相关资源
相似解决方案