Fix package name in manual code
This commit is contained in:
parent
c411014c24
commit
71ba977dad
|
@ -2936,7 +2936,7 @@ The beans required in an application context to enable remember-me services are
|
|||
</bean>
|
||||
|
||||
<bean id="rememberMeAuthenticationProvider" class=
|
||||
"org.springframework.security.authentication.rememberme.RememberMeAuthenticationProvider">
|
||||
"org.springframework.security.authentication.RememberMeAuthenticationProvider">
|
||||
<property name="key" value="springRocks"/>
|
||||
</bean>
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue