问题描述:在使用FastDFS进行图片上传测试时,出现 Failed to load ApplicationContext
Description:
Field storageClient in com.leyou.upload.UploadApplication required a bean of type ‘com.github.tobato.fastdfs.service.FastFileStorageClient’ that could not be found.
action:
Consider defining a bean of type ‘com.github.tobato.fastdfs.service.FastFileStorageClient’ in your configuration.
java.lang.IllegalStateException: Failed to load ApplicationContext
原因:在创建测试类时和已有的启动类重名,
解决办法:修改测试类名字