
6篇文章 · 1675字 · 0人关注
1、@Configuration注解(类似application.xml中的 标签) 2、SPI机制(spring.factories文件配置对...
1.项目结构: 2.父pom.xml配置 3.pom依赖: 4.主类: 5.User类: 6.UserMapper类: 7.Service类: ...
1.项目结构: 1.1 基于Aspect的AOP 1.1.1 父pom.xml配置 1.1.2 module的pom.xml配置 1.1.3 主...
1.什么是Spring Cloud Spring Cloud是基于Spring Boot实现的微服务架构开发工具,是一系列框架的有序集合,主要提...
环境:idea + Maven + Spring Boot 1.项目结构: 2.pom文件: 3.主类 4.Controller类 5.项目启动...
微服务架构由Fred Gerorge在2012年提出,后来由Martin Fowler进行推广和发扬。 1.什么是微服务 微服务(MicroSe...
文集作者