摘要:
Martin Fowler在《[企业应用架构模式]([https://www.martinfowler.com/books/eaa.html](https://www.martinfowler.com/books/eaa.html) )》一书中写道: > I found this(business 阅读全文
摘要:
Spring Web Security是Java web开发领域的一个认证(Authentication)/授权(Authorisation)框架,基于Servlet技术,更确切的说是基于Servlet的Filter技术。因此,在学习Spring Web Security之前,有必要先对Servle 阅读全文