minio上传图片错误
minio:
accessKey: minio
secretKey: minio123
bucketName: freemarker-demo
endpoint: http://192.168.200.128:9000/
readPath: http://192.168.200.128:9000/
io.minio.errors.InvalidResponseException: Non-XML response from server
修改配置文件enendpoint
可以正常上传图片
accessKey 和 secretKey不是web的登录账号,是在minio生成的,可以参考一下这个贴子:https://blog.csdn.net/qq_36856047/article/details/124154748