mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-20 22:25:26 +00:00
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…
x
Reference in New Issue
Block a user