23 Star 36 Fork 16

TheNow / spring-boot-start-aliyunoss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

阿里云 oss 的spring boot自动化配置

使用方法

打包发布

  • 本地maven仓库
    mvn clean && mvn install -Dmaven.test.skip
  • 私有maven仓库
    • 修改pom.xml文件中的distributionManagement为私有maven仓库地址
    • 部署
          mvn deploy -Dmaven.test.skip

在项目中引入如下依赖

     <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aliyunoss</artifactId>
      <version>1.0</version>
    </dependency>

在项目中配置oss

oss:
  endpoint-upload: 填写自己的 # 这个是填带有bucket的地址:http://xxxx.oss-cn-shanghai.aliyuncs.com
  endpoint-manager: 填写自己的 # 这个是填不带有bucket的地址:http://oss-cn-shanghai.aliyuncs.com
  access-key-id: 填你自己的
  access-key-secret: 填你自己的
  client: #client有默认配置.
    max-connections: 1024
    socket-timeout: 50000
    connection-timeout: 50000
    connection-request-timeout: 3000
    idle-connection-time: 600000
    max-error-retry: 3
    support-cname: true
    sld-enabled: false
    protocol: http
    user-agent: aliyun-sdk-java
MIT License Copyright (c) 2022 TheNow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

阿里云 oss 的spring boot自动化配置 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/wangjingj/spring-boot-start-aliyunoss.git
git@gitee.com:wangjingj/spring-boot-start-aliyunoss.git
wangjingj
spring-boot-start-aliyunoss
spring-boot-start-aliyunoss
master

搜索帮助