Skip to content

happyDuke96/minio-storage-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minio File Storage

The service written with Spring Boot

  • Install minio service

You can set system environment variable

If you install the binary, you can go into the installed Minio folder and run this command

  • .\minio.exe server C:\minio --console-address :9090
    • username : minioadmin
    • password : minioadmin
  • Note : For save to minio bucket you need to change port on application.yaml file to 9000 this port for port address
  • --address for API port 9000
  • --console-address for UI port 9090

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages