springSecurity

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      xmlns:context="http://www.springframework.org/schema/context"

      xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"

      xmlns:mvc="http://www.springframework.org/schema/mvc"

      xmlns:security="http://www.springframework.org/schema/security"

      xsi:schemaLocation="http://www.springframework.org/schema/beans

http://www.springframework.org/schema/beans/spring-beans.xsd

http://www.springframework.org/schema/mvc

http://www.springframework.org/schema/mvc/spring-mvc.xsd

http://code.alibabatech.com/schema/dubbo

http://code.alibabatech.com/schema/dubbo/dubbo.xsd

http://www.springframework.org/schema/context

http://www.springframework.org/schema/context/spring-context.xsd

                    http://www.springframework.org/schema/security

                    http://www.springframework.org/schema/security/spring-security.xsd">

   

   

   

   

   

   

       

       

       

       

       

       

       

       

       

       

       

       

       

       

                login-page="/login.html"

                username-parameter="username"

                password-parameter="password"

                login-processing-url="/login.do"

                default-target-url="/index.html"

                authentication-failure-url="/login.html">

       

       

       

       

                        logout-success-url="/login.html" invalidate-session="true"/>

   

   

   

       

       

           

           

           

       

   

   

   

   

   

          class="org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder" />

   

   

   

   

   

   

你可能感兴趣的:(springSecurity)