All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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