File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
api-boot-project/api-boot-starters
api-boot-sample-alibaba-oss Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ Demo列表:
6767- [ ApiBoot Security Oauth] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-security-oauth-jwt )
6868- [ ApiBoot Swagger] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-swagger )
6969- [ ApiBoot Http Converter] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-http-converter )
70- - [ ApiBoot Alibaba Oss] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-oss )
70+ - [ ApiBoot Alibaba OSS] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-oss )
71+ - [ ApiBoot Alibaba SMS] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-sms )
7172
7273## 版本管理规范
7374
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ApiBoot`提供的所有封装依赖对应第三方框架关系如下所示:
99| [ api-boot-starter-security-oauth-jwt] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-security-oauth-jwt ) | 集成SpringSecurity、Oauth、Jwt安全、认证框架 |
1010| [ api-boot-starter-swagger] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-swagger ) | 集成Swagger2作为接口服务文档 |
1111| [ api-boot-starter-alibaba-oss] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-oss ) | 集成阿里云Oss对象存储接口服务 |
12+ | [ api-boot-starter-alibaba-sms] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-sms ) | 集成阿里云国际短信接口服务 |
1213
1314
1415
Original file line number Diff line number Diff line change 55- [ ApiBoot Security Oauth] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-security-oauth-jwt )
66- [ ApiBoot Swagger] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-swagger )
77- [ ApiBoot Http Converter] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-http-converter )
8- - [ ApiBoot Alibaba Oss] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-oss )
8+ - [ ApiBoot Alibaba OSS] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-oss )
9+ - [ ApiBoot Alibaba SMS] ( https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-alibaba-sms )
910
Original file line number Diff line number Diff line change @@ -183,10 +183,10 @@ ApiBootOssOverrideService apiBootOssOverrideService(ApiBootOssProperties apiBoot
183183
184184` ApiBootOssProperties ` 属性配置类,是` ApiBoot ` 内置的,可以在任意地方进行注入,这里目的只是为了拿到相关配置进行构造参数实例化使用。
185185
186- ### v0 .1.2.RELEASE规划
186+ ### v2 .1.2.RELEASE规划
187187
1881881 . 上传、下载进度条监听
1891892 . 追加上传
1901903 . 分片上传
1911914 . 上传、下载断点续传
192- 5 . 列举文件
192+ 5 . 列举文件
You can’t perform that action at this time.
0 commit comments