Skip to content

Instantly share code, notes, and snippets.

@gtudan
Created August 8, 2017 17:29
Show Gist options
  • Save gtudan/acac964714120da6ed9902085d5e3163 to your computer and use it in GitHub Desktop.
Save gtudan/acac964714120da6ed9902085d5e3163 to your computer and use it in GitHub Desktop.
@Override
protected ConnectionProvider getAnyConnectionProvider() {
return connectionProvider;
}
@Override
protected ConnectionProvider selectConnectionProvider(String tenantIdentifier) {
return connectionProvider;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment