5 min read
Spring 解析 Spring 中用于事务管理的核心注解 @Transactional,以及在代码中捕获异常时,该注解的作用如何变化。
解析 Spring 中用于事务管理的核心注解 @Transactional,以及在代码中捕获异常时,该注解的作用如何变化。
介绍面向切面编程(AOP)的基本概念及其在开发中的应用场景,并详细分析常见的 AOP 通知类型
due to exception [Could not resolve view with name 'con/xxx' in servlet with name 'dispatcherServlet'] javax.servlet.ServletException
深入解析 Spring Cloud 中的 @Resource 和 @Autowired 注解的区别,以及它们在依赖注入中的使用场景和应用。
介绍lambda、正则、自动配置、自动装配和转换器
探讨 Spring 框架中字段依赖注入(Field Injection)的问题及其不推荐使用的原因。