启动报错:java.lang.ArrayIndexOutOfBoundsException: -1 #3653
This commit is contained in:
parent
ec80530afc
commit
c8323540cc
|
@ -26,7 +26,7 @@ spring:
|
||||||
max-request-size: 10MB
|
max-request-size: 10MB
|
||||||
mail:
|
mail:
|
||||||
host: smtp.163.com
|
host: smtp.163.com
|
||||||
username: ??
|
username: jeecgos@163.com
|
||||||
password: ??
|
password: ??
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
|
@ -210,10 +210,6 @@ jeecg:
|
||||||
mode: dev
|
mode: dev
|
||||||
#数据字典是否进行saas数据隔离,自己看自己的字典
|
#数据字典是否进行saas数据隔离,自己看自己的字典
|
||||||
saas: false
|
saas: false
|
||||||
#是否开启租户模式 Support By v1.5.5+
|
|
||||||
openTenant: false
|
|
||||||
#安全模式(敏感接口校验、saas模式下不允许使用平台数据源)
|
|
||||||
#safeMode: true
|
|
||||||
#xxl-job配置
|
#xxl-job配置
|
||||||
xxljob:
|
xxljob:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue