存量时代的面经

spring-series,感谢这个项目的作者,还有springboot_learn 这个项目
Spring,

说来惭愧,接触spring 已经接近十年了
通过这个项目,我把spring重写的学习了一遍

1,早上先debug 的一个项目的源码是
springboot_security

在这里插入代码片
/**
 *
 *
 : Creating filter chain:
 org.springframework.security.web.util.matcher.AnyRequestMatcher@1,
 [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@41bf2079,
 org.springframework.security.web.context.SecurityContextPersistenceFilter@fbb6585,
 org.springframework.security.web.header.HeaderWriterFilter@172517f6,
 org.springframework.security.web.csrf.CsrfFilter@ccd2a71,
 org.springframework.security.web.authentication.logout.LogoutFilter@675833ee,
 org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5048a13b,
 org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6725

你可能感兴趣的:(spring,boot)