HttpSecurity

    • 确保我们应用中的所有请求都需要用户被认证
    • 允许用户进行基于表单的认证
    1. <intercept-url pattern="/**" access="authenticated"/>
    2. <http-basic />