Files
Hui-s-notebook/logseq-java/pages/Spring 面试题.md
2024-02-02 00:12:49 +08:00

19 lines
1017 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- 能回答一下Spring Bean生命周期的执行流程吗
- 请简述你对Spring MVC的理解看看普通人和高手是如何回答的
- Spring 是如何解决循环依赖问题的?
- Spring中事务的传播行为有哪些
- 说说Spring MVC的执行流程
- 为什么要使用Spring 框架?
- Spring 中事务的传播行为有哪些?
- Spring 中Bean的作用域有哪些
- Spring中有哪些方式可以把Bean注入到IOC容器
- Spring 中 BeanFactory和FactoryBean的区别
- 说说你对Spring MVC的理解
- 介绍下Spring loC的工作流程
- Resource 和Autowired 的区别
- Spring 中有两个id 相同的bean会报错吗如果会报错在哪个阶段报错
- Spring 里面的事务和分布式事务的使用如何区分,以及这两个事务之间有什么关联?
- 谈谈你对Spring IOC和DI的理解
- Spring 如何解决循依赖问题
- Conditional 注解有什么用?
- 为什么有些公司禁止使用Transactional 声明式事务?