UnsatisfiedDependencyException异常

问题描述:UnsatisfiedDependencyException异常,bean注入失败,无法解决?

源头代码:

日志描述:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘ossAspect’: Unsatisfied dependency expressed through field ‘template’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ossTemplate’ defined in class path resource [com/fc/v2/common/conf/oss/OssAutoConfiguration.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.fc.v2.common.conf.oss.OssTemplate] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@7aa87c01]

相应的配置文件: