Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created March 12, 2017 21:16
Show Gist options
  • Save edermfl/51ca9ee7bd17b29adc9384d5e5d8fe3f to your computer and use it in GitHub Desktop.
Save edermfl/51ca9ee7bd17b29adc9384d5e5d8fe3f to your computer and use it in GitHub Desktop.
public class DatasourceIdResolverImpl implements DatasourceIdResolver {
public String getCurrentDatasourceId() {
return TenantContext.getCurrentTenant().getTenantId();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment