![JAR search and dependency download from the Maven repository](/logo.png)
love.keeping.starter.web.config.properties.TenantProperties Maven / Gradle / Ivy
The newest version!
package love.keeping.starter.web.config.properties;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
@Data
@ConfigurationProperties(prefix = "keeping.tenant")
public class TenantProperties {
/**
* 开启多租户
*/
private Boolean enabled = Boolean.TRUE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy