![JAR search and dependency download from the Maven repository](/logo.png)
love.keeping.starter.web.config.TenantSwitchConfiguration Maven / Gradle / Ivy
The newest version!
package love.keeping.starter.web.config;
import love.keeping.starter.web.config.properties.TenantProperties;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Slf4j
@Configuration
@EnableConfigurationProperties(TenantProperties.class)
public class TenantSwitchConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy