内容目录

microservice

自动配置原理

微服务 通过 @EnableAutoConfiguration 自动配置 Bean...

条件化配置

使用 @ConditionalOnClass 根据类路径决定是否生效...

起步依赖

通过 starter 依赖简化依赖管理...