Skip to content
文章大纲

Spring 框架中的核心模块有哪些?它们分别负责什么功能?

什么是 IOC?什么是 DI?

IOC 容器的工作流程?

Spring 中的 Bean 是什么?如何定义和配置 Bean?

Spring 支持哪几种注入方式?

@Autowired 与@Resource 的区别?

Spring 中允许定义多个相同 id 的 Bean 吗?

Spring Bean 的作用域有哪些?

Spring Bean 的生命周期?

Spring Bean 为什么是单例的?

Spring Bean 是线程安全的吗?

Spring 如何解决循环依赖?

什么是 Aop?

Spring 中的事务管理是如何工作的?如何配置和使用事务?

什么是 Spring Event?

什么是 MVC 模式?什么是 SpringMVC?

SpringMVC 的处理流程?

什么是 SpringMVC 全局异常处理机制?

SpringMVC 环境下如何处理跨域?

什么是 SpringBoot?

SpringBoot 配置文件有哪些?

SpringBoot 自动装配原理?

如何定义一个 SpringBoot start?

Released under the MIT License.