2.4.6提交
This commit is contained in:
@@ -39,7 +39,7 @@ spring:
|
||||
quartz:
|
||||
job-store-type: jdbc
|
||||
initialize-schema: embedded
|
||||
#设置自动启动,默认为 true
|
||||
#定时任务启动开关,true-开 false-关
|
||||
auto-startup: true
|
||||
#启动时更新己存在的Job
|
||||
overwrite-existing-jobs: true
|
||||
@@ -172,6 +172,8 @@ mybatis-plus:
|
||||
call-setters-on-nulls: true
|
||||
#jero专用配置
|
||||
jero :
|
||||
# 签名密钥串(前后端要一致,正式发布请自行修改)
|
||||
signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
uploadType: alioss
|
||||
path :
|
||||
@@ -183,15 +185,15 @@ jero :
|
||||
excludeUrls: /test/jeroDemo/demo3,/test/jeroDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
||||
#阿里云oss存储配置
|
||||
oss:
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
accessKey: ??
|
||||
secretKey: ??
|
||||
bucketName: jeroos
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
bucketName: jero
|
||||
staticDomain: https://static.jero.com
|
||||
# ElasticSearch 设置
|
||||
elasticsearch:
|
||||
cluster-name: jero-ES
|
||||
cluster-nodes: 111.225.222.176:9200
|
||||
cluster-nodes: ??
|
||||
check-enabled: true
|
||||
# 表单设计器配置
|
||||
desform:
|
||||
@@ -232,11 +234,11 @@ jero :
|
||||
port: 30007
|
||||
logPath: logs/jero/job/jobhandler/
|
||||
logRetentionDays: 30
|
||||
#自定义路由配置 yml nacos database
|
||||
route:
|
||||
config:
|
||||
data-id: jero-gateway-router
|
||||
group: DEFAULT_GROUP
|
||||
#自定义路由配置 yml nacos database
|
||||
data-type: yml
|
||||
#分布式锁配置
|
||||
redisson:
|
||||
@@ -257,7 +259,10 @@ logging:
|
||||
com.jero.modules.system.mapper : info
|
||||
#swagger
|
||||
knife4j:
|
||||
production: false
|
||||
#开启增强配置
|
||||
enable: true
|
||||
#开启生产环境屏蔽
|
||||
production: true
|
||||
basic:
|
||||
enable: true
|
||||
username: jero
|
||||
|
||||
Reference in New Issue
Block a user