Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 422 Bytes

spring-boot-starter-minio

spring boot minio for kotlin

How to

https://jitpack.io/#allbegray/spring-boot-starter-minio

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

repositories {
    maven { url 'https://jitpack.io' }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.allbegray:spring-boot-starter-minio:0.0.3'
}