/spring-boot-minio-sample

Sample project for Spring Boot with Minio integration

Primary LanguageJavaMIT LicenseMIT

Spring Boot with Minio as storage Build Status

This projects is intended as a sample for Spring Boot with a S3 as file storage. The main purpose is to show the compatibility of Spring Boot with the Minio object storage. Both, the AWS S3 client and the minio client will be used to interact with the storage.

Work in progress

Build

./gradlew test

Start

Development

Run in development mode.

./gradlew bootRun --args='--spring.profiles.active=dev'

Run tests

./gradlew test

Further information