将租户的操作上限改为配置项
This commit is contained in:
@@ -16,6 +16,10 @@ mybatis.mapper-locations=classpath:./mapper_xml/*.xml
|
||||
mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml
|
||||
#租户对应的角色id
|
||||
manage.roleId=10
|
||||
#租户允许创建的用户数
|
||||
tenant.userNumLimit=5
|
||||
#租户允许创建的单据数
|
||||
tenant.billsNumLimit=200
|
||||
#插件配置
|
||||
plugin.runMode=prod
|
||||
plugin.pluginPath=plugins
|
||||
|
||||
Reference in New Issue
Block a user