Spring浅析
文章平均质量分 97
Spring浅析
Hireek
心如明镜
展开
-
Spring核心浅析——AOP
文章目录Spring核心——AOPConcepts源码测试代码internalAutoProxyCreatorinitializeBeanAbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization调用AnnotationAwareAspectJAutoProxyCreator的父类AbstractAutoProxyCreator。使用什么代理?DynamicAdvisedInterceptor.intercept原创 2022-01-22 16:55:49 · 452 阅读 · 0 评论 -
Spring源码浅析——DI(依赖注入)
Spring核心-DI官网解读Dependency injection (DI) is a process whereby objects define their dependencies (that is, the other objects with which they work) only through constructor arguments, arguments to a factory method, or properties that are set on the object原创 2022-01-20 21:46:30 · 473 阅读 · 1 评论 -
SpringBoot源码浅析,IOC及自动装配
一直在思考的路上Spring是什么Spring makes it easy to create Java enterprise applications.对于java来说,即优秀的框架,简化开发。核心的原则、模式好莱坞原则don‘t call us, we‘ll call you.Don’t call us, we’ll call you (Hollywood’s Law): A tool should arrange for Tajo to notify it when the user wis原创 2022-01-16 17:39:33 · 382 阅读 · 0 评论