Consistent configureGlobal in samples
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
}
|
||||
|
||||
@Autowired
|
||||
public void registerGlobalAuthentication(
|
||||
public void configureGlobal(
|
||||
AuthenticationManagerBuilder auth) throws Exception {
|
||||
auth
|
||||
.inMemoryAuthentication()
|
||||
|
||||
Reference in New Issue
Block a user