Polish
This commit is contained in:
@@ -46,6 +46,7 @@ public class UnauthenticatedAccessExample {
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.antMatcher("/**").authorizeRequests().anyRequest().authenticated();
|
||||
}
|
||||
|
||||
}
|
||||
// end::configuration[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user