Commit dab185208a0d99dfcd7b39a5614daddfe6326ecf
Committed by
Andrew Shvayka
1 parent
4df25672
Test fixed
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -33,7 +33,7 @@ import java.util.List; |
33 | 33 | import java.util.Map; |
34 | 34 | |
35 | 35 | @Configuration |
36 | -@ConditionalOnProperty(prefix = "security.oauth2", value = "enabled", havingValue = "true", matchIfMissing = true) | |
36 | +@ConditionalOnProperty(prefix = "security.oauth2", value = "enabled", havingValue = "true") | |
37 | 37 | @ConfigurationProperties(prefix = "security.oauth2") |
38 | 38 | @Data |
39 | 39 | @Slf4j | ... | ... |