Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.4
-
None
-
None
Description
Hi,
I've tried to update to Spring Boot 2 using an IgniteRepository (from ignite-spring-data) and I got the following exception during the start.
The same code with Spring Boot 1.5.9 is working.
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of constructor in org.apache.ignite.springdata.repository.support.IgniteRepositoryImpl required a bean of type 'org.apache.ignite.IgniteCache' that could not be found.
Action:
Consider defining a bean of type 'org.apache.ignite.IgniteCache' in your configuration.