io.lazyegg.TenantPackageScanConfig Maven / Gradle / Ivy
The newest version!
package io.lazyegg;
import org.springframework.context.annotation.ComponentScan;
/**
* PackageScanConfig
*
* @author DifferentW [email protected]
*/
@ComponentScan(basePackages = {"io.lazyegg.tenant"})
public class TenantPackageScanConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy