09 2021 档案

摘要:SpringCloud 回顾 三层架构 + MVC 框架: Spring IOC AOP SpringBoot:新一代的JavaEE开发标准,自动装配 》模块化 微服务框架4个核心问题? 1.服务很多,客户端该怎么访问? 2.这么多服务?服务之间如何通信? 3.这么多服务?如何治理? eureka 阅读全文
posted @ 2021-09-15 01:20 学点东西真不容易 阅读(1200) 评论(0) 推荐(0)
摘要:SpringBoot 原理初探 自动配置: pom.xml spring-boot-starter-parent:核心依赖在父工程中! 我们在写或者引入一些Springboot依赖的时候,不需要指定版本,就因为这些版本仓库 启动器 <dependency> <groupId>org.springfr 阅读全文
posted @ 2021-09-09 00:42 学点东西真不容易 阅读(109) 评论(0) 推荐(0)