mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
Pre Merge pull request !728 from kkk/dev
This commit is contained in:
commit
7b45d7ee6d
@ -2,6 +2,7 @@ package org.dromara.common.tenant.properties;
|
|||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@ -11,6 +12,7 @@ import java.util.List;
|
|||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
|
@Component
|
||||||
@ConfigurationProperties(prefix = "tenant")
|
@ConfigurationProperties(prefix = "tenant")
|
||||||
public class TenantProperties {
|
public class TenantProperties {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user