代码改变世界

文章分类 -  Spring

Spring的两种动态代理:Jdk和Cglib 的区别和实现

2020-12-14 00:38 by Spiderman25, 68 阅读, 收藏,
摘要: https://www.cnblogs.com/leifei/p/8263448.html InvocationHandler中invoke方法中的第一个参数proxy的用途https://blog.csdn.net/bu2_int/article/details/60150319 阅读全文

认识Spring 的注解 (三)之 @AliasFor 使用规则

2020-12-14 00:15 by Spiderman25, 63 阅读, 收藏,
摘要: https://www.cnblogs.com/sandyflower/p/10877291.html 阅读全文

关于PROPAGATION_NESTED的理解

2020-10-20 07:54 by Spiderman25, 546 阅读, 收藏,
摘要: https://blog.csdn.net/yanxin1213/article/details/100582643?from=singlemessage 阅读全文

spring @Primary-在spring中的使用

2019-04-06 17:43 by Spiderman25, 70 阅读, 收藏,
摘要: https://blog.csdn.net/qq_16055765/article/details/78833260 阅读全文

一分钟学会spring注解之@Import注解

2019-04-06 13:12 by Spiderman25, 64 阅读, 收藏,
摘要: https://blog.51cto.com/4247649/2118354 阅读全文

@Component和@Configuration作为配置类的差别

2019-04-06 11:54 by Spiderman25, 107 阅读, 收藏,
摘要: https://blog.csdn.net/long476964/article/details/80626930 阅读全文

Spring注解@Resource和@Autowired区别对比

2019-02-24 20:44 by Spiderman25, 48 阅读, 收藏,
摘要: http://www.cnblogs.com/think-in-java/p/5474740.html 阅读全文

Spring中数据库配置依懒关系

2019-02-24 20:33 by Spiderman25, 94 阅读, 收藏,
摘要: personDAO-> jdbcTemplate->dataSourcejdbcDaoSupport->dataSource or jdbcTemplatepersonDAO->hibernateTemplate->sessionFactory->dataSource and hibernatePr 阅读全文

Spring中重要的标签

2019-02-24 17:43 by Spiderman25, 103 阅读, 收藏,
摘要: 1、<tx:annotation-driven/>开启注解事务,如果事务处理器的名称是 transactionManager, 就可以在<tx:annotation-driven> 元素中省略 transaction-manager 属性. 这个元素会自动检测该名称的事务处理器.2、要在 Sprin 阅读全文