# minio-spring-boot-starter **Repository Path**: bemy/minio-spring-boot-starter ## Basic Information - **Project Name**: minio-spring-boot-starter - **Description**: 集成minio的starter - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: https://gitee.com/bemy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: minio, starter ## README # 使用方式 ## 0、安装minio服务 http://docs.minio.org.cn/docs/ ## 1、添加maven坐标 ``` cn.minio minio-spring-boot-starter 1.1 ``` ## 2、增加配置 ``` cn: minio: endpoint: minio server ip&port accessKey: service account Access Key secretKey: service account Secret Key ```