摘要:
1. /** * Initialize the given bean instance, applying factory callbacks * as well as init methods and bean post processors. * <p>Called from {@link #c 阅读全文
2020年10月20日 #
摘要:
配置 factories 文件,然后 让 spring 去扫描到 阅读全文
摘要:
1. 总结: 不要 加上 @EnableWebMvc 这样 springboot 自动加上 的 静态资源处理会失效 2. 如何自定义 404 响应页面 springboot 默认页面 视图解析器 自定义异常处理 以上做法是错误的 阅读全文
摘要:
Springboot autoconfigure 这个东西是专门 用来定义默认配置的 点进去 查看一下 WebMvcAutoConfiguration.java 凡是有 webjars/** 的请求,都会被导入到 resources/webjars 路径里去 阅读全文
摘要:
@Component public class AppBeanPostProcessor implements BeanPostProcessor { @Override public Object postProcessBeforeInitialization(Object bean, Strin 阅读全文