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

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