spring-data-orientdb icon indicating copy to clipboard operation
spring-data-orientdb copied to clipboard

run shiro demo

Open tigerMoon opened this issue 9 years ago • 2 comments

when I run: mvn clean package spring-boot:run (i try a lot. but i don`t know how to deal with it )

env: java8 ubuntu 14.+ the spring shows like this:

2015-09-22 14:06:06.648 ERROR --- [lication.main()] o.s.boot.SpringApplication : Application startup failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'documentTemplate' defined in class path resource [org/springframework/boot/autoconfigure/orient/OrientAutoConfiguration.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.springframework.data.orient.document.OrientDocumentDatabaseFactory]: : No qualifying bean of type [org.springframework.data.orient.document.OrientDocumentDatabaseFactory] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {}; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.data.orient.document.OrientDocumentDatabaseFactory] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {}

tigerMoon avatar Sep 22 '15 06:09 tigerMoon

same problem with master branch.

vict0r81 avatar May 04 '16 19:05 vict0r81

I've got same problem on the new 2.2.x branch that comes after some merges.

robfrank avatar Aug 19 '16 15:08 robfrank