Consistent configureGlobal in samples
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import org.springframework.security.config.annotation.web.configuration.EnableWe
|
||||
public class SecurityConfig {
|
||||
|
||||
@Autowired
|
||||
public void registerGlobalAuthentication(
|
||||
public void configureGlobal(
|
||||
AuthenticationManagerBuilder auth) throws Exception {
|
||||
auth
|
||||
.inMemoryAuthentication()
|
||||
|
||||
Reference in New Issue
Block a user