[JAVA-961] Standardize packages in spring-security-modules: spring-security-mvn-custom (finalized)
This commit is contained in:
parent
37fe2f968d
commit
e934ce3857
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.spring;
|
||||
package com.baeldung.spring;
|
||||
|
||||
import org.springframework.security.core.GrantedAuthority;
|
||||
import org.springframework.security.core.authority.SimpleGrantedAuthority;
|
|
@ -31,5 +31,9 @@
|
|||
<user name="admin1" password="{noop}admin1Pass" authorities="ROLE_ADMIN"/>
|
||||
</user-service>
|
||||
</authentication-provider>
|
||||
</authentication-manager>ù
|
||||
</authentication-manager>
|
||||
|
||||
<!-- <mvc:interceptors>
|
||||
<bean id="loggerInterceptor" class="com.baeldung.web.interceptor.LoggerInterceptor" />
|
||||
</mvc:interceptors> -->
|
||||
</beans:beans>
|
Loading…
Reference in New Issue