spring cloud学习

前言

本文介绍spring cloud 的学习和使用,在本文中我们会继续引用多个文章,逐步的学习spring cloud的使用。本文所涉及的代码全部存储在github上

本文使用的开发环境为

  • idea
  • java 8
  • 默认使用idea的spring initializr新建工程,新建项目为maven项目;
  • spring boot 2.0.4

详细内容

  • spring cloud 架构说明
  • spring cloud eureka server
  • spring cloud eureka client
  • eureka服务的高可用
  • 商品服务
  • 服务引用RestTemplate
  • 服务引用feign

其他

  • spring cloud 和spring boot的版本对应

  • 使用的其他工具

    • jsonview chrome 插件
    • lombok idea插件
    • navicat mysql 工具

你可能感兴趣的:(spring cloud学习)