Skip to content

marhan/spring-boot-minio-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample project for Spring Boot with Minio integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages