Commit a5dfc75ec2c07e972e5785180c8db36968d19a1d
1 parent
06c87997
Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换
Showing
2 changed files
with
9 additions
and
9 deletions
jeecg-boot/jeecg-boot-module-demo/src/main/resources/application-dev.yml
@@ -176,15 +176,15 @@ jeecg : | @@ -176,15 +176,15 @@ jeecg : | ||
176 | webapp: D://opt//webapp | 176 | webapp: D://opt//webapp |
177 | #短信秘钥 | 177 | #短信秘钥 |
178 | sms: | 178 | sms: |
179 | - accessKeyId: LTAI4FgmzMSTfHUFWZVUgsjM | ||
180 | - accessKeySecret: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt | 179 | + accessKeyId: ?? |
180 | + accessKeySecret: ?? | ||
181 | shiro: | 181 | shiro: |
182 | excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/** | 182 | excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/** |
183 | #阿里云oss存储配置 | 183 | #阿里云oss存储配置 |
184 | oss: | 184 | oss: |
185 | endpoint: oss-cn-beijing.aliyuncs.com | 185 | endpoint: oss-cn-beijing.aliyuncs.com |
186 | - accessKey: LTAI4FgmzMSTfHUFWZVUgsjM | ||
187 | - secretKey: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt | 186 | + accessKey: ?? |
187 | + secretKey: ?? | ||
188 | bucketName: jeecgos | 188 | bucketName: jeecgos |
189 | staticDomain: https://static.jeecg.com | 189 | staticDomain: https://static.jeecg.com |
190 | # ElasticSearch 6设置 | 190 | # ElasticSearch 6设置 |
@@ -203,8 +203,8 @@ jeecg : | @@ -203,8 +203,8 @@ jeecg : | ||
203 | # minio文件上传 | 203 | # minio文件上传 |
204 | minio: | 204 | minio: |
205 | minio_url: http://minio.jeecg.com | 205 | minio_url: http://minio.jeecg.com |
206 | - minio_name: admin | ||
207 | - minio_pass: jeecg1357 | 206 | + minio_name: ?? |
207 | + minio_pass: ?? | ||
208 | bucketName: otatest | 208 | bucketName: otatest |
209 | #大屏报表参数设置 | 209 | #大屏报表参数设置 |
210 | jmreport: | 210 | jmreport: |
jeecg-boot/jeecg-boot-module-demo/src/main/resources/application.yml
@@ -13,16 +13,16 @@ justauth: | @@ -13,16 +13,16 @@ justauth: | ||
13 | type: | 13 | type: |
14 | GITHUB: | 14 | GITHUB: |
15 | client-id: 0277e675495f14a4a183 | 15 | client-id: 0277e675495f14a4a183 |
16 | - client-secret: 4681b5153f7158bcdb9b781d8374841d5f51af04 | 16 | + client-secret: ?? |
17 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback | 17 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback |
18 | WECHAT_ENTERPRISE: | 18 | WECHAT_ENTERPRISE: |
19 | client-id: wwc2a8c8b19c201bcc | 19 | client-id: wwc2a8c8b19c201bcc |
20 | - client-secret: Z6VtKLr3dSzuq8zxTaWacGexQW6qxVK8AHrI2ARDv9c | 20 | + client-secret: ?? |
21 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback | 21 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback |
22 | agent-id: 1000002 | 22 | agent-id: 1000002 |
23 | DINGTALK: | 23 | DINGTALK: |
24 | client-id: dingoa33vjqxrbyidnmgwo | 24 | client-id: dingoa33vjqxrbyidnmgwo |
25 | - client-secret: RK1020ctw9mRRElz7oMjfHY12BuYVvjP99iraxu76cq9CIB0gyqeb5FJw_OEBnXA | 25 | + client-secret: ?? |
26 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback | 26 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback |
27 | cache: | 27 | cache: |
28 | type: default | 28 | type: default |