摘要:
以前开发我们都是使用springMVC去开发,但是现在我们全部已经使用springboot了,因为它很方便,我也是便于从头梳理一下springboot,让自己更加深入了结springBoot,所以自己做一下笔记。 先说下Spring MVC VS Spring Boot 在典型的 Web 应用程序中 阅读全文
摘要:
1、创建拦截类 @Configuration public class InterceptorAdapterConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry i 阅读全文