Hi Team,
I am using spring version 4.3.7.RELEASE and JDK 1.8. When I run my application it is not able to load the Crate repository. It asked to create a bean for it.
I did the configuration in spring application context file
<crate:client id="client" servers="127.0.0.1:4300"/>
<crate:repositories base-package="com.acme.repository"/>
Please let me know the issue.