Error creating bean with name 'buildMinioClient' defined in class path resource [com/heima/file/config/MinIOConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.minio.MinioClient]: Factory method 'buildMinioClient' threw exception; nested exception is java.lang.IllegalArgumentException: endpoint must not be null.
加入了minio依赖,检查了nacos,但并没有用
可以正常启动这个微服务
endpoint 这个参数是不是没设置
MinIOConfig
类代码截图buildMinioClient
方法截图