The difference between the request time and the server's time is too large.

  在使用centos7虚拟机时,在Idea中使用SpringBoot集成Minio,
会报出这种错误,其中原因是时区或者时间与主机不一致,
所以一般这种时候只需要修改虚拟机中的时间和主机一致即可。
// An highlighted block
timedatectl //查看虚拟机当前时间,注意是字母l不是数字1
timedatectl set-ntp no //关闭虚拟机自动更新时间
timedatect1 set-time "2022-01-19 22:20:00" //修改时间
timedatectl set-ntp yes 开启虚拟机自动更新时间
timedatectl //这时候再查看时间,发现已经改过来了。

改完之后会发现bug已经解决,时间也已经与主机同步。

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐