|
@@ -47,17 +47,6 @@ spring:
|
|
|
multipart:
|
|
|
max-file-size: 10MB
|
|
|
max-request-size: 10MB
|
|
|
- mail:
|
|
|
- host: smtp.163.com
|
|
|
- username: jeecgos@163.com
|
|
|
- password: ??
|
|
|
- properties:
|
|
|
- mail:
|
|
|
- smtp:
|
|
|
- auth: true
|
|
|
- starttls:
|
|
|
- enable: true
|
|
|
- required: true
|
|
|
## quartz定时任务,采用数据库方式
|
|
|
quartz:
|
|
|
job-store-type: jdbc
|
|
@@ -163,7 +152,7 @@ spring:
|
|
|
master:
|
|
|
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: 123456
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|
|
@@ -208,38 +197,25 @@ jeecg:
|
|
|
#签名拦截接口
|
|
|
signUrls: /sys/dict/getDictItems/*,/sys/dict/loadDict/*,/sys/dict/loadDictOrderByValue/*,/sys/dict/loadDictItem/*,/sys/dict/loadTreeData,/sys/api/queryTableDictItemsByCode,/sys/api/queryFilterTableDictInfo,/sys/api/queryTableDictByKeys,/sys/api/translateDictFromTable,/sys/api/translateDictFromTableByKeys,/sys/sendChangePwdSms,/sys/user/sendChangePhoneSms,/sys/sms,/desform/api/sendVerifyCode
|
|
|
# local\minio\alioss
|
|
|
- uploadType: alioss
|
|
|
+ uploadType: local
|
|
|
# 前端访问地址
|
|
|
domainUrl:
|
|
|
pc: http://localhost:3100
|
|
|
app: http://localhost:8051
|
|
|
path:
|
|
|
#文件上传根目录 设置
|
|
|
- upload: /opt/jeecg-boot/upload
|
|
|
+ upload: upload
|
|
|
#webapp文件路径
|
|
|
- webapp: /opt/jeecg-boot/webapp
|
|
|
+ webapp: webapp
|
|
|
shiro:
|
|
|
- excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**,/api/getUserInfo
|
|
|
- #阿里云oss存储和大鱼短信秘钥配置
|
|
|
- oss:
|
|
|
- accessKey: ??
|
|
|
- secretKey: ??
|
|
|
- endpoint: oss-cn-beijing.aliyuncs.com
|
|
|
- bucketName: jeecgdev
|
|
|
- staticDomain: https://static.jeecg.com
|
|
|
+ excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
|
|
|
# ElasticSearch 设置
|
|
|
elasticsearch:
|
|
|
cluster-name: jeecg-ES
|
|
|
cluster-nodes: 127.0.0.1:9200
|
|
|
check-enabled: false
|
|
|
# 在线预览文件服务器地址配置
|
|
|
- file-view-domain: http://fileview.jeecg.com
|
|
|
- # minio文件上传
|
|
|
- minio:
|
|
|
- minio_url: http://minio.jeecg.com
|
|
|
- minio_name: ??
|
|
|
- minio_pass: ??
|
|
|
- bucketName: otatest
|
|
|
+ file-view-domain: ''
|
|
|
#大屏报表参数设置
|
|
|
jmreport:
|
|
|
#多租户模式,默认值为空(created:按照创建人隔离、tenant:按照租户隔离) (v1.6.2+ 新增)
|
|
@@ -267,15 +243,9 @@ jeecg:
|
|
|
password:
|
|
|
type: STANDALONE
|
|
|
enabled: true
|
|
|
- # 百度开放API配置
|
|
|
- baidu-api:
|
|
|
- app-id: ??
|
|
|
- api-key: ??
|
|
|
- secret-key: ??
|
|
|
-
|
|
|
#cas单点登录
|
|
|
cas:
|
|
|
- prefixUrl: http://cas.example.org:8443/cas
|
|
|
+ prefixUrl: ''
|
|
|
#Mybatis输出sql日志
|
|
|
logging:
|
|
|
level:
|
|
@@ -291,28 +261,3 @@ knife4j:
|
|
|
enable: true
|
|
|
username: jeecg
|
|
|
password: jeecg1314
|
|
|
-#第三方登录
|
|
|
-justauth:
|
|
|
- enabled: true
|
|
|
- type:
|
|
|
- GITHUB:
|
|
|
- client-id: ??
|
|
|
- client-secret: ??
|
|
|
- redirect-uri: http://sso.test.com:8080/jeecg-boot/sys/thirdLogin/github/callback
|
|
|
- WECHAT_ENTERPRISE:
|
|
|
- client-id: ??
|
|
|
- client-secret: ??
|
|
|
- redirect-uri: http://sso.test.com:8080/jeecg-boot/sys/thirdLogin/wechat_enterprise/callback
|
|
|
- agent-id: ??
|
|
|
- DINGTALK:
|
|
|
- client-id: ??
|
|
|
- client-secret: ??
|
|
|
- redirect-uri: http://sso.test.com:8080/jeecg-boot/sys/thirdLogin/dingtalk/callback
|
|
|
- WECHAT_OPEN:
|
|
|
- client-id: ??
|
|
|
- client-secret: ??
|
|
|
- redirect-uri: http://sso.test.com:8080/jeecg-boot/sys/thirdLogin/wechat_open/callback
|
|
|
- cache:
|
|
|
- type: default
|
|
|
- prefix: 'demo::'
|
|
|
- timeout: 1h
|