spring-data-orientdb
spring-data-orientdb copied to clipboard
run shiro demo
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: {}
same problem with master branch.
I've got same problem on the new 2.2.x branch that comes after some merges.