Java头条类项目问题gong工厂实例化错误

问题遇到的现象和发生背景
用代码块功能插入代码,请勿粘贴截图
运行结果及报错内容

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方法截图