使用spring cloud启动一个服务的时候出现下面的错误
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘MSPayAndSignProcessController’: Unsatisfied dependency expressed through field ‘msPayAndSignProcessService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘MSPayAndSignProcessServiceImpl’: Unsatisfied dependency expressed through field ‘msQuickPayService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘MSQuickPayServiceImpl’: Unsatisfied dependency expressed through field ‘redisCommonDao’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘redisCommonDao’: Unsatisfied dependency expressed through field ‘redisService’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘redisService’: Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.sinosoft.redis.RedisService] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]
怎么解决大佬么