警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'imageController': Unsatisfied dependency expressed through field 'service'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.htmlhifive.pitalium.explorer.service.ExplorerService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
以下のテストについて各テストメソッドを実行する前にエラーが発生している。
com/htmlhifive/pitalium/explorer/api/ApiControllerTest.java com/htmlhifive/pitalium/explorer/api/ImageControllerTest.java com/htmlhifive/pitalium/explorer/cache/BackgroundImageDispatcherTest.java com/htmlhifive/pitalium/explorer/entity/RepositoriesTest.java com/htmlhifive/pitalium/explorer/file/FileUtilityTest.java