mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Add missing @Override
Closes gh-14043
This commit is contained in:
committed by
Stephane Nicoll
parent
eede660b84
commit
c9bdc98935
+1
@@ -35,6 +35,7 @@ class OAuth2ResourceServerWebSecurityConfiguration {
|
||||
@ConditionalOnBean(JwtDecoder.class)
|
||||
static class OAuth2WebSecurityConfigurerAdapter extends WebSecurityConfigurerAdapter {
|
||||
|
||||
@Override
|
||||
protected void configure(HttpSecurity http) throws Exception {
|
||||
http.authorizeRequests().anyRequest().authenticated().and().oauth2()
|
||||
.resourceServer().jwt();
|
||||
|
||||
Reference in New Issue
Block a user