Skip to content

Commit

Permalink
switching to required=false
Browse files Browse the repository at this point in the history
  • Loading branch information
trickert76 authored and pedroigor committed Jul 6, 2020
1 parent 0dd196e commit 541bc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class KeycloakSpringBootConfigResolver implements org.keycloak.adapters.K

private KeycloakDeployment keycloakDeployment;

@Autowired
@Autowired(required=false)
private AdapterConfig adapterConfig;

@Override
Expand Down

0 comments on commit 541bc51

Please sign in to comment.