io.smilego.tenant.persistence.TenantRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multi-tenant-spring-boot-starter Show documentation
Show all versions of multi-tenant-spring-boot-starter Show documentation
A application used as an example on how to set up pushing
its components to the Central Repository.
package io.smilego.tenant.persistence;
import io.smilego.tenant.model.Tenant;
import java.util.Optional;
public interface TenantRepository extends BaseRepository {
Optional findTenantByTenantId(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy