From 659b962db8b6c46a07e3ef4fc4e7ed078a53e1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 5 Jun 2020 15:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 338f18fc..d79580f1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -13,9 +13,9 @@ mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml #租户对应的角色id manage.roleId=10 #租户允许创建的用户数 -tenant.userNumLimit=5 +tenant.userNumLimit=1000000 #租户允许创建的单据数 -tenant.billsNumLimit=200 +tenant.billsNumLimit=100000000 #演示模式开关-默认关闭:false demonstrate.open=false #插件配置