Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换
This commit is contained in:
parent
06c879978c
commit
a5dfc75ec2
|
@ -176,15 +176,15 @@ jeecg :
|
||||||
webapp: D://opt//webapp
|
webapp: D://opt//webapp
|
||||||
#短信秘钥
|
#短信秘钥
|
||||||
sms:
|
sms:
|
||||||
accessKeyId: LTAI4FgmzMSTfHUFWZVUgsjM
|
accessKeyId: ??
|
||||||
accessKeySecret: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt
|
accessKeySecret: ??
|
||||||
shiro:
|
shiro:
|
||||||
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
|
||||||
#阿里云oss存储配置
|
#阿里云oss存储配置
|
||||||
oss:
|
oss:
|
||||||
endpoint: oss-cn-beijing.aliyuncs.com
|
endpoint: oss-cn-beijing.aliyuncs.com
|
||||||
accessKey: LTAI4FgmzMSTfHUFWZVUgsjM
|
accessKey: ??
|
||||||
secretKey: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt
|
secretKey: ??
|
||||||
bucketName: jeecgos
|
bucketName: jeecgos
|
||||||
staticDomain: https://static.jeecg.com
|
staticDomain: https://static.jeecg.com
|
||||||
# ElasticSearch 6设置
|
# ElasticSearch 6设置
|
||||||
|
@ -203,8 +203,8 @@ jeecg :
|
||||||
# minio文件上传
|
# minio文件上传
|
||||||
minio:
|
minio:
|
||||||
minio_url: http://minio.jeecg.com
|
minio_url: http://minio.jeecg.com
|
||||||
minio_name: admin
|
minio_name: ??
|
||||||
minio_pass: jeecg1357
|
minio_pass: ??
|
||||||
bucketName: otatest
|
bucketName: otatest
|
||||||
#大屏报表参数设置
|
#大屏报表参数设置
|
||||||
jmreport:
|
jmreport:
|
||||||
|
|
|
@ -13,16 +13,16 @@ justauth:
|
||||||
type:
|
type:
|
||||||
GITHUB:
|
GITHUB:
|
||||||
client-id: 0277e675495f14a4a183
|
client-id: 0277e675495f14a4a183
|
||||||
client-secret: 4681b5153f7158bcdb9b781d8374841d5f51af04
|
client-secret: ??
|
||||||
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback
|
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback
|
||||||
WECHAT_ENTERPRISE:
|
WECHAT_ENTERPRISE:
|
||||||
client-id: wwc2a8c8b19c201bcc
|
client-id: wwc2a8c8b19c201bcc
|
||||||
client-secret: Z6VtKLr3dSzuq8zxTaWacGexQW6qxVK8AHrI2ARDv9c
|
client-secret: ??
|
||||||
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback
|
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback
|
||||||
agent-id: 1000002
|
agent-id: 1000002
|
||||||
DINGTALK:
|
DINGTALK:
|
||||||
client-id: dingoa33vjqxrbyidnmgwo
|
client-id: dingoa33vjqxrbyidnmgwo
|
||||||
client-secret: RK1020ctw9mRRElz7oMjfHY12BuYVvjP99iraxu76cq9CIB0gyqeb5FJw_OEBnXA
|
client-secret: ??
|
||||||
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback
|
redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback
|
||||||
cache:
|
cache:
|
||||||
type: default
|
type: default
|
||||||
|
|
Loading…
Reference in New Issue