https://github.com/netbuffer/minio-demo
minio demo project with spring-boot
https://github.com/netbuffer/minio-demo
Last synced: 4 months ago
JSON representation
minio demo project with spring-boot
- Host: GitHub
- URL: https://github.com/netbuffer/minio-demo
- Owner: netbuffer
- Created: 2024-03-16T13:44:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T13:46:24.000Z (almost 2 years ago)
- Last Synced: 2025-08-02T20:16:54.502Z (6 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minio-demo
minio test
### based
* 
* 
## help
* https://hub.docker.com/r/minio/minio
* https://github.com/minio/minio
* https://min.io/docs/minio/container/index.html
* https://min.io/docs/minio/linux/operations/installation.html#minio-installation-comparison
* https://min.io/docs/minio/linux/reference/minio-mc/mc-alias-set.html#alias
* `docker-compose up -d` start minio server
* http://localhost:9000 default:minioadmin minioadmin (While port 9000 is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.)