Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 794 Bytes

File metadata and controls

34 lines (22 loc) · 794 Bytes

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