Failed to load ApplicationContext

几种可能:
1 配置文件有问题。(ip:端口 中间没有空格)
fdfs:
so-timeout: 1501 # 超时时间
connect-timeout: 601 # 连接超时时间
thumb-image: # 缩略图
width: 60
height: 60
tracker-list: # tracker地址:你的虚拟机服务器地址+端口(默认是22122)
- 101.37.172.xxx:22122
2 SpringBoot版本导致的,把SpringBoot的版本改成1.5即可启动成功
本文探讨了Failed to load ApplicationContext错误的几种可能原因及解决方案,包括配置文件错误(如ip和端口之间的空格问题)、超时设置、缩略图尺寸、tracker列表配置,以及SpringBoot版本不兼容等问题。
1298

被折叠的 条评论
为什么被折叠?



