-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Component/s: spring
-
Labels:None
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.