happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.99k stars 1.98k forks source link

springboot3.0.0 initTracker()未执行 #609

Closed PeterPandora closed 1 year ago

PeterPandora commented 1 year ago

springboot3.0.0,项目启动未执行com.github.tobato.fastdfs.domain.conn.TrackerConnectionManager中的initTracker()方法,导致调用fastdfs失败 image

happyfish100 commented 1 year ago

这个第三方 SDK不够稳定,推荐使用我们官方SDK:fastdfs-client-java 项目地址:https://github.com/happyfish100/fastdfs-client-java

xuningnh commented 1 year ago

遇到了同样的问题,也是换成springboot3.0 之后无法初始化了