【讨论】spring 拦截器的初始化问题
摘要:今天写接口,记录个想到的小问题: 我们在spring boot中配置拦截器,一般的套路都是: @Override public void addInterceptors(InterceptorRegistry registry) { // 某个拦截器a registry.addInterceptor
阅读全文
简单点学spring源码-目录
摘要:缘起 之所以写这个博客呢,一是自己做备忘用的学习总结;其次呢,就是spring越来越复杂,各种功能越来越多,各种复杂兼容适配的源码看的人眼花撩乱,云里雾里,深入而不能浅出。 本人在这里呢,就删繁就简,带领大家学习一番,保证大家能花费最少的精力,学习到最有用的干货。 "具体代码github在这里 "
阅读全文
翻译-1.3-bean概述
摘要:原文:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans definition 1.3 Bean Overview bean概述 A Spring IoC co
阅读全文
翻译-Core Technologies
摘要:Version 5.1.7.RELEASE This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. 本章覆盖了
阅读全文